mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 13:07:38 +03:00
add preview panel for entries and groups
This commit is contained in:
parent
03eda06a38
commit
1a87e30b95
17 changed files with 930 additions and 1 deletions
|
@ -38,11 +38,13 @@ public:
|
|||
|
||||
signals:
|
||||
void groupChanged(Group* group);
|
||||
void groupPressed(Group* group);
|
||||
|
||||
private slots:
|
||||
void expandedChanged(const QModelIndex& index);
|
||||
void emitGroupChanged(const QModelIndex& index);
|
||||
void emitGroupChanged();
|
||||
void emitGroupPressed(const QModelIndex& index);
|
||||
void syncExpandedState(const QModelIndex& parent, int start, int end);
|
||||
void modelReset();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue