GroupBox Class Reference

Simplified GroupBox widget. More...

Public Slots

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...
 

Properties

String title
 Title of groupBox. More...
 

Detailed Description

Simplified GroupBox widget.

Member Function Documentation

◆ add

void GroupBox::add ( SCRIPT_QSWidget *  widget)
slot

add widget to groupBox

◆ addSpace

void GroupBox::addSpace ( int  space)
slot

add a spacer to the groupbox.

◆ clear

void GroupBox::clear ( )
slot

clear all the widget in the group box

◆ newColumn

void GroupBox::newColumn ( )
slot

create a newColumn in the groupbox. It will be used by all subsequent add operations.

Property Documentation

◆ title

String GroupBox::title
readwrite

Title of groupBox.