mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-10-14 14:31:03 -04:00
parent
dad4376030
commit
900beae046
2 changed files with 9 additions and 1 deletions
|
@ -33,7 +33,9 @@ MainWindow::MainWindow()
|
|||
m_ui->setupUi(this);
|
||||
|
||||
setWindowIcon(dataPath()->applicationIcon());
|
||||
m_ui->toolBar->toggleViewAction()->setText(tr("Show toolbar"));
|
||||
QAction* toggleViewAction = m_ui->toolBar->toggleViewAction();
|
||||
toggleViewAction->setText(tr("Show toolbar"));
|
||||
m_ui->menuView->addAction(toggleViewAction);
|
||||
|
||||
setShortcut(m_ui->actionDatabaseOpen, QKeySequence::Open, Qt::CTRL + Qt::Key_O);
|
||||
setShortcut(m_ui->actionDatabaseSave, QKeySequence::Save, Qt::CTRL + Qt::Key_S);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue