QTfrontend/playrecordpage.h
changeset 720 97a9d67d5c3e
parent 627 92e136c3eb46
child 1066 1f1b3686a2b0
equal deleted inserted replaced
719:bea32693bd7a 720:97a9d67d5c3e
    40 	void FillFromDir(RecordType rectype);
    40 	void FillFromDir(RecordType rectype);
    41 
    41 
    42 	QPushButton *BtnBack;
    42 	QPushButton *BtnBack;
    43 	QPushButton *BtnPlayDemo;
    43 	QPushButton *BtnPlayDemo;
    44 	QPushButton *BtnRenameRecord;
    44 	QPushButton *BtnRenameRecord;
       
    45 	QPushButton *BtnRemoveRecord;
    45 	QListWidget *DemosList;
    46 	QListWidget *DemosList;
    46 
    47 
    47 private:
    48 private:
    48 	RecordType recType;
    49 	RecordType recType;
    49 
    50 
    50 private slots:
    51 private slots:
    51 	void renameRecord();
    52 	void renameRecord();
       
    53 	void removeRecord();
    52 };
    54 };
    53 
    55 
    54 
    56 
    55 #endif // PLAYRECORDPAGE_H
    57 #endif // PLAYRECORDPAGE_H