Printing support #1525: add print button to Data Browse tab

For consistency for the other application tabs, a print button is added
to the Data Browse Tab for printing the currently browsed table or
selection of cells.
This commit is contained in:
mgr
2018-10-01 23:07:17 +02:00
parent d607a675a4
commit 8b656cdeaa
3 changed files with 32 additions and 1 deletions

View File

@@ -1888,6 +1888,7 @@ void MainWindow::activateFields(bool enable)
ui->buttonGoto->setEnabled(enable);
ui->editGoto->setEnabled(enable);
ui->buttonRefresh->setEnabled(enable);
ui->buttonPrintTable->setEnabled(enable);
ui->actionExecuteSql->setEnabled(enable);
ui->actionLoadExtension->setEnabled(enable);
ui->actionSqlExecuteLine->setEnabled(enable);