Inheritance diagram for DzGroupBox:
Properties | |
AlignmentFlags | alignment |
Boolean | checkable |
Boolean | checked |
Number | columns |
Boolean | flat |
Number | insideMargin |
Number | insideSpacing |
Orientation | orientation |
String | title |
Methods | |
void | addSpace (Number space) |
Constructors | |
DzGroupBox (DzWidget parent) | |
Signals | |
void | toggled (Boolean onOff) |
Signature: "toggled(bool)" |
DzGroupBox::DzGroupBox | ( | DzWidget | parent | ) |
Creates a group box as a child of the given parent widget
void DzGroupBox::addSpace | ( | Number | space | ) |
Adds an empty cell at the next free position. If space
is greater than 0, the empty cell uses space
as its fixed width (if Orientation is Horizontal) or height (if Orientation is Vertical).
void DzGroupBox::toggled | ( | Boolean | onOff | ) | [signal] |
Signature: "toggled(bool)"
Emitted when the DzGroupBox's check box is toggled. Passes the new state of the check box.
Holds the alignment of the group box title.
Holds whether the group box is checkable.
Holds whether the group box is checked.
Holds the number of columns in the group box.
Holds whether the group box is painted flat (without a frame).
Holds the margin between items inside the group box and the frame.
Holds the spacing between items inside the group box.
Holds the orientation of the group box.
QString DzGroupBox::title |
Holds the title of the group box.