Mercurial > pyarq-presupuestos
comparison Gtk/importFiebdc.py @ 7:0359329a1c26
Navigation buttons. Version of the data structure.
author | Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es> |
---|---|
date | Thu, 11 Nov 2010 23:22:35 +0100 |
parents | 2fc6b47dbe70 |
children | 55df0b15706b |
comparison
equal
deleted
inserted
replaced
6:2fc6b47dbe70 | 7:0359329a1c26 |
---|---|
398 mainWindow: gui.Mainwindow object | 398 mainWindow: gui.Mainwindow object |
399 readFileMethod: Method to read the selected file | 399 readFileMethod: Method to read the selected file |
400 budget: base.Budget object | 400 budget: base.Budget object |
401 filename: "file" | 401 filename: "file" |
402 cancelMethod: Method to cancel the read method | 402 cancelMethod: Method to cancel the read method |
403 feletype: "budget", "database" or "durus" | 403 filetype: "budget", "database" or "durus" |
404 Sets the instance atributes. | 404 Sets the instance atributes. |
405 """ | 405 """ |
406 super(Thread, self).__init__() | 406 super(Thread, self).__init__() |
407 self.__page = page | 407 self.__page = page |
408 self.__mainWindow = mainWindow | 408 self.__mainWindow = mainWindow |