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 <[email protected]> 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. > >
_______________________________________________ Qt-qml mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-qml
