-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.0 Beta2
-
ecdbc277a (dev), 7301e4d5b (6.5)
The new example at https://doc-snapshots.qt.io/qt6-6.5/qtquickcontrols-attachedstyleproperties-example.html produces fixable compile-time warnings:
Info: Label.qml:4:1: Unused import [unused-imports] import QtQuick ^^^^^^
Warning: Popup.qml:46:16: Unqualified access [unqualified]
color: control.MyStyle.backgroundDimColor
^^^^^^^
Info: Set "pragma ComponentBehavior: Bound" in order to use IDs from outer components in nested components.
Warning: Popup.qml:46:16: Could not compile binding for color: Cannot access value for name control [compiler]
color: control.MyStyle.backgroundDimColor
^^^^^^^
| For Gerrit Dashboard: QTBUG-110831 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V |
| 457518,5 | Doc: Fix compile-time warnings in Attached Style Properties Example | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
| 458368,2 | Doc: Fix compile-time warnings in Attached Style Properties Example | 6.5 | qt/qtdeclarative | Status: MERGED | +2 | 0 |