Summary: | Text of disabled button doesn't appear as "disabled" on Qt apps when color scheme is used | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | hcoohb |
Component: | qt | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
hcoohb
2009-06-29 19:09:01 UTC
Actually, it is not in digikam, it is in kde global ! Sorry I made a mistake creating the bug report After some investigation, this turns out to be a Qt bug. Qt first reads some base colors, then computes its palette from them (including correctly disabled colors). However, after doing this, it reads some more KDE colors, including "Colors:Button/ForegroundNormal", and applies them to all color groups, without recomputing the disabled colors. Ok! Should I report this bug on Qt task tracker then or you already did it ? This is fixed with Qt 4.6 and KDE 4.4. With the help of the new KDE plugin, Qt can use the KDE palette directly, without having to parse the configuration files. |