Home · Modules · Classes · Namespaces · Functions

QxtGroupBox Class Reference
[QxtGui module]

The QxtGroupBox widget is a collapsive and checkable QGroupBox. More...

    #include <QxtGroupBox>

Inherits QGroupBox.

Public Functions

Public Slots

Additional Inherited Members


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.

"Two QxtGroupBoxes - an expanded and a collapsed - on top of each other."


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


Copyright © 2007-2010 Qxt Foundation
Qxt 0.6.1