diff -r 5064d72fa0e2 -r 00720357601f QTfrontend/pages.cpp --- a/QTfrontend/pages.cpp Thu Feb 21 19:31:53 2008 +0000 +++ b/QTfrontend/pages.cpp Fri Feb 22 16:07:16 2008 +0000 @@ -85,27 +85,7 @@ BtnExit->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); } -PageSimpleGame::PageSimpleGame(QWidget* parent) : - AbstractPage(parent) -{ - QVBoxLayout * pageLayout = new QVBoxLayout(this); - QHBoxLayout * topLayout = new QHBoxLayout(); - QHBoxLayout * bottomLayout = new QHBoxLayout(); - pageLayout->addLayout(topLayout, 100); - pageLayout->addLayout(bottomLayout, 0); - - BtnBack = addButton(tr("Back"), bottomLayout, 100); - bottomLayout->addStretch(100); - - BtnSimpleGame = addButton(tr("Simple Game"), bottomLayout, 100); - - gameCFG = new GameCFGWidget(this); - topLayout->addStretch(100); - topLayout->addWidget(gameCFG); - topLayout->addStretch(100); -} - -PageEditTeam::PageEditTeam(QWidget* parent) : +PageEditTeam::PageEditTeam(QWidget* parent) : AbstractPage(parent) { QGridLayout * pageLayout = new QGridLayout(this);