View Single Post
CepiPerez's Avatar
Posts: 1,023 | Thanked: 4,421 times | Joined on Feb 2010 @ Argentina
#222
You must add this attribute to MainWindow too!

Code:
MainWindow::MainWindow(QWidget *parent) :
    QMainWindow(parent),
    ui(new Ui::MainWindow),
{
    this->setAttribute(Qt::WA_Maemo5StackedWindow);
    ui->setupUi(this);
    ...

Last edited by CepiPerez; 2010-10-07 at 12:05.
 

The Following User Says Thank You to CepiPerez For This Useful Post: