diff -r d37c6dd9aa20 -r 7323a89c15e9 cadMousePro-gui/src/MouseMainWindow.h --- a/cadMousePro-gui/src/MouseMainWindow.h Mon Sep 02 00:23:37 2019 +0200 +++ b/cadMousePro-gui/src/MouseMainWindow.h Tue Sep 03 00:43:12 2019 +0200 @@ -40,7 +40,7 @@ QTabWidget* tabs = new QTabWidget(this); QCheckBox* statusProxy = new QCheckBox("connected to Daemon", this); QCheckBox* statusUPower = new QCheckBox("connected to UPower", this); - QCheckBox* statusDevice = new QCheckBox("present", this); + QCheckBox* statusDevice = new QCheckBox("mouse found", this); QCheckBox* configureSmartScrolling = new QCheckBox("smart scrolling (free wheel)", this); QCheckBox* configureLiftOffDetection = new QCheckBox("lift-off detection", this); @@ -57,6 +57,8 @@ void initStatusPanel(); void initConfigurationPanel(); void initAboutPanel(); + + void appendAboutLine(QFormLayout* layout, const QString& label, const QString& value, QWidget* parent); private slots: void refresh();