PIValueTreeEdit cut/copy/paste support
EMainWindow saveAs incorrect filename to recent fix QAD::loadTranslations now also look into standard translation location
This commit is contained in:
@@ -80,7 +80,14 @@ private:
|
||||
void removeAll();
|
||||
void build();
|
||||
void applyValues() const;
|
||||
void actionRename(QToolButton * button, const PIString & vn);
|
||||
void actionRemove(QToolButton * button, const PIString & vn);
|
||||
void actionChange(QToolButton * button, const PIString & vn);
|
||||
void actionReorder(QToolButton * button, const PIString & vn);
|
||||
void actionCopy(QToolButton * button, const PIString & vn);
|
||||
void actionPaste(QToolButton * button, const PIString & vn, int offset);
|
||||
void actionTriggered(QToolButton * button, const PIString & vn, QAction * a);
|
||||
void checkActions();
|
||||
void newRequest(NewType type);
|
||||
PIValueTreeEdit * addTreeEdit(const PIValueTree & vt);
|
||||
PIValueTreeEdit * rootTreeEdit();
|
||||
|
||||
Reference in New Issue
Block a user