|
Qyoto
4.0.6
Qyoto is a C# language binding for Qt
|


Public Member Functions | |
| void | Triggered (QAction arg1) |
| | |
| void | Selected (QAction arg1) |
| | |
| void | Hovered (QAction arg1) |
| | |
Public Member Functions inherited from QtCore.IQObjectSignals | |
| void | Destroyed (QObject arg1) |
| void | Destroyed () |
| | |
| void QtGui.IQActionGroupSignals.Hovered | ( | QAction | arg1 | ) |
This signal is emitted when the given action in the action group is highlighted by the user; for example, when the user pauses with the cursor over a menu option, toolbar button, or presses an action's shortcut key combination.
See also QAction::activate().
| void QtGui.IQActionGroupSignals.Selected | ( | QAction | arg1 | ) |
Use triggered() instead.
| void QtGui.IQActionGroupSignals.Triggered | ( | QAction | arg1 | ) |
This signal is emitted when the given action in the action group is activated by the user; for example, when the user clicks a menu option, toolbar button, or presses an action's shortcut key combination.
Connect to this signal for command actions.
See also QAction::activate().