12 #include <QtWidgets/QWidget>
13 #include <QtWidgets/QCheckBox>
void slot_onToggled(int)
Called when the user toggles the Check box while changing the case on its label. This slot is connect...
CheckBoxAdder(const QString &text, QWidget *parent=0)
CTOR.
The main widget for the ExampleExtendDialogPage. This class also contains application logic...
Definition: CheckBoxAdder.h:25
virtual ~CheckBoxAdder()
Virtual DTOR.