mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
Open EditEntryWidget when empty url column is activated.
This commit is contained in:
parent
34c6b416b0
commit
ba3baf3595
4 changed files with 22 additions and 14 deletions
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "core/Global.h"
|
||||
|
||||
#include "gui/entry/EntryModel.h"
|
||||
|
||||
class Entry;
|
||||
class EntryModel;
|
||||
class Group;
|
||||
|
@ -45,12 +47,11 @@ public Q_SLOTS:
|
|||
void setGroup(Group* group);
|
||||
|
||||
Q_SIGNALS:
|
||||
void entryActivated(Entry* entry);
|
||||
void openUrl(Entry* entry);
|
||||
void entryActivated(Entry* entry, EntryModel::ModelColumn column);
|
||||
void entrySelectionChanged();
|
||||
|
||||
private Q_SLOTS:
|
||||
void emitEntryActivationSignal(const QModelIndex& index);
|
||||
void emitEntryActivated(const QModelIndex& index);
|
||||
void switchToEntryListMode();
|
||||
void switchToGroupMode();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue