Results 1 to 3 of 3

Thread: Slider + frame

  1. #1
    Join Date
    Sep 2013
    Posts
    9
    Thanks
    5
    Qt products
    Qt5
    Platforms
    Windows

    Default Slider + frame

    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!!

  2. #2
    Join Date
    Sep 2013
    Location
    Bangalore
    Posts
    9
    Qt products
    Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android

    Default Re: Slider + frame

    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:n_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...

  3. #3
    Join Date
    Nov 2006
    Location
    indonesia
    Posts
    55
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Slider + frame

    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

Similar Threads

  1. Dynamic label to right of slider resizes slider
    By zenzero-2001 in forum Qt Programming
    Replies: 2
    Last Post: 3rd October 2013, 10:11
  2. Replies: 2
    Last Post: 21st March 2010, 09:01
  3. Video Parsing - Frame by Frame
    By ctote in forum Qt Programming
    Replies: 3
    Last Post: 15th February 2010, 18:30
  4. Previous frame inner to this frame(corrupt stack?)
    By coralbird in forum Qt Programming
    Replies: 1
    Last Post: 28th May 2007, 01:35
  5. Previous frame inner to this frame(corrupt stack?)
    By coralbird in forum Qt Programming
    Replies: 17
    Last Post: 29th April 2006, 01:42

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.