In Qt3
Just like the message box does. But I cannot use it coz I must put something else in the dialog. So that the user can immediately see the dialogbox.
I didnot find any function. I tried setFocus and raise, none of them works.
Printable View
In Qt3
Just like the message box does. But I cannot use it coz I must put something else in the dialog. So that the user can immediately see the dialogbox.
I didnot find any function. I tried setFocus and raise, none of them works.
try setting the flag
Qt::WType_TopLevel or Qt::WType_Dialog
The problem is that the dialog won't be actived automatically when shown, but the message box will...Quote:
Originally Posted by munna
Any solution?