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:
2023-04-28 15:33:50 +03:00
parent 4eefbe4e46
commit 76a1b35f14
9 changed files with 289 additions and 261 deletions

View File

@@ -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();