Only edit entries on doubleclick (not single) or with enter key.

https://github.com/keepassx/keepassx/pull/19
This commit is contained in:
Jens Dieskau 2013-09-29 17:33:45 +02:00 committed by Felix Geyer
parent 5c84aa308d
commit 035271d469
2 changed files with 16 additions and 1 deletions

View file

@ -50,6 +50,9 @@ Q_SIGNALS:
void entryActivated(Entry* entry, EntryModel::ModelColumn column);
void entrySelectionChanged();
protected:
void keyPressEvent(QKeyEvent* event) Q_DECL_OVERRIDE;
private Q_SLOTS:
void emitEntryActivated(const QModelIndex& index);
void switchToEntryListMode();