Top "Qslider" questions

QSlider is a Qt class that represents a vertical or horizontal slider.

How to make a QSlider change with double values

My problem is that I just can't seem to make my QSlider work with double values instead of integer, because …

qt qslider
QSlider mouse direct jump

Instead of stepping when the user clicks somewhere on the qslider I want to make the slider jump to that …

qt qslider
Range slider in Qt (two handles in a QSlider)

I am using Visual Studio 2010 with Qt 5.0.1 integrated. I need a range selection in QSlider. Is it possible to get …

qt qt5 qslider
How to connect a QSlider to QDoubleSpinBox

I want to connect a QSlider to a QDoubleSpinBox but while the code compiles fine and runs for simple QSpinBox, …

qt connect signals-slots qslider
QSlider show min, max and current value

Is it possible to show minimum, maximum and current selected value of QSlider? Of course I can use labels to …

c++ qt qslider
QSlider stepping?

I'd like to specify the steps that a QSlider can slide, like it is possible for the QSpinBox by using …

python qt pyqt qslider qabstractslider
QSlider Value Changed Signal

I'm using a QSlider (v4.6) for input as well as to provide feedback to the user. For the feedback I …

c++ qt4 qslider
How to use stylesheet to customize handle of QSlider on MacOS

On MacOS 10.6, the default handle of QSlider is a ball, if a QSlider has ticks, then the handle changes its …

qt stylesheet handle qt4.7 qslider