Found the property component i was searching for in the MenuStyle.qml which is used by Menu which is used by ComboBox. I am using a ComboBox and i need to change or overwrite this property:
property Component menuItem: Rectangle{...}
Is there any possibility for me to do that only for one ComboBox?
I really dont want to replace multiple control-components and styles with custom ones…
↧