cadMousePro-gui/src/MouseMainWindow.h
branchv_0
changeset 18 7323a89c15e9
parent 17 d37c6dd9aa20
child 20 cfb5f62ea048
equal deleted inserted replaced
17:d37c6dd9aa20 18:7323a89c15e9
    38 
    38 
    39 private:
    39 private:
    40 	QTabWidget* tabs = new QTabWidget(this);
    40 	QTabWidget* tabs = new QTabWidget(this);
    41 	QCheckBox* statusProxy = new QCheckBox("connected to Daemon", this);
    41 	QCheckBox* statusProxy = new QCheckBox("connected to Daemon", this);
    42 	QCheckBox* statusUPower = new QCheckBox("connected to UPower", this);
    42 	QCheckBox* statusUPower = new QCheckBox("connected to UPower", this);
    43 	QCheckBox* statusDevice = new QCheckBox("present", this);
    43 	QCheckBox* statusDevice = new QCheckBox("mouse found", this);
    44 
    44 
    45 	QCheckBox* configureSmartScrolling = new QCheckBox("smart scrolling (free wheel)", this);
    45 	QCheckBox* configureSmartScrolling = new QCheckBox("smart scrolling (free wheel)", this);
    46 	QCheckBox* configureLiftOffDetection = new QCheckBox("lift-off detection", this);
    46 	QCheckBox* configureLiftOffDetection = new QCheckBox("lift-off detection", this);
    47 	QRadioButton* configureFrequency125 = new QRadioButton("125 Hz", this);
    47 	QRadioButton* configureFrequency125 = new QRadioButton("125 Hz", this);
    48 	QRadioButton* configureFrequency250 = new QRadioButton("250 Hz", this);
    48 	QRadioButton* configureFrequency250 = new QRadioButton("250 Hz", this);
    55 	InfoGlobalcodeMouseCadMouseProInterface* proxy;
    55 	InfoGlobalcodeMouseCadMouseProInterface* proxy;
    56 
    56 
    57 	void initStatusPanel();
    57 	void initStatusPanel();
    58 	void initConfigurationPanel();
    58 	void initConfigurationPanel();
    59 	void initAboutPanel();
    59 	void initAboutPanel();
       
    60 	
       
    61 	void appendAboutLine(QFormLayout* layout, const QString& label, const QString& value, QWidget* parent);
    60 
    62 
    61 private slots:
    63 private slots:
    62 	void refresh();
    64 	void refresh();
    63 	void configure();
    65 	void configure();
    64 };
    66 };