equal
deleted
inserted
replaced
51 pageLayout->setRowStretch(1,0); |
51 pageLayout->setRowStretch(1,0); |
52 |
52 |
53 // add back/exit button |
53 // add back/exit button |
54 btnBack = formattedButton(":/res/Exit.png", true); |
54 btnBack = formattedButton(":/res/Exit.png", true); |
55 btnBack->setWhatsThis(tr("Go back")); |
55 btnBack->setWhatsThis(tr("Go back")); |
56 bottomLeftLayout->addWidget(btnBack, 0); |
56 bottomLeftLayout->addWidget(btnBack, 0, Qt::AlignBottom); |
57 |
57 |
58 // add body layout as defined by the subclass |
58 // add body layout as defined by the subclass |
59 pageLayout->addLayout(bodyLayoutDefinition(), 0, 0, 1, 3); |
59 pageLayout->addLayout(bodyLayoutDefinition(), 0, 0, 1, 3); |
60 |
60 |
61 // add left footer layout |
61 // add left footer layout |