A question regarding this topic: how to implement such feature in Qt4? I don't see the way to contol QComboBox items behaviour.
A question regarding this topic: how to implement such feature in Qt4? I don't see the way to contol QComboBox items behaviour.
Oleg Shparber
Stupid question, what is the way to set flags for QComboBox items? I can get the model for combobox, but how to change flags of its rows?
Oleg Shparber
You need to set a custom model on the combobox that will return proper flags.
Bookmarks