Qt/C++: Qslider subclass
General and Desktop
2
Posts
2
Posters
895
Views
1
Watching
-
Searching on Google, I was looking for a way to bring up three labels under the Qslider: one on the left, one in the center and one on the right which mark respectively the minimum value, the current value and the maximum value, and I read a one way is to subclass the Qslider. Being new to Qt I have not the faintest idea of how to do such a thing: could you show me some examples?