Results 1 to 5 of 5

Thread: QDialog as top level and child dialogs not showing

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jul 2007
    Location
    California, USA
    Posts
    62
    Thanks
    17
    Thanked 7 Times in 4 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question QDialog as top level and child dialogs not showing

    I am using a class that inherits from QDialog as my top-level dialog and I want to have it show children dialogs. I am not creating these child dialogs on the stack but they are not showing up. I want to be able to show dialogs and potentially have those dialogs show other dialogs. I didn't chose QMainWindow because I don't want a tool bar, menu bar, or any of the other things that go with a QMainWindow.

    I think I know the answer to this but do I need to have my toplevel window (the one that I call from my main()) be a QMainDialog instead of a QDialog?

    thanks (and Happy holidays!)
    Last edited by ntp; 24th December 2008 at 22:52. Reason: spelling error

Similar Threads

  1. Qdialog as a child widget
    By dave in forum Newbie
    Replies: 12
    Last Post: 14th November 2006, 09:43

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.