[Qt-qml] Showing animated progress while loading large QML files

Pelle Johnsen pelle.johnsen at gmail.com
Wed Jan 12 18:56:40 CET 2011


Thanks, actually I'm only using maemo for testing. The end target is a
custom embedded linux platform (arm based, probably using QWS).

So I kind of need a solution in the app. itself. Currently I'm looking at
rendering a spinner from another thread using opengl, and so far it looks
promising :)

On Wed, Jan 12, 2011 at 6:48 PM, Yuvraaj Kelkar <yuvraaj at gmail.com> wrote:

> Ah I see. Maemo has a platform specific flag to show a spinning wheel
> on the title bar (Qt::WA_Maemo5ShowProgressIndicator) but thats only
> useful if your window is not fullscreen.
> Also I'm not sure if it spins if the QT event loop is stuck like in your
> case.
>
> One possible hack would be to spawn a helper process (thus a different
> GUI event loop) and show a message.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20110112/0e091797/attachment.html 


More information about the Qt-qml mailing list