"doing something..." window in mobile, using QtWidget
Unsolved
Mobile and Embedded
-
Hi,
I have an app that, every now and then, connects to a remote host, and I would like to show a window that would show a "Connecting..." text. I tried to use a QDialog, but the result was not nice.
It does not need to be a window, but some way to show the user that he has to wait a little bit.
Any suggestions and/or examples?
Thanks!
-
Hi,
A possibility could be to use a QStackedLayout with one of the widget being the "show while doing something" page.
Hope it helps