PDA

View Full Version : help on my slider



newb
13th July 2010, 15:10
hi...

i am implementing slider in my app like below...

Slider = new QSlider(this);

Slider->setOrientation ( Qt::Horizontal );

when i run the app it shows the slider but i cant able to move the slider handle...

what i am doing wrong ...

please help me out

Lykurg
13th July 2010, 15:36
You probably have to set a range: QAbstractSlider::setRange().