Qt 6.11 is out! See what's new in the release
blog
Providing same shortcuts for the actions
QML and Qt Quick
3
Posts
2
Posters
2.7k
Views
1
Watching
-
Hi,
In my application im creating 4 mainwindow class objects,which is having some actions with shortcuts.Depending on the user input 1,2 or 4 mainwindow will get showed.But when im trying to access my shortcuts its giving an error like "Ambiguous shortcut overload.....".
I have tried with shortcutcontext but no result. Any solution to this problem??suma
-
Are you using the same shortcut sequence twice in a MainWindow/across MainWindows?