mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-04 04:57:39 +03:00
Allow only selecting one row in AutoTypeSelectView.
This commit is contained in:
parent
ba7b787dd3
commit
40ccd219f4
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ AutoTypeSelectView::AutoTypeSelectView(QWidget* parent)
|
|||
setMouseTracking(true);
|
||||
setAllColumnsShowFocus(true);
|
||||
setDragEnabled(false);
|
||||
setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
|
||||
connect(model(), SIGNAL(modelReset()), SLOT(selectFirstEntry()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue