Script
Public Slots | Properties | List of all members
GroupBox Class Reference

Simplified GroupBox widget. More...

#include <qswidget.h>

Inheritance diagram for GroupBox:
Inheritance graph
[legend]
Collaboration diagram for GroupBox:
Collaboration graph
[legend]

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

void GroupBox::add ( SCRIPT_QSWidget *  widget)
slot

add widget to groupBox

void GroupBox::addSpace ( int  space)
slot

add a spacer to the groupbox.

void GroupBox::clear ( )
slot

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.

Property Documentation

String GroupBox::title
readwriteprivate

Title of groupBox.


The documentation for this class was generated from the following file: