forked from len0rd/rockbox
Theme Editor: Added an edit menu with a find/replace function (copied from an LGPL library)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27137 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5300c7014d
commit
be70fd89be
12 changed files with 937 additions and 3 deletions
|
|
@ -73,6 +73,12 @@ private slots:
|
|||
void tabTitleChanged(QString title);
|
||||
void updateCurrent(); /* Generates code in the current tab */
|
||||
void lineChanged(int line); /* Used for auto-expand */
|
||||
void undo();
|
||||
void redo();
|
||||
void cut();
|
||||
void copy();
|
||||
void paste();
|
||||
void findReplace();
|
||||
|
||||
private:
|
||||
/* Setup functions */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue