Hi,
On Linux, shortcuts set for QAction objects are case sensitive, how to make them case insensitive?
Thanks & Regards
Jyoti
Printable View
Hi,
On Linux, shortcuts set for QAction objects are case sensitive, how to make them case insensitive?
Thanks & Regards
Jyoti
set shortcut key like this:
QAction::setShortcuts ( QKeySequence(tr("Ctrl+P, Ctrl+p")));
setting multiple shortcuts is not working, Also I could not get : PRessing Shift will change the key sequence.
Thanks & Regards
Jyoti