-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8.4, 6.9.1, 6.10.0 Beta2
-
754d3c677 (dev), 9d7a32c43 (6.10)
Missing Q_OBJECT_BINDABLE_PROPERTY + change signal? https://github.com/qt/qtdeclarative/blob/dev/src/qml/qml/qqmlbuiltinfunctions_p.h#L46
import QtQuick Window { width: 600 height: 400 visible: true title: Qt.uiLanguage // Reading non-constant and non-notifiable property uiLanguage. Binding might not update when the property changes. [stale-property-read] }
- relates to
-
QTBUG-110934 Make our published QML code as free of qmllint errors/warnings as possible
-
- Open
-
- resulted in
-
QTBUG-138903 Add NOTIFY signals to all BINDABLE properties that are exposed to QML
-
- Reported
-