mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Add selecting fields in Execute SQL tab for Edit Cell dock via keyboard
See issue #481.
This commit is contained in:
@@ -1047,8 +1047,7 @@ void MainWindow::executeQuery()
|
||||
sqlWidget->finishExecution(statusMessage);
|
||||
plotDock->updatePlot(sqlWidget->getModel());
|
||||
|
||||
connect(sqlWidget->getTableResult(), SIGNAL(clicked(QModelIndex)), this, SLOT(dataTableSelectionChanged(QModelIndex)));
|
||||
|
||||
connect(sqlWidget->getTableResult(), &ExtendedTableWidget::activated, this, &MainWindow::dataTableSelectionChanged);
|
||||
connect(sqlWidget->getTableResult(), SIGNAL(doubleClicked(QModelIndex)), this, SLOT(doubleClickTable(QModelIndex)));
|
||||
|
||||
if(!modified && !wasdirty)
|
||||
|
||||
Reference in New Issue
Block a user