QCheckBox Class Reference
[QtGui module]
Inherits QAbstractButton.
Methods
- __init__ (self, QWidget parent = None)
- __init__ (self, QString, QWidget parent = None)
- Qt.CheckState checkState (self)
- checkStateSet (self)
- bool event (self, QEvent)
- bool hitButton (self, QPoint)
- initStyleOption (self, QStyleOptionButton)
- bool isTristate (self)
- mouseMoveEvent (self, QMouseEvent)
- nextCheckState (self)
- paintEvent (self, QPaintEvent)
- setCheckState (self, Qt.CheckState)
- setTristate (self, bool on = True)
- QSize sizeHint (self)
Qt Signals
Detailed Description
Method Documentation
QCheckBox.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QCheckBox.__init__ (self, QString, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
Qt.CheckState QCheckBox.checkState (self)
QCheckBox.checkStateSet (self)
bool QCheckBox.event (self, QEvent)
bool QCheckBox.hitButton (self, QPoint)
bool QCheckBox.isTristate (self)
QCheckBox.mouseMoveEvent (self, QMouseEvent)
QCheckBox.nextCheckState (self)
QCheckBox.paintEvent (self, QPaintEvent)
QCheckBox.setCheckState (self, Qt.CheckState)
QCheckBox.setTristate (self, bool on = True)
QSize QCheckBox.sizeHint (self)
Qt Signal Documentation
void stateChanged (int)
This is the default overload of this signal.