stylesheet QSlider with QPushButtons
Unsolved
General and Desktop
-
Hi all. Сan someone tell me, it is possible to make a QSlider with QPushButtons like on pic?
I know how to make the handle round, the question is about min/max values, i need the handle to overlap the buttons at min/max values like in the first slider in the image
-
Hi,
From the looks of it, you should rather handle the painting and click related events in a subclass directly.