Hi,
I have created an action that have "Ctrl+M" as shortcut.
The action is never called if don't add it to a menu or toolbar.
Anyone knows how to solve this?
Thanks,
Printable View
Hi,
I have created an action that have "Ctrl+M" as shortcut.
The action is never called if don't add it to a menu or toolbar.
Anyone knows how to solve this?
Thanks,
Add the action to a visible widget with QWidget::addAction() or use QShortcut instead.
Hi,
AddAction is perfect.
Thanks,