Support editing attribute values in a separate text edit.

This commit is contained in:
Felix Geyer 2012-04-28 19:11:15 +02:00
parent 3ab81ea776
commit 1d39368f8d
8 changed files with 210 additions and 15 deletions

View file

@ -53,6 +53,8 @@ Q_SIGNALS:
void added(QString key);
void aboutToBeRemoved(QString key);
void removed(QString key);
void aboutToRename(QString oldKey, QString newKey);
void renamed(QString oldKey, QString newKey);
void aboutToBeReset();
void reset();