You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

172 lines
4.1 KiB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1061</width>
  10. <height>659</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Chordsheet</string>
  15. </property>
  16. <property name="documentMode">
  17. <bool>false</bool>
  18. </property>
  19. <property name="tabShape">
  20. <enum>QTabWidget::Rounded</enum>
  21. </property>
  22. <widget class="QWidget" name="centralWidget">
  23. <layout class="QHBoxLayout" name="horizontalLayout">
  24. <property name="leftMargin">
  25. <number>0</number>
  26. </property>
  27. <property name="topMargin">
  28. <number>0</number>
  29. </property>
  30. <property name="rightMargin">
  31. <number>0</number>
  32. </property>
  33. <property name="bottomMargin">
  34. <number>0</number>
  35. </property>
  36. <item>
  37. <widget class="QMdiArea" name="mdiArea">
  38. <property name="enabled">
  39. <bool>true</bool>
  40. </property>
  41. <property name="documentMode">
  42. <bool>true</bool>
  43. </property>
  44. <property name="tabsClosable">
  45. <bool>true</bool>
  46. </property>
  47. <property name="tabsMovable">
  48. <bool>true</bool>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </widget>
  54. <widget class="QMenuBar" name="menuBar">
  55. <property name="geometry">
  56. <rect>
  57. <x>0</x>
  58. <y>0</y>
  59. <width>1061</width>
  60. <height>22</height>
  61. </rect>
  62. </property>
  63. <widget class="QMenu" name="menuFile">
  64. <property name="title">
  65. <string>File</string>
  66. </property>
  67. <addaction name="actionNew"/>
  68. <addaction name="actionOpen"/>
  69. <addaction name="separator"/>
  70. <addaction name="actionSave"/>
  71. <addaction name="actionSave_as"/>
  72. <addaction name="actionSave_PDF"/>
  73. <addaction name="separator"/>
  74. <addaction name="actionPrint"/>
  75. <addaction name="separator"/>
  76. <addaction name="actionClose"/>
  77. </widget>
  78. <widget class="QMenu" name="menuEdit">
  79. <property name="title">
  80. <string>Edit</string>
  81. </property>
  82. <addaction name="actionUndo"/>
  83. <addaction name="actionRedo"/>
  84. <addaction name="separator"/>
  85. <addaction name="actionCut"/>
  86. <addaction name="actionCopy"/>
  87. <addaction name="actionPaste"/>
  88. <addaction name="separator"/>
  89. <addaction name="actionAbout"/>
  90. </widget>
  91. <addaction name="menuFile"/>
  92. <addaction name="menuEdit"/>
  93. </widget>
  94. <action name="actionNew">
  95. <property name="text">
  96. <string>New...</string>
  97. </property>
  98. </action>
  99. <action name="actionOpen">
  100. <property name="text">
  101. <string>Open...</string>
  102. </property>
  103. </action>
  104. <action name="actionSave">
  105. <property name="text">
  106. <string>Save</string>
  107. </property>
  108. </action>
  109. <action name="actionSave_PDF">
  110. <property name="text">
  111. <string>Save PDF...</string>
  112. </property>
  113. </action>
  114. <action name="actionPrint">
  115. <property name="text">
  116. <string>Print...</string>
  117. </property>
  118. </action>
  119. <action name="actionClose">
  120. <property name="text">
  121. <string>Close</string>
  122. </property>
  123. </action>
  124. <action name="actionSave_as">
  125. <property name="text">
  126. <string>Save as...</string>
  127. </property>
  128. </action>
  129. <action name="actionQuit">
  130. <property name="text">
  131. <string>Quit</string>
  132. </property>
  133. </action>
  134. <action name="actionUndo">
  135. <property name="text">
  136. <string>Undo</string>
  137. </property>
  138. </action>
  139. <action name="actionRedo">
  140. <property name="text">
  141. <string>Redo</string>
  142. </property>
  143. </action>
  144. <action name="actionCut">
  145. <property name="text">
  146. <string>Cut</string>
  147. </property>
  148. </action>
  149. <action name="actionCopy">
  150. <property name="text">
  151. <string>Copy</string>
  152. </property>
  153. </action>
  154. <action name="actionPaste">
  155. <property name="text">
  156. <string>Paste</string>
  157. </property>
  158. </action>
  159. <action name="actionPreferences">
  160. <property name="text">
  161. <string>Preferences</string>
  162. </property>
  163. </action>
  164. <action name="actionAbout">
  165. <property name="text">
  166. <string>About</string>
  167. </property>
  168. </action>
  169. </widget>
  170. <resources/>
  171. <connections/>
  172. </ui>