Results 1 to 2 of 2

Thread: Three QMainWindow sharing three areas of same parent QMainWindow;

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2014
    Posts
    125
    Qt products
    Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Android Maemo/MeeGo

    Question Three QMainWindow sharing three areas of same parent QMainWindow;

    Hello;

    I'm trying the implement in the same App three QMainWindow having the same parent QMainWindow.

    Wa: QMainWindow
    Wb: QMainWindow
    Wc: QMainWindow
    Parent of Wa, Wb and Wc: QMainWindow

    Please see the image for the arrangement of Wa, Wb and Wc (they are from left to right in the image).

    Thanks;

    Mut.

    Three QMainWindow sharing thee areas of same top QMainWindow.jpg

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,373
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    3
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: Three QMainWindow sharing three areas of same parent QMainWindow;

    It does not make much sense for QMainWindow to be a child of another QMainWindow. The layout itself that you desire can be obtained by using a grid layout.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 3
    Last Post: 5th July 2013, 14:09
  2. Replies: 8
    Last Post: 13th May 2013, 14:36
  3. Dock widget allowed areas in QMainWindow
    By jpalbertini in forum Qt Programming
    Replies: 0
    Last Post: 28th January 2013, 11:36
  4. Replies: 3
    Last Post: 13th November 2011, 08:12
  5. Open QMainWindow to use xterm window as parent
    By muenalan in forum Qt Programming
    Replies: 0
    Last Post: 1st July 2010, 08:43

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.