git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5909 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810 2019-06-10 10:12:00 +00:00
parent d77ae57c64
commit a8978f2f86

View File

@ -129,7 +129,7 @@ void AutoNumberingDockWidget::setProject(QETProject *project, ProjectView *proje
//Set Combobox Context //Set Combobox Context
setContext(); setContext();
ui->m_configure_pb->setShortcut(QKeySequence( tr("Ctrl+Shift+p"))); ui->m_configure_pb->setShortcut(QKeySequence( tr("Ctrl+Shift+P")));
} }
/** /**