org.kde.qt
public class QGroupBox extends QFrame
| Constructor Summary | |
|---|---|
| protected | QGroupBox(Class dummy) |
| QGroupBox(QWidget parent, String name) | |
| QGroupBox(QWidget parent) | |
| QGroupBox() | |
| QGroupBox(String title, QWidget parent, String name) | |
| QGroupBox(String title, QWidget parent) | |
| QGroupBox(String title) | |
| QGroupBox(int strips, int o, QWidget parent, String name) | |
| QGroupBox(int strips, int o, QWidget parent) | |
| QGroupBox(int strips, int o) | |
| QGroupBox(int strips, int o, String title, QWidget parent, String name) | |
| QGroupBox(int strips, int o, String title, QWidget parent) | |
| QGroupBox(int strips, int o, String title) | |
| Method Summary | |
|---|---|
| void | addSpace(int arg1) |
| int | alignment() |
| protected void | childEvent(QChildEvent arg1) |
| String | className() |
| int | columns() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| boolean | event(QEvent arg1) |
| protected void | finalize() Deletes the wrapped C++ instance |
| protected void | focusInEvent(QFocusEvent arg1) |
| protected void | fontChange(QFont arg1) |
| int | insideMargin() |
| int | insideSpacing() |
| boolean | isCheckable() |
| boolean | isChecked() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| boolean | isFlat() |
| QMetaObject | metaObject() |
| int | orientation() |
| protected void | paintEvent(QPaintEvent arg1) |
| protected void | resizeEvent(QResizeEvent arg1) |
| void | setAlignment(int arg1) |
| void | setCheckable(boolean b) |
| void | setChecked(boolean b) |
| void | setColumnLayout(int strips, int o) |
| void | setColumns(int arg1) |
| void | setEnabled(boolean on) |
| void | setFlat(boolean b) |
| void | setInsideMargin(int m) |
| void | setInsideSpacing(int s) |
| void | setOrientation(int arg1) |
| void | setTitle(String arg1) |
| QSize | sizeHint() |
| String | title() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |