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

Column properties not correctly supported for QtQuick 2.7 & 2.8

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 5.9.7, 5.12.2
    • None
    • macOS 10.14
    • macOS

    Description

      QML component Column added support for positioningComplete signal in Qt 5.9. From the Qt 5.9 documentation (https://doc-snapshots.qt.io/qt5-5.9/qml-qtquick-column.html), it is necessary to import QtQuick 2.7.

      When using import QtQuick 2.7 or import QtQuick 2.8, Qt Creator throws error M16: Invalid property name "onPositioningComplete". (M16).

      If I ignore this as a lint error and run the code, I get the error: "Column.onPositioningComplete" is not available in QtQuick 2.6"

      Only when importing QtQuick 2.9 or higher does this error go away.

      Attachments

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

        Activity

          People

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            paulmasri Paul
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes