Details
-
Task
-
Resolution: Unresolved
-
P2: Important
-
None
-
None
-
None
Description
QComboBox allows to set an itemDelegate to change the appearance of elements in the dropdown menu. However, the Label and Icon in the main body of the combobox are not affected by this change.
It would be nice to draw the main body with respect to the itemDelegate.
In QTBUG-118836 we used a workaround to implement this design