QGroupBox Class Reference
[QtGui module]
Inherits QWidget.
Methods
- __init__ (self, QWidget parent = None)
- __init__ (self, QString, QWidget parent = None)
- Qt.Alignment alignment (self)
- changeEvent (self, QEvent)
- childEvent (self, QChildEvent)
- bool event (self, QEvent)
- focusInEvent (self, QFocusEvent)
- initStyleOption (self, QStyleOptionGroupBox)
- bool isCheckable (self)
- bool isChecked (self)
- bool isFlat (self)
- QSize minimumSizeHint (self)
- mouseMoveEvent (self, QMouseEvent)
- mousePressEvent (self, QMouseEvent)
- mouseReleaseEvent (self, QMouseEvent)
- paintEvent (self, QPaintEvent)
- resizeEvent (self, QResizeEvent)
- setAlignment (self, int)
- setCheckable (self, bool)
- setChecked (self, bool)
- setFlat (self, bool)
- setTitle (self, QString)
- QString title (self)
Qt Signals
Detailed Description
Method Documentation
QGroupBox.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QGroupBox.__init__ (self, QString, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
Qt.Alignment QGroupBox.alignment (self)
QGroupBox.changeEvent (self, QEvent)
QGroupBox.childEvent (self, QChildEvent)
bool QGroupBox.event (self, QEvent)
QGroupBox.focusInEvent (self, QFocusEvent)
bool QGroupBox.isCheckable (self)
bool QGroupBox.isChecked (self)
bool QGroupBox.isFlat (self)
QSize QGroupBox.minimumSizeHint (self)
QGroupBox.mouseMoveEvent (self, QMouseEvent)
QGroupBox.mousePressEvent (self, QMouseEvent)
QGroupBox.mouseReleaseEvent (self, QMouseEvent)
QGroupBox.paintEvent (self, QPaintEvent)
QGroupBox.resizeEvent (self, QResizeEvent)
QGroupBox.setAlignment (self, int)
QGroupBox.setCheckable (self, bool)
QGroupBox.setChecked (self, bool)
This method is also a Qt slot with the C++ signature void setChecked(bool).
QGroupBox.setFlat (self, bool)
QGroupBox.setTitle (self, QString)
QString QGroupBox.title (self)
Qt Signal Documentation
void clicked (bool = 0)
This is the default overload of this signal.
void toggled (bool)
This is the default overload of this signal.