changing QScrollBar arrows size with stylesheets
Unsolved
General and Desktop
-
I am trying the following code to change the size of the arrows in the scrollbars but this code has no effect.
QScrollBar::up-arrow:vertical, QScrollBar::down-arrow:vertical { height: 60px; width: 60px; }
Does anyone know if there is a special trick to achieve that? Thank you!
w -
Hi,
Partly depending on the OS you use you may have to style more elements to achieve your goal.
See the example in the documentation.
That said, you might also want to consider creating a proxy style.