mainwindow.ui 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  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>800</width>
  10. <height>600</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>800</width>
  16. <height>600</height>
  17. </size>
  18. </property>
  19. <property name="windowTitle">
  20. <string>MainWindow</string>
  21. </property>
  22. <widget class="QWidget" name="centralWidget"/>
  23. <widget class="QMenuBar" name="menuBar">
  24. <property name="geometry">
  25. <rect>
  26. <x>0</x>
  27. <y>0</y>
  28. <width>800</width>
  29. <height>22</height>
  30. </rect>
  31. </property>
  32. <widget class="QMenu" name="menuFile">
  33. <property name="title">
  34. <string>File</string>
  35. </property>
  36. <widget class="QMenu" name="menuImport">
  37. <property name="title">
  38. <string>&amp;Import</string>
  39. </property>
  40. <addaction name="actionMIDI"/>
  41. <addaction name="actionMusicXML"/>
  42. <addaction name="actionUST"/>
  43. </widget>
  44. <widget class="QMenu" name="menuExport_as">
  45. <property name="title">
  46. <string>&amp;Export as...</string>
  47. </property>
  48. <addaction name="actionMIDI_2"/>
  49. </widget>
  50. <widget class="QMenu" name="menuRecent_files">
  51. <property name="title">
  52. <string>&amp;Recent files</string>
  53. </property>
  54. </widget>
  55. <addaction name="actionNew"/>
  56. <addaction name="actionOpen"/>
  57. <addaction name="menuRecent_files"/>
  58. <addaction name="separator"/>
  59. <addaction name="actionSave"/>
  60. <addaction name="actionSave_as"/>
  61. <addaction name="separator"/>
  62. <addaction name="menuImport"/>
  63. <addaction name="menuExport_as"/>
  64. <addaction name="separator"/>
  65. <addaction name="actionOpen_Voice_Directory"/>
  66. <addaction name="actionRescan_Voice_Directory"/>
  67. <addaction name="separator"/>
  68. <addaction name="actionQuit"/>
  69. </widget>
  70. <widget class="QMenu" name="menuPlay">
  71. <property name="title">
  72. <string>&amp;Transport</string>
  73. </property>
  74. <addaction name="actionPlay"/>
  75. <addaction name="actionStop"/>
  76. <addaction name="actionBack"/>
  77. <addaction name="actionJack"/>
  78. <addaction name="actionSave_Last_Play"/>
  79. </widget>
  80. <widget class="QMenu" name="menuEdit">
  81. <property name="title">
  82. <string>Edit</string>
  83. </property>
  84. <addaction name="actionUndo"/>
  85. <addaction name="actionRedo"/>
  86. <addaction name="separator"/>
  87. <addaction name="actionDelete"/>
  88. <addaction name="separator"/>
  89. <addaction name="actionEdit_Mode"/>
  90. <addaction name="actionGrid_Snap"/>
  91. <addaction name="actionEdit_Tempo_Time_Signature"/>
  92. </widget>
  93. <widget class="QMenu" name="menuLyrics">
  94. <property name="title">
  95. <string>&amp;Lyrics</string>
  96. </property>
  97. <addaction name="actionPhoneme_Transformation"/>
  98. <addaction name="actionUser_Word_Dictionary"/>
  99. <addaction name="actionNote_Properties"/>
  100. </widget>
  101. <widget class="QMenu" name="menuTools">
  102. <property name="title">
  103. <string>Tools</string>
  104. </property>
  105. </widget>
  106. <widget class="QMenu" name="menuSetting">
  107. <property name="title">
  108. <string>Setti&amp;ng</string>
  109. </property>
  110. <addaction name="actionConnect2Jack"/>
  111. </widget>
  112. <addaction name="menuFile"/>
  113. <addaction name="menuEdit"/>
  114. <addaction name="menuLyrics"/>
  115. <addaction name="menuPlay"/>
  116. <addaction name="menuTools"/>
  117. <addaction name="menuSetting"/>
  118. </widget>
  119. <action name="actionNew">
  120. <property name="icon">
  121. <iconset resource="../res/qtau.qrc">
  122. <normaloff>:/images/b_blank.png</normaloff>:/images/b_blank.png</iconset>
  123. </property>
  124. <property name="text">
  125. <string>&amp;New</string>
  126. </property>
  127. <property name="shortcut">
  128. <string>Ctrl+N</string>
  129. </property>
  130. </action>
  131. <action name="actionOpen">
  132. <property name="icon">
  133. <iconset resource="../res/qtau.qrc">
  134. <normaloff>:/images/b_folder.png</normaloff>:/images/b_folder.png</iconset>
  135. </property>
  136. <property name="text">
  137. <string>&amp;Open</string>
  138. </property>
  139. <property name="shortcut">
  140. <string>Ctrl+O</string>
  141. </property>
  142. </action>
  143. <action name="actionSave">
  144. <property name="enabled">
  145. <bool>false</bool>
  146. </property>
  147. <property name="icon">
  148. <iconset resource="../res/qtau.qrc">
  149. <normaloff>:/images/b_save.png</normaloff>:/images/b_save.png</iconset>
  150. </property>
  151. <property name="text">
  152. <string>&amp;Save</string>
  153. </property>
  154. <property name="shortcut">
  155. <string>Ctrl+S</string>
  156. </property>
  157. </action>
  158. <action name="actionQuit">
  159. <property name="icon">
  160. <iconset resource="../res/qtau.qrc">
  161. <normaloff>:/images/b_power.png</normaloff>:/images/b_power.png</iconset>
  162. </property>
  163. <property name="text">
  164. <string>&amp;Quit</string>
  165. </property>
  166. <property name="shortcut">
  167. <string>Ctrl+Q</string>
  168. </property>
  169. </action>
  170. <action name="actionPlay">
  171. <property name="enabled">
  172. <bool>false</bool>
  173. </property>
  174. <property name="icon">
  175. <iconset resource="../res/qtau.qrc">
  176. <normaloff>:/images/b_play.png</normaloff>:/images/b_play.png</iconset>
  177. </property>
  178. <property name="text">
  179. <string>&amp;Play</string>
  180. </property>
  181. <property name="shortcut">
  182. <string>Space</string>
  183. </property>
  184. </action>
  185. <action name="actionStop">
  186. <property name="enabled">
  187. <bool>false</bool>
  188. </property>
  189. <property name="icon">
  190. <iconset resource="../res/qtau.qrc">
  191. <normaloff>:/images/b_stop.png</normaloff>:/images/b_stop.png</iconset>
  192. </property>
  193. <property name="text">
  194. <string>&amp;Stop</string>
  195. </property>
  196. <property name="shortcut">
  197. <string>Ctrl+Space</string>
  198. </property>
  199. </action>
  200. <action name="actionSave_as">
  201. <property name="icon">
  202. <iconset resource="../res/qtau.qrc">
  203. <normaloff>:/images/b_save.png</normaloff>:/images/b_save.png</iconset>
  204. </property>
  205. <property name="text">
  206. <string>Save &amp;as...</string>
  207. </property>
  208. <property name="shortcut">
  209. <string>Ctrl+Shift+S</string>
  210. </property>
  211. </action>
  212. <action name="actionUndo">
  213. <property name="enabled">
  214. <bool>false</bool>
  215. </property>
  216. <property name="icon">
  217. <iconset resource="../res/qtau.qrc">
  218. <normaloff>:/images/b_undo.png</normaloff>:/images/b_undo.png</iconset>
  219. </property>
  220. <property name="text">
  221. <string>&amp;Undo</string>
  222. </property>
  223. <property name="shortcut">
  224. <string>Ctrl+Z</string>
  225. </property>
  226. </action>
  227. <action name="actionRedo">
  228. <property name="enabled">
  229. <bool>false</bool>
  230. </property>
  231. <property name="icon">
  232. <iconset resource="../res/qtau.qrc">
  233. <normaloff>:/images/b_redo.png</normaloff>:/images/b_redo.png</iconset>
  234. </property>
  235. <property name="text">
  236. <string>&amp;Redo</string>
  237. </property>
  238. <property name="shortcut">
  239. <string>Ctrl+Y</string>
  240. </property>
  241. </action>
  242. <action name="actionDelete">
  243. <property name="icon">
  244. <iconset resource="../res/qtau.qrc">
  245. <normaloff>:/images/b_cross.png</normaloff>:/images/b_cross.png</iconset>
  246. </property>
  247. <property name="text">
  248. <string>&amp;Delete</string>
  249. </property>
  250. <property name="shortcut">
  251. <string>Del</string>
  252. </property>
  253. </action>
  254. <action name="actionBack">
  255. <property name="enabled">
  256. <bool>false</bool>
  257. </property>
  258. <property name="icon">
  259. <iconset resource="../res/qtau.qrc">
  260. <normaloff>:/images/b_play_prev.png</normaloff>:/images/b_play_prev.png</iconset>
  261. </property>
  262. <property name="text">
  263. <string>&amp;Back</string>
  264. </property>
  265. <property name="shortcut">
  266. <string>Backspace</string>
  267. </property>
  268. </action>
  269. <action name="actionRepeat">
  270. <property name="enabled">
  271. <bool>false</bool>
  272. </property>
  273. <property name="icon">
  274. <iconset>
  275. <normaloff>:/images/b_repeat.png</normaloff>:/images/b_repeat.png</iconset>
  276. </property>
  277. <property name="text">
  278. <string>Repeat</string>
  279. </property>
  280. <property name="shortcut">
  281. <string>Shift+Space</string>
  282. </property>
  283. </action>
  284. <action name="actionGrid_Snap">
  285. <property name="checkable">
  286. <bool>true</bool>
  287. </property>
  288. <property name="checked">
  289. <bool>true</bool>
  290. </property>
  291. <property name="icon">
  292. <iconset resource="../res/qtau.qrc">
  293. <normaloff>:/images/b_ruler.png</normaloff>:/images/b_ruler.png</iconset>
  294. </property>
  295. <property name="text">
  296. <string>&amp;Grid Snap</string>
  297. </property>
  298. <property name="shortcut">
  299. <string>Ctrl+G</string>
  300. </property>
  301. </action>
  302. <action name="actionEdit_Mode">
  303. <property name="checkable">
  304. <bool>true</bool>
  305. </property>
  306. <property name="icon">
  307. <iconset resource="../res/qtau.qrc">
  308. <normaloff>:/images/b_pencil.png</normaloff>:/images/b_pencil.png</iconset>
  309. </property>
  310. <property name="text">
  311. <string>&amp;Edit Mode</string>
  312. </property>
  313. <property name="shortcut">
  314. <string>Ctrl+E</string>
  315. </property>
  316. </action>
  317. <action name="actionMIDI">
  318. <property name="text">
  319. <string>&amp;MIDI</string>
  320. </property>
  321. </action>
  322. <action name="actionMIDI_2">
  323. <property name="text">
  324. <string>&amp;MIDI</string>
  325. </property>
  326. </action>
  327. <action name="actionSave_audio_as">
  328. <property name="enabled">
  329. <bool>false</bool>
  330. </property>
  331. <property name="icon">
  332. <iconset>
  333. <normaloff>:/images/b_save_music.png</normaloff>:/images/b_save_music.png</iconset>
  334. </property>
  335. <property name="text">
  336. <string>Save audio as...</string>
  337. </property>
  338. </action>
  339. <action name="actionPhoneme_Transformation">
  340. <property name="text">
  341. <string>&amp;Phoneme Transformation</string>
  342. </property>
  343. </action>
  344. <action name="actionUser_Word_Dictionary">
  345. <property name="text">
  346. <string>&amp;User Word Dictionary</string>
  347. </property>
  348. </action>
  349. <action name="actionNote_Properties">
  350. <property name="text">
  351. <string>&amp;Note Properties</string>
  352. </property>
  353. </action>
  354. <action name="actionJack">
  355. <property name="checkable">
  356. <bool>true</bool>
  357. </property>
  358. <property name="checked">
  359. <bool>true</bool>
  360. </property>
  361. <property name="icon">
  362. <iconset resource="../res/qtau.qrc">
  363. <normaloff>:/images/jack-transport.png</normaloff>:/images/jack-transport.png</iconset>
  364. </property>
  365. <property name="text">
  366. <string>&amp;Use Jack Transport</string>
  367. </property>
  368. </action>
  369. <action name="actionPlugins">
  370. <property name="text">
  371. <string>Plugins</string>
  372. </property>
  373. </action>
  374. <action name="actionSave_Last_Play">
  375. <property name="text">
  376. <string>Save &amp;Last Play</string>
  377. </property>
  378. </action>
  379. <action name="actionMusicXML">
  380. <property name="text">
  381. <string>Mu&amp;sicXML</string>
  382. </property>
  383. </action>
  384. <action name="actionUST">
  385. <property name="text">
  386. <string>&amp;UTAU Sequence Text</string>
  387. </property>
  388. </action>
  389. <action name="actionTempoMap">
  390. <property name="text">
  391. <string>TempoMap</string>
  392. </property>
  393. </action>
  394. <action name="actionEdit_Tempo_Time_Signature">
  395. <property name="text">
  396. <string>Ed&amp;it Tempo / Time Signature</string>
  397. </property>
  398. </action>
  399. <action name="actionConnect2Jack">
  400. <property name="text">
  401. <string>&amp;Connect2Jack</string>
  402. </property>
  403. </action>
  404. <action name="actionOpen_Voice_Directory">
  405. <property name="text">
  406. <string>Open Voice Directory</string>
  407. </property>
  408. </action>
  409. <action name="actionRescan_Voice_Directory">
  410. <property name="text">
  411. <string>Rescan Voice Directory</string>
  412. </property>
  413. </action>
  414. </widget>
  415. <layoutdefault spacing="6" margin="11"/>
  416. <resources>
  417. <include location="../res/qtau.qrc"/>
  418. </resources>
  419. <connections/>
  420. </ui>