Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.6.3, 6.7.0, 6.8.0
-
None
Description
The issue is similar to https://bugreports.qt.io/browse/QTBUG-120571 but for Ubuntu (I guess Linux in general).
The UI theme (standard Fusion on Ubuntu) looks too bright and disabled widgets are not well to recognize.
See attached screenshots, I build a simple standard GUI app on same machine with different Qt versions.
Qt 6.4.2
Button QColor(ARGB 1, 0.937255, 0.937255, 0.937255)
ButtonText Disabled QColor(ARGB 1, 0.745098, 0.745098, 0.745098)
Window QColor(ARGB 1, 0.937255, 0.937255, 0.937255)
Qt 6.8.0
Button QColor(ARGB 1, 0.988235, 0.988235, 0.988235)
ButtonText Disabled QColor(ARGB 1, 0, 0, 0)
Window QColor(ARGB 1, 0.988235, 0.988235, 0.988235)