How can I retrieve the default 'selection-background-color' from a combobox
-
You can use
QWidget::palette()
to retrieve the palette and then use
https://doc.qt.io/qt-5/qpalette.html#brush
You can use QWidget::palette()
to retrieve the palette and then use
https://doc.qt.io/qt-5/qpalette.html#brush