Printing support #1525: print DB structure

New action and button for printing the database structure.

The data in the Database Structure tree widget is converted to HTML and set
in a document that can then be printed, opening the dialog as done for
other components.
This commit is contained in:
mgr
2018-09-25 23:00:17 +02:00
parent 97f9a18310
commit 4f0d3505ed
3 changed files with 130 additions and 0 deletions

View File

@@ -300,6 +300,7 @@ private slots:
void exportFilteredTable();
void updateInsertDeleteRecordButton();
void runSqlNewTab(const QString& query, const QString& title);
void printDbStructure();
};
#endif