Results 1 to 2 of 2

Thread: How to display a MDI subwindow in front of a QGraphgicsView view ?

  1. #1
    Join Date
    Nov 2008
    Posts
    10
    Qt products
    Qt4
    Platforms
    Windows

    Default How to display a MDI subwindow in front of a QGraphgicsView view ?

    I have a mainwindow with a QGraphicsView view, I want to click menu File\New to display a Mdi subwindow. But the Mdi subwindow is always behind the view. How to display a MDI subwindow in front of a QGraphgicsView view ? Many thanks!
    Attached Files Attached Files
    Last edited by wisconxing; 6th April 2009 at 14:08. Reason: add attachment

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

    Default Re: How to display a MDI subwindow in front of a QGraphgicsView view ?

    Do you want the graphics view to be the background of the mdi area? If so, try setting the view as the viewport for the mdi area although personally I don't see a use case for such configuration. Are you sure about doing that? What is your goal?
    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. Graphics view display problem.
    By kiranraj in forum Qt Programming
    Replies: 3
    Last Post: 20th July 2007, 07:08

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.