mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-12 08:53:08 -04:00
Support moving entries with drag and drop.
This commit is contained in:
parent
79b6ff99e4
commit
74ac6c27d7
6 changed files with 98 additions and 18 deletions
|
@ -27,6 +27,7 @@ EntryView::EntryView(QWidget* parent)
|
|||
|
||||
setUniformRowHeights(true);
|
||||
setRootIsDecorated(false);
|
||||
setDragEnabled(true);
|
||||
|
||||
connect(this, SIGNAL(activated(const QModelIndex&)), SLOT(emitEntryActivated(const QModelIndex&)));
|
||||
connect(selectionModel(), SIGNAL(selectionChanged(QItemSelection,QItemSelection)), SIGNAL(entrySelectionChanged()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue