mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user