PDA

View Full Version : Customize QSlider



Navi
2nd July 2015, 08:11
I would like to customize Qslider as same which i attached here.
Is it possible using Qstylesheet?if so how?

11251

Ginsengelf
3rd July 2015, 08:09
Hi, the documentation has some examples how to customize a slider:
http://doc.qt.io/qt-4.8/stylesheet-examples.html#customizing-qslider
I think you'll need the ::handle subcontrol.

Ginsengelf