Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-9025

Setting anchors to items inside positioner should print a warning message

XMLWordPrintable

    • 946134b0ff303a1b44ae1ce5e3dcde7bfd8febcc

      import Qt 4.6
      Row {
      spacing: 2
      Rectangle

      { color: "red" width: 50 height: 50 anchors.left: greenRect.right }

      Rectangle

      { id: greenRect; color: "green"; width: 20; height: 50 }

      Rectangle

      { color: "blue"; width: 50; height: 20 }

      }

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

            jpetrell Joona Petrell
            jpetrell Joona Petrell
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes