mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-04-27 23:52:34 -05:00
Printing support #1525: plot printing using preview dialog
Add shortcut and entry in context menu for printing a plot.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
class SqliteTableModel;
|
||||
class QTreeWidgetItem;
|
||||
class QPrinter;
|
||||
struct BrowseDataTableSettings;
|
||||
|
||||
namespace Ui {
|
||||
@@ -110,6 +111,8 @@ private slots:
|
||||
void copy();
|
||||
void toggleLegendVisible(bool visible);
|
||||
void toggleStackedBars(bool stacked);
|
||||
void openPrintDialog();
|
||||
void renderPlot(QPrinter* printer);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user