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

Setting anchors to items inside positioner should print a warning message

    XMLWordPrintable

Details

    • 946134b0ff303a1b44ae1ce5e3dcde7bfd8febcc

    Description

      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 }

      }

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes