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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            cjanssen Christiaan Janssen (Inactive)
            kkohne Kai Köhne
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes