Browse Source

Move metadata into lilypond submenu

master
Nils 2 years ago
parent
commit
6da047ed98
  1. 4
      qtgui/designer/mainwindow.py
  2. 4
      qtgui/designer/mainwindow.ui

4
qtgui/designer/mainwindow.py

@ -802,7 +802,6 @@ class Ui_MainWindow(object):
self.menuView.addAction(self.menuMode.menuAction())
self.menuView.addSeparator()
self.menuView.addAction(self.actionData_Editor)
self.menuView.addAction(self.actionProperties)
self.menuView.addAction(self.actionWiden_Score_View)
self.menuView.addAction(self.actionShrink_Score_View)
self.menuView.addAction(self.actionZoom_In_Score_View)
@ -851,6 +850,7 @@ class Ui_MainWindow(object):
self.menuToolbox.addAction(self.menuInsert.menuAction())
self.menuToolbox.addAction(self.menuOrder.menuAction())
self.menuToolbox.addAction(self.menuMIDI.menuAction())
self.menuLilypond.addAction(self.actionProperties)
self.menuLilypond.addAction(self.actionShow_PDF)
self.menuLilypond.addAction(self.actionExport_to_Ly)
self.menuLilypond.addSeparator()
@ -979,7 +979,7 @@ class Ui_MainWindow(object):
self.actionRandom_chromatic_in_clef_range.setText(_translate("MainWindow", "&Random chromatic in clef range"))
self.actionRandom_in_scale_in_clef_range.setText(_translate("MainWindow", "Random &in-scale in clef range"))
self.actionRandom_pitch_from_clipboard.setText(_translate("MainWindow", "Random pitch &from clipboard"))
self.actionProperties.setText(_translate("MainWindow", "Meta&data"))
self.actionProperties.setText(_translate("MainWindow", "&Properties and Metadata"))
self.actionExport_to_Ly.setText(_translate("MainWindow", "&Export to .ly file"))
self.actionShow_PDF.setText(_translate("MainWindow", "&Show PDF"))
self.actionExport_to_pdf_file.setText(_translate("MainWindow", "Export to .pdf file"))

4
qtgui/designer/mainwindow.ui

@ -219,7 +219,6 @@
<addaction name="menuMode"/>
<addaction name="separator"/>
<addaction name="actionData_Editor"/>
<addaction name="actionProperties"/>
<addaction name="actionWiden_Score_View"/>
<addaction name="actionShrink_Score_View"/>
<addaction name="actionZoom_In_Score_View"/>
@ -319,6 +318,7 @@
<property name="title">
<string>&amp;Lilypond</string>
</property>
<addaction name="actionProperties"/>
<addaction name="actionShow_PDF"/>
<addaction name="actionExport_to_Ly"/>
<addaction name="separator"/>
@ -1608,7 +1608,7 @@
</action>
<action name="actionProperties">
<property name="text">
<string>Meta&amp;data</string>
<string>&amp;Properties and Metadata</string>
</property>
</action>
<action name="actionExport_to_Ly">

Loading…
Cancel
Save