Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.3.0
-
None
-
-
1e3bf94b251ee8e8fcf156514df0c3a9b385d5d2 86fa3e117a001452d3ab0f6c7d813981300f15f2
Description
Typically, in a Qt Wayland Compositor, the root object will be a WaylandCompositor and the Window will be created per WaylandOutput. In the "qml" tool, it requires that the root object of the scene is a Window, otherwise it exits early. This is inconsistent with the behavior of "qmlscene".
For an example, the minimal-qml example in Qt Wayland can be used.
Run "qml main.qml" and it prints out "Did not load any objects" before exiting. Run "qmlscene main.qml" and it runs fine.
Attachments
Issue Links
- is replaced by
-
QTBUG-110112 Runtime qml won't load certain root elements
-
- Closed
-