equal
deleted
inserted
replaced
27 QGridLayout * pageLayout = new QGridLayout(this); |
27 QGridLayout * pageLayout = new QGridLayout(this); |
28 pageLayout->setColumnStretch(0, 1); |
28 pageLayout->setColumnStretch(0, 1); |
29 pageLayout->setColumnStretch(1, 1); |
29 pageLayout->setColumnStretch(1, 1); |
30 pageLayout->setColumnStretch(2, 1); |
30 pageLayout->setColumnStretch(2, 1); |
31 |
31 |
|
32 BtnSnapshots = addButton(":/res/Star.png", pageLayout, 1, 2, true); |
32 BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
33 BtnBack = addButton(":/res/Exit.png", pageLayout, 1, 0, true); |
33 |
34 |
34 about = new About(this); |
35 about = new About(this); |
35 pageLayout->addWidget(about, 0, 0, 1, 3); |
36 pageLayout->addWidget(about, 0, 0, 1, 3); |
36 } |
37 } |