Hi,

I wonder is it possible to give a fixed text color for examle for the 2nd item in a QComboBox? I tried up to;

QAbstractItemView{ color: gray};

but obviously there is no specific item number above as you see, which I exactly want.

Thanks in advance.