equal
deleted
inserted
replaced
100 BtnExit->setFont(*font14); |
100 BtnExit->setFont(*font14); |
101 BtnExit->setText(QPushButton::tr("Exit")); |
101 BtnExit->setText(QPushButton::tr("Exit")); |
102 pageLayout->addWidget(BtnExit, 7, 1); |
102 pageLayout->addWidget(BtnExit, 7, 1); |
103 } |
103 } |
104 |
104 |
105 PageLocalGame::PageLocalGame(QWidget* parent) : QWidget(parent) |
105 PageSimpleGame::PageSimpleGame(QWidget* parent) : QWidget(parent) |
106 { |
106 { |
107 QFont * font14 = new QFont("MS Shell Dlg", 14); |
107 QFont * font14 = new QFont("MS Shell Dlg", 14); |
108 QVBoxLayout * pageLayout = new QVBoxLayout(this); |
108 QVBoxLayout * pageLayout = new QVBoxLayout(this); |
109 QHBoxLayout * topLayout = new QHBoxLayout(); |
109 QHBoxLayout * topLayout = new QHBoxLayout(); |
110 QHBoxLayout * bottomLayout = new QHBoxLayout(); |
110 QHBoxLayout * bottomLayout = new QHBoxLayout(); |