diff -r 215f0c9719e3 -r 14f6fc9869f2 QTfrontend/pagegamestats.cpp --- a/QTfrontend/pagegamestats.cpp Sat Sep 24 04:53:53 2011 +0200 +++ b/QTfrontend/pagegamestats.cpp Sat Sep 24 16:22:10 2011 +0200 @@ -49,10 +49,13 @@ BtnSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}"); connect(BtnSave, SIGNAL(clicked()), this, SIGNAL(saveDemoRequested())); + BtnBack = addButton(":/res/Exit.png", pageLayout, 3, 0, true); BtnBack->setFixedHeight(BtnSave->height()); BtnBack->setFixedWidth(BtnBack->width()+2); BtnBack->setStyleSheet("QPushButton{margin: 22px 0 9px 2px;}"); + connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack())); + QGroupBox * gb = new QGroupBox(this); QVBoxLayout * gbl = new QVBoxLayout;