Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5.0 Beta2
-
ecdbc277a (dev), 7301e4d5b (6.5)
Description
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 ^^^^^^^