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

Documentation about 'Attached properties' is confused

XMLWordPrintable

    • c4fb42f09 (dev), ead7c1600 (6.10), 3039365fb (6.9)

      The documentation refers to 'the KeyNavigation attached property', 'the Keys attached property', 'the LayoutMirroring attached property'.

      However, none of these are attached properties. Keys, KeyNavigation and LayoutMirroring are all 'attaching types':

      http://doc.qt.io/qt-5/qtqml-syntax-objectattributes.html#attached-properties-and-attached-signal-handlers

      Keys.enabled is an attached property, Keys.backtabPressed is an attached signal, Keys is an attaching type.

      Similarly, ListView is an attaching type. ListView is not an attached property. ListView.isCurrentItem is an attached property.

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

            docteam Qt Documentation Team
            ske Steve
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes