mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-24 14:15:47 -04:00
Support editing attribute values in a separate text edit.
This commit is contained in:
parent
3ab81ea776
commit
1d39368f8d
8 changed files with 210 additions and 15 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue