Unfortunately, this doesn't work. The problem doesn't seem to be with the selectors, but with applying a font-style to the QListView, as overriding styles in the QListView does work e.g. for background-colors.

Quote Originally Posted by Rajesh.Rathod View Post
I have tried one example in which combobox font is italics and dropdown font is normal, below is stylesheet used for that...
QComboBox {font-style: italic;}
QComboBox QListView { font-style: normal; }
Which Version of Qt did you use for that? Maybe I should say I'm using Qt 5.2.1.