Database window can now be opened from within the connection manager by

double clicking a connection or pressing enter when a connection is selected.
This commit is contained in:
eelke 2019-08-19 19:32:40 +02:00
parent e4a43a77bd
commit b3352b8496
2 changed files with 10 additions and 0 deletions

View file

@ -32,6 +32,8 @@ private slots:
void on_actionBackup_database_triggered();
void on_actionManage_server_triggered();
void on_listView_activated(const QModelIndex &index);
private:
Ui::ConnectionManagerWindow *ui;
QDataWidgetMapper *m_mapper = nullptr;