Results 1 to 3 of 3

Thread: QDialog hide event

  1. #1
    Join Date
    May 2010
    Posts
    17
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60
    Thanks
    6

    Default QDialog hide event

    I am using Qt 4.6 on MAC OS X
    I have created simple application custom widget and one child Dialog

    i have observe that when i am minimizing custom widget, child dialog is not minimized.
    further i have found no hide event for child.

    how to minimize child dialog on MAC


    Thanks

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    8
    Thanked 334 Times in 317 Posts

    Default Re: QDialog hide event

    Is the dialog modal or non modal ??

    Also you can explicitly call QWidget::showMinimized ,, cant you

  3. #3
    Join Date
    May 2010
    Posts
    17
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60
    Thanks
    6

    Default Re: QDialog hide event

    Thanks for reply
    Dialog is non modal

    yes i can call.

Similar Threads

  1. Delegate and editor hide event
    By zuck in forum Qt Programming
    Replies: 1
    Last Post: 1st November 2009, 17:59
  2. closing a Qdialog called from a Qdialog
    By OverTheOCean in forum Qt Programming
    Replies: 3
    Last Post: 28th September 2009, 08:02
  3. Replies: 1
    Last Post: 4th September 2009, 09:58
  4. How to stop event loop of QDialog in Qt4
    By node_ex in forum Qt Programming
    Replies: 3
    Last Post: 8th July 2008, 07:19
  5. QDialog - how to stop hide on "ESC"?
    By will49 in forum Qt Programming
    Replies: 2
    Last Post: 27th May 2008, 16:40

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.