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

Made the moving time switch affect all related values

More standardized time type switching (menu)
This commit is contained in:
2017-02-12 19:57:55 +01:00
parent f4a992a66f
commit 99e32b1a15
17 changed files with 291 additions and 277 deletions

View File

@ -152,7 +152,7 @@ QWidget *OptionsDialog::createExportPage()
_distance->setChecked(_options->printDistance);
_time = new QCheckBox(tr("Time"));
_time->setChecked(_options->printTime);
_movingTime = new QCheckBox(tr("Moving Time"));
_movingTime = new QCheckBox(tr("Moving time"));
_movingTime->setChecked(_options->printMovingTime);
_itemCount = new QCheckBox(tr("Item count (>1)"));
_itemCount->setChecked(_options->printItemCount);