0

i need to design my QSlider ...

I have start point and end point on the slider bar

the start point and the end point is movable by the user

now i need to color the space between the start point and the end point

Please let me know your helps and suggestion on this

demonplus
  • 5,613
  • 12
  • 49
  • 68
user198725878
  • 6,266
  • 18
  • 77
  • 135

2 Answers2

2

Link for Qt 4.8 (slider customization):

http://doc.qt.io/qt-4.8/stylesheet-examples.html#customizing-qslider

demonplus
  • 5,613
  • 12
  • 49
  • 68
Kamil Klimek
  • 12,884
  • 2
  • 43
  • 58
0

In general for coloring task "Qt Style Sheets" is very useful.

Christophe Weis
  • 2,518
  • 4
  • 28
  • 32
Narek
  • 38,779
  • 79
  • 233
  • 389