Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.4.2
-
None
-
Name: Manjaro Linux
Version: 22.0.1 (Sikaris)
Codename: Sikaris
Qt Creator 9.0.1
Base on Qt 6.4.2 (GCC 12.2.0, x86_64)
-
ce100433b (dev), 957657533 (dev), a4551c996 (dev), f3d80f879 (6.4), 472f89806 (6.4), 94e3b4b05 (6.4), 5806781fa (6.5), 4b311995d (6.5), 914c7c3fe (6.5), dd1f00da0 (dev), 0a4fb70b2 (6.5), 17c9d1e01 (6.4), 0168e4421 (tqtc/lts-6.2), 1fae23c85 (tqtc/lts-6.2)
Description
When setting "Inactive" colors in the palette for a label or form via QtCreator only default values are stored in the ui-File. This leads to ugly/unexpected dialogs or windows when they loose focus.
As can be seen on palette screenshot colors should be light-green (143, 240, 164) and light-blue (153, 193, 164) respectively.
Snippet of UI file content:
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>0</red>
<green>0</green>
<blue>0</blue>
</color>
</brush>
</colorrole>
<colorrole role="Window">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>239</red>
<green>239</green>
<blue>239</blue>
</color>
</brush>
</colorrole>
</inactive>
Attachments
Issue Links
- relates to
-
QTBUG-98762 REGRESSION: QPalette::setBrush does not reliably detach
- Closed
-
QTBUG-65475 Application palette changes at runtime do not work for all widgets
- Closed