Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.0.0
-
None
Description
For Qt 6.0, some classes got moved from Qt Widgets into Qt Gui:
- QAction
- QShortcut
This removed the Widgets dependency, and allows us to use those classes directly in QtQuick, potentially getting rid of some duplicate code.
Attachments
Issue Links
- resulted in
-
QTBUG-92195 Support using QAction from QtGui in QtQuick Controls
- Reported