[Qt-interest] styleSheet for QComboBox
Tomasz Grobelny
tomasz at grobelny.oswiecenia.net
Fri Jun 10 22:09:17 CEST 2011
How do I write stylesheet selector to change background of QComboBox’s
QLineEdit? I tried this:
a) QComboBox {background-color: rgb(255, 192, 192);} – it restyles the drop
down button as well which doesn’t look good at all,
b) QComboBox QLineEdit {background-color: rgb(255, 192, 192);} – doesn’t
change anything.
Any other options?
--
Regards,
Tomasz Grobelny
More information about the Qt-interest-old
mailing list