The GroupBox JavaScript class. A simplified version of the GroupBox Qt widget. More...
Public Slots | |
void | add (SCRIPT_QSWidget *widget) |
Adds a widget to the groupBox. More... | |
void | clear () |
Clears all the widgets in the group box. More... | |
void | newColumn () |
Creates a newColumn in the groupbox. It will be used by all subsequent add operations. More... | |
void | addSpace (int space) |
Adds a spacer to the groupbox. More... | |
Properties | |
String | title |
Title of groupBox. More... | |
|
slot |
Adds a widget to the groupBox.
|
slot |
Adds a spacer to the groupbox.
|
slot |
Clears all the widgets in the group box.
|
slot |
Creates a newColumn in the groupbox. It will be used by all subsequent add operations.
|
readwrite |
Title of groupBox.