QTfrontend/pagegamestats.h
changeset 6042 8b5345758f62
parent 6009 14f6fc9869f2
--- a/QTfrontend/pagegamestats.h	Mon Sep 26 21:45:33 2011 +0400
+++ b/QTfrontend/pagegamestats.h	Tue Sep 27 00:38:39 2011 +0200
@@ -43,7 +43,7 @@
 public:
     PageGameStats(QWidget* parent = 0);
 
-    QPushButton *BtnSave;
+    QPushButton *btnSave;
     QLabel *labelGameStats;
     QLabel *labelGameWin;
     QLabel *labelGameRank;
@@ -64,7 +64,10 @@
     unsigned int playerPosition;
     quint32 lastColor;
 
-    QPushButton *BtnBack;
+protected:
+    QLayout * bodyLayoutDefinition();
+    QLayout * footerLayoutDefinition();
+    void connectSignals();
 };
 
 #endif // STATSPAGE_H