Details
-
Sub-task
-
Resolution: Invalid
-
P2: Important
Description
import Qt 4.7 Rectangle { width: 200 height: 323 color: "yellow" Rectangle { color: "blue" width: parent.width height: parent.height / 2 } }
Changing the color of the yellow rect works, changing the color of the blue one doesn't.