Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-7794

QML anchor waring occurs by Qt 5 beta 1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • None
    • Qt Creator 2.5.2
    • Quick / QML Support
    • Win7 - Qt5 beta 1 - QtCreator 2.5.2
    • 7cc5fec6978c47cb60fce3358fdaaa42671cdcff 5b47966f5c7910e29f456d9a809f120a99c10ee4 a1e5bd1a4b2617b38e62adcfaa93164c80f0fb7a

    Description

      Install the latest Qt5 beta 1 (http://labs.qt.nokia.com/2012/08/30/qt-5-beta-is-here/)
      The QML anchor get warning when extracting its property by . operator.
      ('anchors' does not have member (M17))

      Ex :
      Rectangle {
      anchors.fill: parent
      }

      The warning will disappear if we write by this style :

      Rectangle {
      anchors

      {fill: parent;}

      }

      Attachments

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

        Activity

          People

            kkohne Kai Köhne
            jackyang jack yang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes