Home · All Classes · Modules

QActionGroup Class Reference
[QtGui module]

Inherits QObject.

Methods

Qt Signals


Detailed Description


Method Documentation

QActionGroup.__init__ (self, QObject)

The QObject argument, if not None, causes self to be owned by Qt instead of PyQt.

list-of-QAction QActionGroup.actions (self)

QAction QActionGroup.addAction (self, QAction)

The QAction argument has it's ownership transferred to Qt.

QAction QActionGroup.addAction (self, QString)

QAction QActionGroup.addAction (self, QIcon, QString)

QAction QActionGroup.checkedAction (self)

bool QActionGroup.isEnabled (self)

bool QActionGroup.isExclusive (self)

bool QActionGroup.isVisible (self)

QActionGroup.removeAction (self, QAction)

The QAction argument

QActionGroup.setDisabled (self, bool)

This method is also a Qt slot with the C++ signature void setDisabled(bool).

QActionGroup.setEnabled (self, bool)

This method is also a Qt slot with the C++ signature void setEnabled(bool).

QActionGroup.setExclusive (self, bool)

This method is also a Qt slot with the C++ signature void setExclusive(bool).

QActionGroup.setVisible (self, bool)

This method is also a Qt slot with the C++ signature void setVisible(bool).


Qt Signal Documentation

void hovered (QAction *)

This is the default overload of this signal.

void selected (QAction *)

This is the default overload of this signal.

void triggered (QAction *)

This is the default overload of this signal.


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