PDA

View Full Version : QDialog hide event



nikhil
11th May 2010, 11:54
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

aamer4yu
11th May 2010, 12:15
Is the dialog modal or non modal ??

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

nikhil
11th May 2010, 12:25
Thanks for reply
Dialog is non modal

yes i can call.