1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-07-05 23:22:51 +02:00

Added navigation toolbar

This commit is contained in:
2015-12-18 22:21:11 +01:00
parent 1b358bde3c
commit 7ac94588c8
12 changed files with 266 additions and 66 deletions

View File

@ -20,6 +20,11 @@ public:
QString next();
QString prev();
QString last();
QString first();
bool isLast();
bool isFirst();
private slots:
void reloadDirectory(const QString &path);