Before changing:
After changing parent widget styleSheet
property to this:
background-color: rgb(5, 34, 78);
I see this:
QComboBox
become really different. What happens? How to use regular QComboBox on dark background?
I am using Qt 5.5 without QML.