mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-07-24 23:44:25 +02:00
Yet another bunch of print/PDF export improvements
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#include <QMainWindow>
|
||||
#include <QString>
|
||||
#include <QList>
|
||||
#include <QDate>
|
||||
#include "poi.h"
|
||||
|
||||
class QMenu;
|
||||
@ -69,6 +70,7 @@ private slots:
|
||||
|
||||
private:
|
||||
typedef QPair<GraphView *, QString> GraphTab;
|
||||
typedef QPair<QDate, QDate> DateRange;
|
||||
|
||||
void loadMaps();
|
||||
void loadPOIs();
|
||||
@ -166,9 +168,10 @@ private:
|
||||
QString _exportFileName;
|
||||
Map *_currentMap;
|
||||
|
||||
int _trackCount;
|
||||
qreal _distance;
|
||||
qreal _time;
|
||||
int _trackCount;
|
||||
DateRange _dateRange;
|
||||
|
||||
qreal _sliderPos;
|
||||
|
||||
|
Reference in New Issue
Block a user