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......?
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
Code is poetry