mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-11 00:13:03 -04:00
Use a splitter between Group and Entry View.
This commit is contained in:
parent
621b367f45
commit
194a081bd7
3 changed files with 15 additions and 5 deletions
|
@ -24,6 +24,9 @@ EntryView::EntryView(QWidget* parent)
|
|||
{
|
||||
m_model = new EntryModel(this);
|
||||
QTreeView::setModel(m_model);
|
||||
|
||||
setUniformRowHeights(true);
|
||||
setRootIsDecorated(false);
|
||||
}
|
||||
|
||||
void EntryView::setGroup(Group* group)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue