mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-11 00:13:03 -04:00
Add initial UI for entry editing.
This commit is contained in:
parent
e3da80fcc6
commit
0c91be8eac
10 changed files with 334 additions and 10 deletions
|
@ -27,6 +27,8 @@ EntryView::EntryView(QWidget* parent)
|
|||
|
||||
setUniformRowHeights(true);
|
||||
setRootIsDecorated(false);
|
||||
|
||||
connect(this, SIGNAL(activated(const QModelIndex&)), SLOT(emitEntryActivated(const QModelIndex&)));
|
||||
}
|
||||
|
||||
void EntryView::setGroup(Group* group)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue