Toast messages as in Android
-
wrote on 21 Mar 2012, 10:11 last edited by
Hi,
I wanted to have toast message,like "Plz.wait processing...".This is like say something
is processing,if once its done the message should disappear.
How can I do it.I have gone through Qt documentation but no use.Can somebody help me......? -
wrote on 21 Mar 2012, 10:40 last edited by
You can create a custom widget with desired text/progress bar etc, and add a thread to process, or process without a thread ( OS will treat program as not responding, if there is a lot to process).
Hope it helped.
Regards,
Jake
1/2