Color Underline ( stylesheet )
-
Can I choose a color for the line under the text?( just for that line, I don't want to color the text of the widget ). Something like:
@widget->setStyleSheet( " QToolButton {text-decoration: underline color blue} ")@
If not any idea about how should I do it?
Thanks! -
I'm asking because I'm trying to do this "control":http://img839.imageshack.us/img839/3062/colorcontrol.png , when I press the combo arrow I want to call QColorDialog, this is easy , the hard part is to create that combo and update its color with the one that I choose from QColorDialog