QTfrontend/pageinfo.h
changeset 6009 14f6fc9869f2
parent 5651 a7de68f4f87f
child 6042 8b5345758f62
equal deleted inserted replaced
6008:215f0c9719e3 6009:14f6fc9869f2
    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;
       
    35 
       
    36 private:
    34     QPushButton *BtnBack;
    37     QPushButton *BtnBack;
    35     About *about;
       
    36 };
    38 };
    37 
    39 
    38 #endif
    40 #endif
    39 
    41