QTfrontend/ui/page/pagegamestats.h
changeset 14971 ef3352839616
parent 13759 f0cb47f0bfaf
child 15092 dc236bcd7309
equal deleted inserted replaced
14970:37ae92c11a36 14971:ef3352839616
    71         unsigned int scriptPlayerPosition;
    71         unsigned int scriptPlayerPosition;
    72         quint32 lastColor;
    72         quint32 lastColor;
    73         bool defaultGraphTitle;
    73         bool defaultGraphTitle;
    74         QScopedPointer<QGraphicsScene> m_scene;
    74         QScopedPointer<QGraphicsScene> m_scene;
    75 
    75 
       
    76         QLabel* labelDetails;
       
    77         QGroupBox* gbDetails;
       
    78         QGroupBox* gbRanks;
       
    79         QGridLayout* pageLayout;
       
    80 
    76     protected:
    81     protected:
    77         QLayout * bodyLayoutDefinition();
    82         QLayout * bodyLayoutDefinition();
    78         QLayout * footerLayoutDefinition();
    83         QLayout * footerLayoutDefinition();
    79         void connectSignals();
    84         void connectSignals();
    80 };
    85 };