Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
None
Description
Examples:
- z-value was introduced in Window (https://doc-snapshots.qt.io/qt6-6.7/qml-qtquick-window.html#z-prop ) but not in QQuickWindow (which does inherit x and y properties from QWindow).
- The new Window.parent property be either a Window or an Item, but QQuickWindow::setParent() can only accept QWindow and not QQuickItem.
Attachments
Issue Links
- relates to
-
QTBUG-122595 Split Window.parent into 2 separate properties?
- Reported