QTfrontend/playrecordpage.h
changeset 627 92e136c3eb46
parent 581 909141b17f68
child 720 97a9d67d5c3e
equal deleted inserted replaced
626:a30171dbcd19 627:92e136c3eb46
    39 
    39 
    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 	QListWidget *DemosList;
    45 	QListWidget *DemosList;
       
    46 
       
    47 private:
       
    48 	RecordType recType;
       
    49 
       
    50 private slots:
       
    51 	void renameRecord();
    45 };
    52 };
    46 
    53 
    47 
    54 
    48 #endif // PLAYRECORDPAGE_H
    55 #endif // PLAYRECORDPAGE_H