Hi.

A combo box has a view and a model. I can change the values for the roles of the item data (e.g. Qt::ForegroundRole).

But how to make an item not selectable?

I want to implement some kind of separator to categorize the entries in a combo box.

Is that possible?

Bye