![]() |
VR-Vantage 3.0.3 API Documentation
|
The main widget for the ExampleExtendDialogPage. More...

Public Slots | |
| void | slot_onToggled (int) |
| Called when the user toggles the Check box while changing the case on its label. | |
Public Member Functions | |
| CheckBoxAdder (const QString &text, QWidget *parent=0) | |
| CTOR. | |
| virtual | ~CheckBoxAdder () |
| Virtual DTOR. | |
The main widget for the ExampleExtendDialogPage.
This class also contains application logic. This widget contains a single QCheckBox widget. When the user checks the check box , a Qt signal signal is emitted which is connected to the slot that handles the logic. The slot prints the label to the console and changes its case on check box.
| CheckBoxAdder::CheckBoxAdder | ( | const QString & | text, |
| QWidget * | parent = 0 |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
Called when the user toggles the Check box while changing the case on its label.
This slot is connected to the Qt signal of the QCheckBox widget. When called, this slot handles the logic to change case on the check box label and also prints it to the console.