QComboBox text color problem with CSS
We want to fix the text color of a combobox with a css stylesheet but it do not works
QComboBox{font-family:Italic;font-size:52px;font-color:white;background:#fff; border-color:#a1c60e;border-width:4px;border-style:solid;border-radius:8px 8px 8px 8px;}
The text appears in black ...
Thanks in advance
Sergio
Re: QComboBox text color problem with CSS
Where did you see in the docs the property: 'font-color'?
Try this instead:
http://qt-project.org/doc/qt-4.8/sty...ml#paletterole