Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
None
-
5.6.0, 5.6.1
-
X11 Windows OS X
Description
The user wants to access the list of shortcuts set to the whole QApplication regardless a context used. The user found from the source-code that there is such a map:
#ifndef QT_NO_SHORTCUT QShortcutMap shortcutMap; #endif
However the user can see only one possibility here - including private-modules. The user however does not want to use any of private-modules.
As the title of this suggestion says, make the mentioned shortcutMap accessable.
Attachments
Issue Links
- relates to
-
QTBUG-63098 Revisit private dependencies to other Qt modules
- Open