Results 1 to 16 of 16

Thread: VideoWidget problem

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #9
    Join Date
    Jun 2010
    Posts
    137
    Thanks
    9
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: VideoWidget problem

    Yes. Now I applied the layout.

    Qt Code:
    1. QHBoxLayout *hVideo = new QHBoxLayout(ui->frame);
    2. hVideo->addWidget(videoWidget);
    To copy to clipboard, switch view to plain text mode 

    But still the same result. I am attaching the image of my app output. So you can have a clear picture.

    Thank You,
    Baluk
    Attached Images Attached Images

Similar Threads

  1. Overlaying Widgets on top of VideoWidget
    By opsimath in forum Qt Programming
    Replies: 2
    Last Post: 9th June 2011, 13:29
  2. [MAC OSX] Mousetracking does not work in VideoWidget
    By Markus in forum Qt Programming
    Replies: 0
    Last Post: 1st October 2010, 23:23
  3. Zoom in a Phonon::VideoWidget
    By linus in forum Qt Programming
    Replies: 1
    Last Post: 26th March 2010, 21:13
  4. Replies: 1
    Last Post: 16th December 2009, 07:01
  5. Phonon::VideoWidget Problem with AspectRatio
    By tituslup in forum Qt Programming
    Replies: 1
    Last Post: 27th July 2008, 17:04

Tags for this Thread

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
  •  
Qt is a trademark of The Qt Company.