-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
5.5.1
-
None
-
c4fb42f09 (dev), ead7c1600 (6.10), 3039365fb (6.9)
The documentation refers to 'the KeyNavigation attached property', 'the Keys attached property', 'the LayoutMirroring attached property'.
- http://doc.qt.io/qt-5/qml-qtquick-keys.html
- http://doc.qt.io/qt-5/qml-qtquick-layoutmirroring.html
- http://doc.qt.io/qt-5/qml-qtquick-keynavigation.html
However, none of these are attached properties. Keys, KeyNavigation and LayoutMirroring are all 'attaching types':
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.
For Gerrit Dashboard: QTBUG-49481 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
654161,3 | Doc: Fix incorrect use of attached property in documentation | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
658661,2 | Doc: Fix incorrect use of attached property in documentation | 6.10 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
658808,2 | Doc: Fix incorrect use of attached property in documentation | 6.9 | qt/qtdeclarative | Status: MERGED | +2 | 0 |