QTfrontend/pageinfo.h
changeset 6042 8b5345758f62
parent 6009 14f6fc9869f2
equal deleted inserted replaced
6040:a740069c21e3 6042:8b5345758f62
    32 
    32 
    33     QPushButton *BtnSnapshots;
    33     QPushButton *BtnSnapshots;
    34     About *about;
    34     About *about;
    35 
    35 
    36 private:
    36 private:
    37     QPushButton *BtnBack;
    37     QLayout * bodyLayoutDefinition();
       
    38     QLayout * footerLayoutDefinition();
       
    39     void connectSignals();
    38 };
    40 };
    39 
    41 
    40 #endif
    42 #endif
    41 
    43