You are probably looking for that code: Code: setAttribute(Qt::WA_Maemo5StackedWindow); (see this wiki page for details) For scrolling the settings dialog, you can have a look at the platform notes, which suggests QAbstractKineticScroller and QAbstractScrollArea. HTH
setAttribute(Qt::WA_Maemo5StackedWindow);