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

Properties

QString title
 Title of groupBox.
 

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::newColumn ( )
slot

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

Property Documentation

QString GroupBox::title
readwrite

Title of groupBox.


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