PDA

View Full Version : Slider + frame



askatuak
7th October 2013, 15:48
Hi!!! I´m doing a one aplication integrating video, and I like to move slide and move video frame. How can do that? I saw the qt-project but I don´t find nothing about frame + slider, or frame count or other think.

many thanks!!

malleeswarareddy.s
10th October 2013, 00:15
i am looks that one only

i am trying to solve this problem using verticalscroll bar on frame,slot is value changed,like
void MainWindow::on_verticalScrollBar_valueChanged(int value)
{
value=value-80;
ui->set_frame->scroll(o,value);
}
///this code not that perfect but it will works

u have any ideas replay to me......
thanks in advance...:)

myta212
10th October 2013, 16:25
Hi,
You can get many of sample project using qt at qt-apps.org
I think you will get sample of video player using Qt at this site.

Best regards,

Toto