PDA

View Full Version : how to set markers below a slider in qt



qt_user
4th August 2010, 14:01
I have to set two markers (startFrameMarker and endFrameMarker) below a slider................so that I am able to set an interval using these markers and play the video(on the video player already made by me) snippet for that part instead of playing the whole video........ how can I get those two markers???

Ginsengelf
5th August 2010, 08:02
Hi, I think it is not possible with standard Qt widgets (unless you subclass them and do all necessary stuff yourself), but you can find a slider with two handles in the Qxt library: QxtSpanSlider (http://doc.libqxt.org/0.6.0/qxtspanslider.html).

Ginsengelf