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

Added speed data source setting

This commit is contained in:
2018-06-21 20:54:24 +02:00
parent 1cd726691e
commit fc18283172
6 changed files with 37 additions and 8 deletions

View File

@ -43,6 +43,7 @@ struct Options {
bool outlierEliminate;
qreal pauseSpeed;
int pauseInterval;
bool useReportedSpeed;
// POI
int poiRadius;
// System
@ -110,6 +111,8 @@ private:
QCheckBox *_outlierEliminate;
QDoubleSpinBox *_pauseSpeed;
QSpinBox *_pauseInterval;
QRadioButton *_computed;
QRadioButton *_reported;
// POI
QDoubleSpinBox *_poiRadius;
// System