PDA

View Full Version : Qt Stylesheet and QComboBox with property



vnuss
2nd October 2013, 09:06
Hello @all.

I need two different Styles for a QComboBox.

First Style should be enabled if the QComboBox is enabled and property X is set.
Second Style should be enabled if QComboBox is disabled and property X is set.

How can I realize this behaviour?