do not hardcode translations for shortcuts: let the system do it for you!

This commit is contained in:
plc-user
2025-02-11 14:36:15 +01:00
parent f308ea6b93
commit 317c90c769
5 changed files with 40 additions and 40 deletions

View File

@@ -151,7 +151,7 @@ void AutoNumberingDockWidget::setProject(QETProject *project,
//Set Combobox Context
setContext();
ui->m_configure_pb->setShortcut(QKeySequence( tr("Ctrl+Shift+P")));
ui->m_configure_pb->setShortcut(Qt::CTRL | Qt::SHIFT | Qt::Key_P);
}
/**