Summary: | Radio buttons in "Search Group" "Options" in "Advanced search" dialog do not show selection status | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Michael Liddle <michael> |
Component: | Searches-Advanced | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | marcel.wiesweg |
Priority: | NOR | ||
Version: | 0.10.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.0.0 | |
Sentry Crash Report: |
Description
Michael Liddle
2009-06-09 20:01:59 UTC
I confirm. Sound like a style sheet problem. Gilles Caulier Yes, but strangely enough it only happens with the default theme, which should be the normal Qt style? All other themes work fine. Andi Look closely: all is painted perfectly - but the "black" dot in the indicator is now white! (following the text color, which is - white) Seems to be a new "feature" of Qt4.5. How to fix that? Setting the color property on QRadioButton::indicator does not seem to work, setting the background-color breaks is completely. As a last resort, we must use the radio buttons without text and without style sheet, and the labels as separate QLabels. Better ideas? SVN commit 989239 by mwiesweg: Use a radio button and a separate QLabel, which only is styled, to workaround styling problems (white color of text is reused for indicator in radio button circle) BUG: 195809 M +4 -2 NEWS M +41 -16 utilities/searchwindow/searchgroup.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=989239 |