Simplified GroupBox widget.
More...
#include <qswidget.h>
|
void | add (SCRIPT_QSWidget *widget) |
| add widget to groupBox More...
|
|
void | clear () |
| clear all the widget in the group box More...
|
|
void | newColumn () |
| create a newColumn in the groupbox. It will be used by all subsequent add operations. More...
|
|
void | addSpace (int space) |
| add a spacer to the groupbox. More...
|
|
Simplified GroupBox widget.
void GroupBox::add |
( |
SCRIPT_QSWidget * |
widget | ) |
|
|
slot |
void GroupBox::addSpace |
( |
int |
space | ) |
|
|
slot |
add a spacer to the groupbox.
clear all the widget in the group box
void GroupBox::newColumn |
( |
| ) |
|
|
slot |
create a newColumn in the groupbox. It will be used by all subsequent add operations.
The documentation for this class was generated from the following file: