79185420

Date: 2024-11-13 14:52:54
Score: 1.5
Natty:
Report link

I ran into the same problem, I want to style the buttons (background, icon etc.). I didn't find a way to do so.

But: with this rule I could disable the scroll buttons which in turn (re)enabled the traditional scrollbars which can be styled rather easily

QComboBox {
  combobox-popup: 0;
}

Found here https://forum.qt.io/topic/152637/qcombobox-unkown-top-and-botton-scrollers

FWIW apparently this depends on the style/theme of the operating system, and also on the window manager on Linux, it seems.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ronso0