Version: 0.10.0 (using 4.2.88 (KDE 4.2.88 (KDE 4.3 >= 20090527)) "release 127", KDE:KDE4:Factory:Desktop / openSUSE_11.0) Compiler: gcc OS: Linux (i686) release 2.6.25.20-0.4-default Steps to reproduce: 1. Open the "Advanced search" dialog (from the left sidebar) 2. Click the "Options >>" link 3. Click one of the radio buttons 4. The clicked button will not show as "selected" _However_ the selection does nonetheless appear to work, in that the button clicked on has the desired effect.
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