Home | Trees | Indices | Help |
|
---|
|
The Application Admin class defines how the application should look like, it also ties python classes to their associated admin classes. It's behaviour can be steered by overwriting its static attributes or it's methods : .. attribute:: name The name of the application, as it will appear in the title of the main window. .. attribute:: sections A list containing the various sections that should appear in the left panel of the mainwindow. .. image:: ../_static/picture2.png .. attribute:: backup_mechanism A subclass of camelot.core.backup.BackupMechanism that enables the application to perform backups an restores.
Nested Classes | |
backup_mechanism Create a backup of the current database to an sqlite database stored in filename. |
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
|
|
|
|
|
|
|
|
|
|
When this method returns a QUrl, an additional item will be available in the 'Help' menu, when clicked the system browser will be opened an pointing to this url. This can be used to connect the user to a website that is used a lot in the organization, but hard to remember.
|
When this method returns a QUrl, an additional item will be available in the 'Help' menu, when clicked the system browser will be opened an pointing to this url. This can be used to connect the user to services like logmein.com, an online ticketing system or others.
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:41:38 2010 | http://epydoc.sourceforge.net |