-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.1
-
None
In Window, assigned value to height is ignored eventually.
example code:
import QtQuick Window { id: root color: "skyblue" visible: true onWidthChanged: { height = height } }
result: see attachement