mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03: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
|
@ -185,6 +185,11 @@ void DatabaseWidget::switchToMasterKeyChange()
|
|||
setCurrentIndex(3);
|
||||
}
|
||||
|
||||
void DatabaseWidget::setCurrentIndex(int index) {
|
||||
QStackedWidget::setCurrentIndex(index);
|
||||
Q_EMIT currentIndexChanged(index);
|
||||
}
|
||||
|
||||
bool DatabaseWidget::dbHasKey()
|
||||
{
|
||||
return m_db->hasKey();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue