Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe56bfaf73 | ||
|
|
769fe378e8 | ||
|
|
54a1c8542f |
@@ -129,6 +129,7 @@ void ActionManager::retranslateUi(MainWindow *mainWindow)
|
||||
void ActionManager::setupShortcuts()
|
||||
{
|
||||
actionOpen->setShortcut(QKeySequence::Open);
|
||||
actionSaveAs->setShortcut(QKeySequence::SaveAs);
|
||||
actionActualSize->setShortcut(QKeySequence(Qt::CTRL | Qt::Key_0));
|
||||
actionZoomIn->setShortcut(QKeySequence::ZoomIn);
|
||||
actionZoomOut->setShortcut(QKeySequence::ZoomOut);
|
||||
|
||||
Reference in New Issue
Block a user