Modal dialog window that allows users to set active databases.
|
|
|
_setup(self)
Sets up the tab's widgets and layout |
|
|
|
getTableLayout(self)
Setup the table that is used to show and carry out actions on all
databases loaded by user. |
|
|
|
addDatabase(self)
Open a file browser to allow the user to pick a new database file |
|
|
|
accept(self)
Override this base class method so we can set the preferences
according to the selections made. |
|
|
|
processOldDBs(self,
old_db_paths)
Convert the specified databases to the new format. |
|
|