Details
-
Suggestion
-
Resolution: Invalid
-
Not Evaluated
-
None
-
5.9.0 Beta 2
-
None
Description
As I can see, the Action class was added to the QtQuick.Controls 2 module. I believe this is a wrong decision, the best place for this class is the QtQuick module. Actions describe the application logic and do not depend on the UI implementation.
The lack of a standard Action class is evident in Qt.labs.platform. There could be the MenuItem::action property, but making dependency of Qt.labs.platform on QtQuick.Controls(1 or 2?) is not a good idea.
Attachments
Issue Links
- depends on
-
QTBUG-66829 Add IconImage to QtQuick core
- Open
- relates to
-
QTBUG-92195 Support using QAction from QtGui in QtQuick Controls
- Reported