QTfrontend/pageplayrecord.h
changeset 6009 14f6fc9869f2
parent 5865 35387d27f73a
child 6042 8b5345758f62
equal deleted inserted replaced
6008:215f0c9719e3 6009:14f6fc9869f2
    39     PagePlayDemo(QWidget* parent = 0);
    39     PagePlayDemo(QWidget* parent = 0);
    40 
    40 
    41     void FillFromDir(RecordType rectype);
    41     void FillFromDir(RecordType rectype);
    42     bool isSave();
    42     bool isSave();
    43 
    43 
    44     QPushButton *BtnBack;
       
    45     QPushButton *BtnPlayDemo;
    44     QPushButton *BtnPlayDemo;
    46     QPushButton *BtnRenameRecord;
    45     QPushButton *BtnRenameRecord;
    47     QPushButton *BtnRemoveRecord;
    46     QPushButton *BtnRemoveRecord;
    48     QListWidget *DemosList;
    47     QListWidget *DemosList;
    49 
    48 
    50 private:
    49 private:
    51     RecordType recType;
    50     RecordType recType;
       
    51     QPushButton *BtnBack;
    52 
    52 
    53 private slots:
    53 private slots:
    54     void renameRecord();
    54     void renameRecord();
    55     void removeRecord();
    55     void removeRecord();
    56 };
    56 };