ServerWindow shows list of databases.
This commit is contained in:
parent
e71ef2e6df
commit
612b524151
15 changed files with 307 additions and 172 deletions
|
|
@ -10,6 +10,7 @@ class ServerWindow;
|
|||
|
||||
class MasterController;
|
||||
class OpenDatabase;
|
||||
class DatabasesTableModel;
|
||||
|
||||
class ServerWindow : public ASyncWindow {
|
||||
Q_OBJECT
|
||||
|
|
@ -24,6 +25,7 @@ private:
|
|||
MasterController *m_masterController;
|
||||
ConnectionConfig m_config;
|
||||
OpenDatabase *m_database;
|
||||
DatabasesTableModel *m_databasesModel;
|
||||
};
|
||||
|
||||
#endif // SERVERWINDOW_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue