hi

I have one application that contains one MainWindow...MainWindow contains some dialog and some button on the dialog.....When i open any dialog from menu of this MainWindow..
it doesn't show tooltip of Button...

But when i use
DialogClass->show(); it shows the tooltip...But it here setModal(false) by default...
When i use DialogClass->setModal(true);
DialogClass->show(); Tooltip is not working while open the dialog...but when I click on this dialog ...tooltip is coming....I donot why this is happening...

I have to use tooltip features on this dialog and setModal(true) both simultaneously....
But on starting time means when i open the dialog tooltip is not coming...when i use setModal(true);....if m not using setModal(false) tooltip is coming...


please help me if anybody have idea