|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
# Form implementation generated from reading ui file 'mainwindow.ui' |
|
|
|
# |
|
|
|
# Created by: PyQt5 UI code generator 5.15.1 |
|
|
|
# Created by: PyQt5 UI code generator 5.15.2 |
|
|
|
# |
|
|
|
# WARNING: Any manual changes made to this file will be lost when pyuic5 is |
|
|
|
# run again. Do not edit this file unless you know what you are doing. |
|
|
@ -662,6 +662,8 @@ class Ui_MainWindow(object): |
|
|
|
self.actionZoom_Out_Score_View.setObjectName("actionZoom_Out_Score_View") |
|
|
|
self.actionQuit = QtWidgets.QAction(MainWindow) |
|
|
|
self.actionQuit.setObjectName("actionQuit") |
|
|
|
self.actionPlay_from_Block = QtWidgets.QAction(MainWindow) |
|
|
|
self.actionPlay_from_Block.setObjectName("actionPlay_from_Block") |
|
|
|
self.menuObjects.addAction(self.actionMetrical_Instruction) |
|
|
|
self.menuObjects.addAction(self.actionClef) |
|
|
|
self.menuObjects.addAction(self.actionKey_Signature) |
|
|
@ -798,6 +800,7 @@ class Ui_MainWindow(object): |
|
|
|
self.menuView.addSeparator() |
|
|
|
self.menuView.addAction(self.actionPlayPause) |
|
|
|
self.menuView.addAction(self.actionPlayFromEditCursor) |
|
|
|
self.menuView.addAction(self.actionPlay_from_Block) |
|
|
|
self.menuView.addAction(self.actionPlayFromBeginning) |
|
|
|
self.menuView.addAction(self.actionMetronome_Enabled) |
|
|
|
self.menuView.addSeparator() |
|
|
@ -989,3 +992,5 @@ class Ui_MainWindow(object): |
|
|
|
self.actionZoom_Out_Score_View.setText(_translate("MainWindow", "Zoom Out Score View")) |
|
|
|
self.actionQuit.setText(_translate("MainWindow", "Quit (without saving)")) |
|
|
|
self.actionQuit.setShortcut(_translate("MainWindow", "Ctrl+Q")) |
|
|
|
self.actionPlay_from_Block.setText(_translate("MainWindow", "Play from Block")) |
|
|
|
self.actionPlay_from_Block.setShortcut(_translate("MainWindow", "Alt+Space")) |
|
|
|