QTfrontend/ui/page/pageinfo.h
changeset 6616 f77bb02b669f
parent 6060 fdfc01419815
child 6700 e04da46ee43c
equal deleted inserted replaced
6615:65602f1ef0f8 6616:f77bb02b669f
    23 
    23 
    24 class About;
    24 class About;
    25 
    25 
    26 class PageInfo : public AbstractPage
    26 class PageInfo : public AbstractPage
    27 {
    27 {
    28     Q_OBJECT
    28         Q_OBJECT
    29 
    29 
    30 public:
    30     public:
    31     PageInfo(QWidget* parent = 0);
    31         PageInfo(QWidget* parent = 0);
    32 
    32 
    33     QPushButton *BtnSnapshots;
    33         QPushButton *BtnSnapshots;
    34     About *about;
    34         About *about;
    35 
    35 
    36 private:
    36     private:
    37     QLayout * bodyLayoutDefinition();
    37         QLayout * bodyLayoutDefinition();
    38     QLayout * footerLayoutDefinition();
    38         QLayout * footerLayoutDefinition();
    39     void connectSignals();
    39         void connectSignals();
    40 };
    40 };
    41 
    41 
    42 #endif
    42 #endif
    43 
    43