1
0
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:
2016-05-21 16:10:24 +02:00
parent eae8e23c6c
commit daf4ef894c
7 changed files with 159 additions and 158 deletions

View File

@ -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;