QButtonGroup Class Reference
[QtGui module]
Inherits QObject.
Methods
- __init__ (self, QObject parent = None)
- addButton (self, QAbstractButton)
- addButton (self, QAbstractButton, int)
- QAbstractButton button (self, int)
- list-of-QAbstractButton buttons (self)
- QAbstractButton checkedButton (self)
- int checkedId (self)
- bool exclusive (self)
- int id (self, QAbstractButton)
- removeButton (self, QAbstractButton)
- setExclusive (self, bool)
- setId (self, QAbstractButton, int)
Qt Signals
Detailed Description
Method Documentation
QButtonGroup.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QButtonGroup.addButton (self, QAbstractButton)
QButtonGroup.addButton (self, QAbstractButton, int)
QAbstractButton QButtonGroup.button (self, int)
list-of-QAbstractButton QButtonGroup.buttons (self)
QAbstractButton QButtonGroup.checkedButton (self)
int QButtonGroup.checkedId (self)
bool QButtonGroup.exclusive (self)
QButtonGroup.removeButton (self, QAbstractButton)
QButtonGroup.setExclusive (self, bool)
QButtonGroup.setId (self, QAbstractButton, int)
Qt Signal Documentation
void buttonClicked (QAbstractButton *)
This is the default overload of this signal.
void buttonClicked (int)
void buttonPressed (QAbstractButton *)
This is the default overload of this signal.
void buttonPressed (int)
void buttonReleased (QAbstractButton *)
This is the default overload of this signal.
void buttonReleased (int)