Details
-
Suggestion
-
Resolution: Unresolved
-
P4: Low
-
5.3.0
-
None
Description
Because (Application)Window is not a QML "Item", tools are broken and users confused.
Here are some resulting issues of that:
- the user can not use states/transitions on an ApplicationWindow and for a beginner this is very illogical
- atleast in the QML designer it is not clear for a beginner why he can not add states at a fresh "hello world" QML application
- another point is that the shortcut parent does not have the code completion for the "Item" properties which are there some how
With my limited knowledge I would suggest that the ApplicationWindow becomes an Item and everything is fixed, but well maybe that brings some other problems.
So this report is about how adding the "State" feature to ApplicationWindow and how can get the code model the properties of the parent correctly?
Attachments
Issue Links
- is required for
-
QTBUG-73063 Qt Quick Changes in Qt 6
- Open
-
QTBUG-37947 (QtQuick) Multiple Window items not working on Android.
- Closed
-
QTBUG-37739 Android: hidden windows still visible and wrong stacking order with Qt Quick
- Closed
-
QTBUG-29818 implement Qt Quick nested windows as decorated Items
- Reported
- relates to
-
QTBUG-28957 Window item lacks "focus" property and Keys attached property
- Open
-
QTBUG-69790 Refactor QtQuick Window in Qt 6
- Reported
- replaces
-
QTBUG-40389 QQuickWindow and all inherited classes not designable
- Closed