Simplified GroupBox widget.
More...
#include <qswidget.h>
|
void | add (SCRIPT_QSWidget *widget) |
| add widget to groupBox
|
|
void | newColumn () |
| create a newColumn in the groupbox. It will be used by all subsequent add operations.
|
|
void | addSpace (int space) |
| add a spacer to the groupbox.
|
|
|
QString | title |
| Title of groupBox.
|
|
Simplified GroupBox widget.
void GroupBox::add |
( |
SCRIPT_QSWidget * |
widget | ) |
|
|
slot |
void GroupBox::addSpace |
( |
int |
space | ) |
|
|
slot |
add a spacer to the groupbox.
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: