Hi,
I want to put that spinning line thing what is used like an hour glass to indicate to the user that something is happening and he/she should wait. How can I make it display? Any code examples?
Max.
Printable View
Hi,
I want to put that spinning line thing what is used like an hour glass to indicate to the user that something is happening and he/she should wait. How can I make it display? Any code examples?
Max.
It's progress indicator, this is not a widget and it's shown in window's title area, not a menu bar.
You can find answer from this thread:
[url]http://discussion.forum.nokia.com/forum/showthread.php?t=191839[/url]
[QUOTE=divanov;728247]It's progress indicator, this is not a widget and it's shown in window's title area, not a menu bar.
You can find answer from this thread:
[url]http://discussion.forum.nokia.com/forum/showthread.php?t=191839[/url][/QUOTE]
From there, the answer is : "QWidget::setAttribute(Qt::WA_Maemo5ShowProgressIndicator, true);"
Much appreciated!
Max.