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