You can also use the progress indicator in the top bar: Code: setAttribute(Qt::WA_Maemo5ShowProgressIndicator, true); // needs "#include <QtMaemo5>" And when script is done set it back to false.
setAttribute(Qt::WA_Maemo5ShowProgressIndicator, true); // needs "#include <QtMaemo5>"