diff -r 1423c29694f8 -r 361687fe303a cadMousePro-gui/src/MouseMainWindow.h --- a/cadMousePro-gui/src/MouseMainWindow.h Tue Jun 09 16:10:20 2020 +0200 +++ b/cadMousePro-gui/src/MouseMainWindow.h Tue Jun 09 16:12:00 2020 +0200 @@ -48,6 +48,8 @@ QCheckBox* configureSmartScrolling = new QCheckBox("smart scrolling (free wheel)", this); QCheckBox* configureLiftOffDetection = new QCheckBox("lift-off detection", this); + QCheckBox* configureRemapWheelPressed = new QCheckBox("remap wheel button: from 2 (same as middle) to 10", this); + QCheckBox* configureRemapGestureButton = new QCheckBox("remap gesture button: from none to 11", this); QRadioButton* configureFrequency125 = new QRadioButton("125 Hz", this); QRadioButton* configureFrequency250 = new QRadioButton("250 Hz", this); QRadioButton* configureFrequency500 = new QRadioButton("500 Hz", this); @@ -62,9 +64,9 @@ void initStatusPanel(); void initConfigurationPanel(); void initAboutPanel(); - + void appendAboutLine(QFormLayout* layout, const QString& label, const QString& value, QWidget* parent); - + int getBatteryLevel(); private slots: