1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-21 06:14:23 +02:00

PDF export dialog polishing

This commit is contained in:
2016-05-27 22:45:58 +02:00
parent 3592d9e68f
commit 498d33b77d
10 changed files with 275 additions and 150 deletions

View File

@ -7,6 +7,7 @@
#include <QDate>
#include <QPrinter>
#include "poi.h"
#include "margins.h"
class QMenu;
class QToolBar;
@ -179,6 +180,7 @@ private:
QString _exportFileName;
QPrinter::PaperSize _exportPaperSize;
QPrinter::Orientation _exportOrientation;
MarginsF _exportMargins;
};
#endif // GUI_H