QTfrontend/pages.cpp
changeset 585 7531ae5b146e
parent 579 94db15de0392
child 586 ecb6347dfeca
equal deleted inserted replaced
584:f381705f1aeb 585:7531ae5b146e
   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();