Berend De SchouwerI made it possible to set the default cranklength.

I made it a combo box to avoid having to take care of invalid inputs.
This commit is contained in:
Justin F. Knotzke
2009-06-21 14:08:05 +00:00
parent 02dce7245b
commit ea49b24337

View File

@@ -16,6 +16,7 @@ class ConfigurationPage : public QWidget
public:
ConfigurationPage(QWidget *parent = 0);
QComboBox *unitCombo;
QComboBox *crankLengthCombo;
QCheckBox *allRidesAscending;
};