QTfrontend/pageinfo.h
changeset 5651 a7de68f4f87f
parent 5205 78138ae93820
child 6009 14f6fc9869f2
equal deleted inserted replaced
5650:cda8ca932708 5651:a7de68f4f87f
    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 *BtnBack;
    34     QPushButton *BtnBack;
    34     About *about;
    35     About *about;
    35 };
    36 };
    36 
    37 
    37 #endif
    38 #endif