The QGroupBox widget provides a group box frame with a title. (details) (complete member list)
#include <qgrpbox.h>
Inherits QFrame.
Inherited by QButtonGroup.
This class is only partly documented. Our home page contains a pointer to the current version of Qt.
Constructs a group box widget with no title.
The parent and name arguments are passed to the QWidget constructor.
Returns the alignment of the group box title.
The default alignment is AlignHCenter.
See also: setAlignment().
Sets the alignment of the group box title.
The title is always placed on the upper frame line, however, the horizontal alignment can be specified by the alignment parameter.
The alignment is the bitwise OR of the following flags:
AlignLeft
aligns the title text to the left.
AlignRight
aligns the title text to the right.
AlignHCenter
aligns the title text centered.
See also: alignment().
Sets the group box title text to title.
This file is part of the Qt toolkit, copyright 1995 Troll Tech, all rights reserved.
It was generated from the following files: