PDA

View Full Version : 2 Sliders on QSlider bar



pallavi12345
19th June 2012, 12:59
Hi,
I am trying to develop video player. Suppose I have selected a video from file open dialog box. Now, I want to play only some part of the entire video clip (like cropping the video). For that I want a slider with 2 slider bars. So, user can select start and end point using two bars. E.g. in movie maker you can drag slider bars and play cropped video clip. Can it be done for QSlider? Please help. Thanks.

sonulohani
19th June 2012, 13:46
Hey, Go to http://qt.nokia.com/qt-in-use/developer/embedded-widget-demos .
Here you will get the widget catalog and also the source code of that.
In that there is one widget i.e.;Sliders, Check that.
From that you will get the idea.
For further help keep posting..... ;-)

tesmai4
25th March 2014, 09:39
Dear Sonulohani,

The link ( http://qt.nokia.com/qt-in-use/develo...d-widget-demos) is not working. Could you please post the answer again
Thanks

Uwe
25th March 2014, 10:00
What about: http://libqxt.bitbucket.org/doc/0.6/qxtspanslider.html#details.

Uwe

tesmai4
27th March 2014, 09:42
Thanks for your reply.
How can I integrate QxtSpanSlider into existing QT project. It is not one of the standard QT modules.
Regards,