Home · All Classes · Modules

QButtonGroup Class Reference
[QtGui module]

Inherits QObject.

Methods

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)

int QButtonGroup.id (self, QAbstractButton)

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)


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0