ServerWindow shows list of databases.
This commit is contained in:
parent
e71ef2e6df
commit
612b524151
15 changed files with 307 additions and 172 deletions
|
|
@ -48,7 +48,7 @@ void MasterController::openServerWindowForConnection(int connection_index)
|
|||
if (cc.valid()) {
|
||||
auto w = new ServerWindow(this, nullptr);
|
||||
w->setAttribute( Qt::WA_DeleteOnClose );
|
||||
//w->setConfig(cc.get());
|
||||
w->setConfig(cc.get());
|
||||
w->show();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue