Printing support #1525: plot printing using preview dialog

Add shortcut and entry in context menu for printing a plot.
This commit is contained in:
mgr
2018-09-29 23:54:51 +02:00
parent e771662e6c
commit 79983e25cf
2 changed files with 41 additions and 1 deletions
+3
View File
@@ -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