Add other TRIMP metrics to performance manager-v3.

Add the ability to use the TRIMP 100 and TRIMP ZONAL metrics in the
performace manager.
This commit is contained in:
Jamie Kimberley
2012-01-15 18:06:14 -05:00
committed by Mark Liversedge
parent c98ecbd3fa
commit f2a8cf2cde

View File

@@ -54,6 +54,8 @@ PerformanceManagerWindow::PerformanceManagerWindow(MainWindow *mainWindow) :
metricCombo->addItem(tr("Use BikeScore"), "skiba_bike_score");
metricCombo->addItem(tr("Use DanielsPoints"), "daniels_points");
metricCombo->addItem(tr("Use TRIMP"), "trimp_points");
metricCombo->addItem(tr("Use TRIMP 100"), "trimp_100_points");
metricCombo->addItem(tr("Use Trimp Zonal"), "trimp_zonal_points");
QString metricName =
appsettings->value(this, GC_PERF_MAN_METRIC, "skiba_bike_score").toString();
for (int i = 0; i < metricCombo->count(); ++i) {