added some skeleton find structure to musrgui. Not functional yet. Added musrt0 functionality without reloading of the file

This commit is contained in:
nemu
2009-05-07 05:46:18 +00:00
parent 8e8081a75b
commit 161079ff0c
7 changed files with 563 additions and 3 deletions

View File

@@ -67,6 +67,7 @@ private:
private slots:
void fileNew();
void fileOpen();
void fileReload();
void fileSave();
void fileSaveAs();
void filePrint();
@@ -79,6 +80,10 @@ private slots:
void editCut();
void editCopy();
void editPaste();
void editFind();
void editFindNext();
void editFindPrevious();
void editFindAndReplace();
void editComment();
void textFamily( const QString &f );