77 |
77 |
78 BtnSetup = addButton(":/res/Settings.png", pageLayout, 4, 3, true); |
78 BtnSetup = addButton(":/res/Settings.png", pageLayout, 4, 3, true); |
79 |
79 |
80 //BtnInfo = addButton(":/res/About.png", pageLayout, 3, 1, 1, 2, true); |
80 //BtnInfo = addButton(":/res/About.png", pageLayout, 3, 1, 1, 2, true); |
81 BtnInfo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true); |
81 BtnInfo = addButton(":/res/HedgewarsTitle.png", pageLayout, 0, 0, 1, 4, true); |
|
82 BtnInfo->setStyleSheet("border: transparent;background: transparent;"); |
82 pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
83 pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
83 //pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
84 //pageLayout->setAlignment(BtnInfo, Qt::AlignHCenter); |
84 |
85 |
85 BtnExit = addButton(":/res/Exit.png", pageLayout, 4, 0, 1, 1, true); |
86 BtnExit = addButton(":/res/Exit.png", pageLayout, 4, 0, 1, 1, true); |
86 } |
87 } |