The GroupBox JavaScript class. A simplified version of the GroupBox Qt widget.
More...
|
| 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...
|
| |
The GroupBox JavaScript class. A simplified version of the GroupBox Qt widget.
groupBox.title = "Group One";
myDialog.add( groupBox );
◆ add
| void GroupBox::add |
( |
SCRIPT_QSWidget * |
widget | ) |
|
|
slot |
Adds a widget to the groupBox.
◆ addSpace
| void GroupBox::addSpace |
( |
int |
space | ) |
|
|
slot |
Adds a spacer to the groupbox.
◆ clear
Clears all the widgets in the group box.
◆ newColumn
| void GroupBox::newColumn |
( |
| ) |
|
|
slot |
Creates a newColumn in the groupbox. It will be used by all subsequent add operations.
◆ title