QxtGroupBox Class Reference
[QxtGui module]
The QxtGroupBox widget is a collapsive and checkable QGroupBox. More...
#include <QxtGroupBox>
Inherits QGroupBox.
Public Functions
- 9 public functions inherited from QGroupBox
- 207 public functions inherited from QWidget
- 12 public functions inherited from QPaintDevice
- 29 public functions inherited from QObject
Public Slots
Additional Inherited Members
- 5 properties inherited from QGroupBox
- 57 properties inherited from QWidget
- 1 property inherited from QObject
- 2 signals inherited from QGroupBox
- 1 signal inherited from QWidget
- 1 signal inherited from QObject
- 1 public type inherited from QObject
- 4 static public members inherited from QWidget
- 1 static public member inherited from QPaintDevice
- 4 static public members inherited from QObject
- 1 protected function inherited from QGroupBox
- 37 protected functions inherited from QWidget
- 1 protected function inherited from QPaintDevice
- 7 protected functions inherited from QObject
- 1 protected slot inherited from QWidget
- 1 protected type inherited from QPaintDevice
- 2 protected variables inherited from QObject
Detailed Description
The QxtGroupBox widget is a collapsive and checkable QGroupBox.
QxtGroupBox is a checkable group box automatically expanding/collapsing its content according to the check state. QxtGroupBox shows its children when checked and hides its children when unchecked.

Member Function Documentation
QxtGroupBox::QxtGroupBox ( QWidget * parent = 0 )
Constructs a new QxtGroupBox with parent.
QxtGroupBox::QxtGroupBox ( const QString & title, QWidget * parent = 0 )
Constructs a new QxtGroupBox with title and parent.
QxtGroupBox::~QxtGroupBox () [virtual]
Destructs the group box.
bool QxtGroupBox::isCollapsive () const
void QxtGroupBox::setCollapsed ( bool collapsed = true ) [slot]
Sets the group box collapsed.
A collapsed group box hides its children.
See also setExpanded() and QGroupBox::toggled().
void QxtGroupBox::setCollapsive ( bool enabled )
See also isCollapsive().
void QxtGroupBox::setExpanded ( bool expanded = true ) [slot]
Sets the group box expanded.
An expanded group box shows its children.
See also setCollapsed() and QGroupBox::toggled().