QActionGroup Class Reference
[QtGui module]
Inherits QObject.
Methods
- __init__ (self, QObject)
- list-of-QAction actions (self)
- QAction addAction (self, QAction)
- QAction addAction (self, QString)
- QAction addAction (self, QIcon, QString)
- QAction checkedAction (self)
- bool isEnabled (self)
- bool isExclusive (self)
- bool isVisible (self)
- removeAction (self, QAction)
- setDisabled (self, bool)
- setEnabled (self, bool)
- setExclusive (self, bool)
- setVisible (self, bool)
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.