Query tab will now show multiple data tabs if it get's multiple results

with tuples.
This commit is contained in:
Eelke Klein 2017-01-25 06:54:21 +01:00
parent 424cbc9e2e
commit b6d986051b
21 changed files with 349 additions and 113 deletions

View file

@ -45,6 +45,7 @@ public:
private:
Ui::MainWindow *ui;
TSQueue m_taskQueue;
@ -56,6 +57,7 @@ private:
void closeEvent(QCloseEvent *event);
void showEvent(QShowEvent *event);
QueryTab *newSqlPage();
private slots:
void processCallableQueue();
@ -72,6 +74,7 @@ private slots:
void on_actionSave_copy_of_SQL_as_triggered();
void on_actionNew_SQL_triggered();
void on_tabWidget_tabCloseRequested(int index);
void on_actionExplain_triggered();
};
#endif // MAINWINDOW_H