PDA

View Full Version : how to change the QComboBox focus color?



josentop
18th December 2011, 14:54
I need to change the QComboBox focus color in my application as below, when user selected QComboBox by Tab key, i would highlight it with Blue instead of the Brown. Could you please give some suggestion? thanks.:roll eyes:

7181

Lykurg
18th December 2011, 16:20
See QComboBox::palette() (== QWidget::palette()) with QPalette and QWidget::setPalette().