Definition at line 57 of file qgroupbox.h.
#include <qgroupbox.h>

Public Slots |
|
| void | setChecked (bool checked) |
Signals |
|
| void | clicked (bool checked=false) |
| void | toggled (bool) |
Public Member Functions |
|
| QGroupBox (QWidget *parent=0) | |
| QGroupBox (const QString &title, QWidget *parent=0) | |
| ~QGroupBox () | |
| QString | title () const |
| void | setTitle (const QString &title) |
| Qt::Alignment | alignment () const |
| void | setAlignment (int alignment) |
| QSize | minimumSizeHint () const |
| bool | isFlat () const |
| void | setFlat (bool flat) |
| bool | isCheckable () const |
| void | setCheckable (bool checkable) |
| bool | isChecked () const |
Protected Member Functions |
|
| bool | event (QEvent *event) |
| void | childEvent (QChildEvent *event) |
| void | resizeEvent (QResizeEvent *event) |
| void | paintEvent (QPaintEvent *event) |
| void | focusInEvent (QFocusEvent *event) |
| void | changeEvent (QEvent *event) |
| void | mousePressEvent (QMouseEvent *event) |
| void | mouseMoveEvent (QMouseEvent *event) |
| void | mouseReleaseEvent (QMouseEvent *event) |
| void | initStyleOption (QStyleOptionGroupBox *option) const |
Properties |
|
| QString | title |
| Qt::Alignment | alignment |
| bool | flat |
| bool | checkable |
| bool | checked |
| ~QGroupBox | ( | ) |
| QString title | ( | ) | const |
| void setTitle | ( | const QString & | title | ) |
| Qt::Alignment alignment | ( | ) | const |
| void setAlignment | ( | int | alignment | ) |
| bool isFlat | ( | ) | const |
| void setFlat | ( | bool | flat | ) |
| bool isCheckable | ( | ) | const |
| void setCheckable | ( | bool | checkable | ) |
| bool isChecked | ( | ) | const |
| void setChecked | ( | bool | checked | ) | [slot] |
| void clicked | ( | bool | checked = false |
) | [signal] |
| void toggled | ( | bool | ) | [signal] |
| void childEvent | ( | QChildEvent * | event | ) | [protected, virtual] |
Reimplemented from QObject.
| void resizeEvent | ( | QResizeEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void paintEvent | ( | QPaintEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void focusInEvent | ( | QFocusEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mousePressEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseMoveEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void mouseReleaseEvent | ( | QMouseEvent * | event | ) | [protected, virtual] |
Reimplemented from QWidget.
| void initStyleOption | ( | QStyleOptionGroupBox * | option | ) | const [protected] |
QString title [read,
write] |
Definition at line 61 of file qgroupbox.h.
Qt::Alignment alignment [read,
write] |
Definition at line 62 of file qgroupbox.h.
bool flat [read, write] |
Definition at line 63 of file qgroupbox.h.
bool checkable [read, write] |
Definition at line 64 of file qgroupbox.h.
bool checked [read, write] |
Definition at line 65 of file qgroupbox.h.