Results 1 to 6 of 6

Thread: Display multiple QGraphicsView in same screen while all fullscreen

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Graz, Austria
    Posts
    8,416
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Thanks
    37
    Thanked 1,544 Times in 1,494 Posts

    Default Re: Display multiple QGraphicsView in same screen while all fullscreen

    Layouts in code basically work like this

    Qt Code:
    1. QVBoxLayout *layout = new QVBoxLayout(parentWidget);
    2. layout->addWidget(childWidget);
    To copy to clipboard, switch view to plain text mode 

    Cheers,
    _

  2. The following user says thank you to anda_skoa for this useful post:

    squeegedog (6th February 2014)

Similar Threads

  1. Using Multiple Cameras in a single screen
    By anupam in forum Newbie
    Replies: 10
    Last Post: 28th February 2014, 10:55
  2. QGraphicsView get fullscreen
    By AlbertoN in forum Newbie
    Replies: 3
    Last Post: 9th October 2013, 13:47
  3. multiple screen
    By hitesh_sharma@satyam in forum Qt Programming
    Replies: 4
    Last Post: 9th December 2011, 11:09
  4. How to Keep Splash Screen and App on Same Display
    By ajb_advance in forum Qt Programming
    Replies: 2
    Last Post: 4th March 2009, 12:49
  5. Display image fullscreen, the best way?
    By Hmail01 in forum Qt Programming
    Replies: 3
    Last Post: 27th July 2008, 00:00

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.