QTfrontend/pagegamestats.cpp
changeset 6009 14f6fc9869f2
parent 5916 c76212c34192
child 6015 daffc14a518a
equal deleted inserted replaced
6008:215f0c9719e3 6009:14f6fc9869f2
    47 
    47 
    48     BtnSave = addButton(":/res/Save.png", pageLayout, 3, 2, true);
    48     BtnSave = addButton(":/res/Save.png", pageLayout, 3, 2, true);
    49     BtnSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}");
    49     BtnSave->setStyleSheet("QPushButton{margin: 12px 0px 12px 0px;}");
    50     connect(BtnSave, SIGNAL(clicked()), this, SIGNAL(saveDemoRequested()));
    50     connect(BtnSave, SIGNAL(clicked()), this, SIGNAL(saveDemoRequested()));
    51 
    51 
       
    52 
    52     BtnBack = addButton(":/res/Exit.png", pageLayout, 3, 0, true);
    53     BtnBack = addButton(":/res/Exit.png", pageLayout, 3, 0, true);
    53     BtnBack->setFixedHeight(BtnSave->height());
    54     BtnBack->setFixedHeight(BtnSave->height());
    54     BtnBack->setFixedWidth(BtnBack->width()+2);
    55     BtnBack->setFixedWidth(BtnBack->width()+2);
    55     BtnBack->setStyleSheet("QPushButton{margin: 22px 0 9px 2px;}");
    56     BtnBack->setStyleSheet("QPushButton{margin: 22px 0 9px 2px;}");
       
    57     connect(BtnBack, SIGNAL(clicked()), this, SIGNAL(goBack()));
       
    58 
    56 
    59 
    57     QGroupBox * gb = new QGroupBox(this);
    60     QGroupBox * gb = new QGroupBox(this);
    58     QVBoxLayout * gbl = new QVBoxLayout;
    61     QVBoxLayout * gbl = new QVBoxLayout;
    59 
    62 
    60     // details
    63     // details