Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.6.1, Qt Creator 4.0.0-beta1
-
None
-
All
Description
The inner rect does not get the binding
import QtQuick 2.6 Rectangle { id: root width: 800 height: 480 property int test: 660 Rectangle { width: root.test color: "red" height: 100 } }
does not work for self built puppets