mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-06-12 08:53:08 -04:00
Disable/enable menu actions depending on what currently can be done.
This commit is contained in:
parent
eb4f82a7ed
commit
fec19b475e
7 changed files with 85 additions and 13 deletions
|
@ -35,6 +35,7 @@ EntryView::EntryView(QWidget* parent)
|
|||
void EntryView::setGroup(Group* group)
|
||||
{
|
||||
m_model->setGroup(group);
|
||||
Q_EMIT entrySelectionChanged();
|
||||
}
|
||||
|
||||
void EntryView::emitEntryActivated(const QModelIndex& index)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue