Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
QDS 4.4
-
None
-
QDS Berlin - 2024 Week 21/22, QDS Berlin - 2024 Week 23/24, QDS Berlin - 2024 Week 25/26, QDS Berlin - 2024 Week 27/28, QDS Berlin - 2024 Week 29/30, QDS Berlin - 2024 Week 33/34
Description
Please see the attached video and the project for the detail.
In Screen01.ui.qml, button1 has x and y bound to an evaluation which is based on the root.widthFactor and root.heightFactor, which in turn are calculated at the root.
Since root.width and root.height are Constants.width and Constants.height respectively, the button1 should be located at (19, 194) in 2D view.
However, it's located at the top left, indicating that its x and y are regarded as 0.