qt custom UI vertical slider?
Solved
General and Desktop
-
-
Hi,
Since it's a form of slider, it's not a bad idea. You would already have the value handling available from the start.
-
No, it should be based on QAbstractSlider with custom painting.
-
I think the way you taught me is too much for me, so I've transformed Slider into a stylesheet in the simplest way.
I want to write text in the slider, how can I access it?
And when the slider handle comes down to the top or bottom, the border-radius doesn't apply, so it comes out angled. What should I do?
-
@IknowQT said in qt custom UI vertical slider?:
I want to write text in the slider, how can I access it?
Subclass and do custom painting so you are back at my initial suggestion.