Qyoto
4.0.7
Qyoto is a C# language binding for Qt
|
Public Member Functions | |
void | Triggered (QAction action) |
More... | |
void | Selected (QAction action) |
More... | |
void | Hovered (QAction action) |
More... | |
![]() | |
void | Destroyed (QObject obj=null) |
More... | |
void | Destroyed () |
More... | |
void QtGui.IQActionGroupSignals.Hovered | ( | QAction | action | ) |
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 | action | ) |
Use triggered() instead.
void QtGui.IQActionGroupSignals.Triggered | ( | QAction | action | ) |
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().