Details
-
Type:
Bug
-
Status: Reported
-
Priority:
P2: Important
-
Resolution: Unresolved
-
Affects Version/s: 5.15.2
-
Fix Version/s: None
-
Component/s: GUI: Look'n'Feel
-
Labels:None
-
Platform/s:
Description
The new NSAccentColorName supported by Big Sur seems to not work properly in Qt 5.15. All UI controls are using the default blue colour until I change the accent color in the system settings. Then app-specific colour also works.
How to reproduce:
- Add to Info.plist
<key>NSAccentColorName</key> <string>AccentColor</string>
- Have Assets.xcassets with AccentColor defined and added to QMAKE_ASSET_CATALOGS