How to fix QSlider at desired position ?
-
@tushu said in How to fix QSlider at desired position ?:
So how to fix QSlider at desired position ?
Use the position and height of the button to calculate the position of the slider.
-
@tushu said in How to fix QSlider at desired position ?:
So how to fix QSlider at desired position ?
Use the position and height of the button to calculate the position of the slider.
-
@jsulm Thank you for your reply.
But I have a doubt.
How to set the position for QSlider ? (let's say I have figured out position
in QPoint somehow)@tushu Why not looking into documentation?
There is https://doc.qt.io/qt-6/qwidget.html#pos-prop for example...