Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.9.1, 5.10
-
None
Description
Currently only the geometry() values are exposed as properties (x, y, width, height), whereas the frameGeometry() values are not exposed.
The simple use case is that there is no way to access the frameGeometry from a QML Window item, and thus no way to figure out the dimensions of the frame decorations.
The more complex use case is that it is necessary for a cleaner integration in WebEngine, where a Javascript resize or move event expects to set the full frameGeometry of the window, which is not currently possible from inside QML.
Relevant bug report for that is QTBUG-51181 .
Attachments
Issue Links
- is required for
-
QTBUG-63793 Quick: Support initial window geometry in window.open()
-
- Reported
-
- relates to
-
QTBUG-51181 geometryChangeRequested signal for the Quick API
-
- Closed
-