説明なし

mainwindow.ui 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  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>581</width>
  10. <height>334</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Wave Editor</string>
  15. </property>
  16. <widget class="QWidget" name="centralWidget">
  17. <widget class="QWidget" name="layoutWidget2">
  18. <property name="geometry">
  19. <rect>
  20. <x>10</x>
  21. <y>170</y>
  22. <width>221</width>
  23. <height>29</height>
  24. </rect>
  25. </property>
  26. <layout class="QHBoxLayout" name="horizontalLayout_2">
  27. <item>
  28. <widget class="QLabel" name="label_3">
  29. <property name="enabled">
  30. <bool>false</bool>
  31. </property>
  32. <property name="text">
  33. <string>Pan/Fade Length:</string>
  34. </property>
  35. </widget>
  36. </item>
  37. <item>
  38. <widget class="QSpinBox" name="Fade_Pan_Lenght">
  39. <property name="enabled">
  40. <bool>false</bool>
  41. </property>
  42. <property name="minimum">
  43. <number>44100</number>
  44. </property>
  45. <property name="maximum">
  46. <number>220500</number>
  47. </property>
  48. <property name="singleStep">
  49. <number>44100</number>
  50. </property>
  51. </widget>
  52. </item>
  53. </layout>
  54. </widget>
  55. <widget class="QWidget" name="layoutWidget3">
  56. <property name="geometry">
  57. <rect>
  58. <x>10</x>
  59. <y>70</y>
  60. <width>101</width>
  61. <height>91</height>
  62. </rect>
  63. </property>
  64. <layout class="QVBoxLayout" name="verticalLayout">
  65. <item>
  66. <widget class="QLabel" name="Audio_In_Label">
  67. <property name="text">
  68. <string>Audio In:</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QLabel" name="Audio_Out_Label">
  74. <property name="text">
  75. <string>Audio Out:</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QLabel" name="Current_Filter_Label">
  81. <property name="text">
  82. <string>Current Filter:</string>
  83. </property>
  84. </widget>
  85. </item>
  86. </layout>
  87. </widget>
  88. <widget class="QWidget" name="layoutWidget">
  89. <property name="geometry">
  90. <rect>
  91. <x>110</x>
  92. <y>70</y>
  93. <width>361</width>
  94. <height>95</height>
  95. </rect>
  96. </property>
  97. <layout class="QVBoxLayout" name="verticalLayout_2">
  98. <item>
  99. <widget class="QComboBox" name="Audio_In">
  100. <property name="editable">
  101. <bool>true</bool>
  102. </property>
  103. </widget>
  104. </item>
  105. <item>
  106. <widget class="QComboBox" name="Audio_Out">
  107. <property name="editable">
  108. <bool>true</bool>
  109. </property>
  110. </widget>
  111. </item>
  112. <item>
  113. <widget class="QComboBox" name="Filter_Box">
  114. <property name="mouseTracking">
  115. <bool>false</bool>
  116. </property>
  117. <property name="focusPolicy">
  118. <enum>Qt::ClickFocus</enum>
  119. </property>
  120. <property name="contextMenuPolicy">
  121. <enum>Qt::DefaultContextMenu</enum>
  122. </property>
  123. <property name="autoFillBackground">
  124. <bool>false</bool>
  125. </property>
  126. <property name="editable">
  127. <bool>false</bool>
  128. </property>
  129. <property name="currentIndex">
  130. <number>0</number>
  131. </property>
  132. <property name="frame">
  133. <bool>true</bool>
  134. </property>
  135. <property name="modelColumn">
  136. <number>0</number>
  137. </property>
  138. <item>
  139. <property name="text">
  140. <string>Remove Vocals</string>
  141. </property>
  142. </item>
  143. <item>
  144. <property name="text">
  145. <string>Fade In</string>
  146. </property>
  147. </item>
  148. <item>
  149. <property name="text">
  150. <string>Fade Out</string>
  151. </property>
  152. </item>
  153. <item>
  154. <property name="text">
  155. <string>Pan Left to Right</string>
  156. </property>
  157. </item>
  158. </widget>
  159. </item>
  160. </layout>
  161. </widget>
  162. <widget class="QWidget" name="layoutWidget1">
  163. <property name="geometry">
  164. <rect>
  165. <x>470</x>
  166. <y>70</y>
  167. <width>104</width>
  168. <height>100</height>
  169. </rect>
  170. </property>
  171. <layout class="QVBoxLayout" name="verticalLayout_3">
  172. <item>
  173. <widget class="QPushButton" name="Search_Audio_In">
  174. <property name="styleSheet">
  175. <string notr="true">background-color: gray;
  176. border-style: outset;
  177. border-width: 2px;
  178. border-color:gray;
  179. color:white;
  180. </string>
  181. </property>
  182. <property name="text">
  183. <string>Search</string>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <widget class="QPushButton" name="Search_Audio_Out">
  189. <property name="styleSheet">
  190. <string notr="true">background-color: gray;
  191. border-style: outset;
  192. border-width: 2px;
  193. border-color:gray;
  194. color:white;
  195. </string>
  196. </property>
  197. <property name="text">
  198. <string>Search</string>
  199. </property>
  200. </widget>
  201. </item>
  202. <item>
  203. <widget class="QPushButton" name="run_filter">
  204. <property name="enabled">
  205. <bool>false</bool>
  206. </property>
  207. <property name="styleSheet">
  208. <string notr="true">background-color: gray;
  209. border-style: outset;
  210. border-width: 2px;
  211. border-color:gray;
  212. color:white;
  213. </string>
  214. </property>
  215. <property name="text">
  216. <string>Run Filter</string>
  217. </property>
  218. </widget>
  219. </item>
  220. </layout>
  221. </widget>
  222. <widget class="QFrame" name="frame_2">
  223. <property name="geometry">
  224. <rect>
  225. <x>-110</x>
  226. <y>-30</y>
  227. <width>861</width>
  228. <height>91</height>
  229. </rect>
  230. </property>
  231. <property name="styleSheet">
  232. <string notr="true">background-color:#c2050b
  233. ;
  234. border-color:#525662;</string>
  235. </property>
  236. <property name="frameShape">
  237. <enum>QFrame::StyledPanel</enum>
  238. </property>
  239. <property name="frameShadow">
  240. <enum>QFrame::Raised</enum>
  241. </property>
  242. <widget class="QLabel" name="old_label_3">
  243. <property name="geometry">
  244. <rect>
  245. <x>310</x>
  246. <y>30</y>
  247. <width>181</width>
  248. <height>51</height>
  249. </rect>
  250. </property>
  251. <property name="font">
  252. <font>
  253. <pointsize>25</pointsize>
  254. </font>
  255. </property>
  256. <property name="styleSheet">
  257. <string notr="true">color:#f9ffff;</string>
  258. </property>
  259. <property name="text">
  260. <string>Sounds Lab</string>
  261. </property>
  262. </widget>
  263. </widget>
  264. <widget class="QPushButton" name="Stop_Audio_Out">
  265. <property name="enabled">
  266. <bool>false</bool>
  267. </property>
  268. <property name="geometry">
  269. <rect>
  270. <x>190</x>
  271. <y>260</y>
  272. <width>171</width>
  273. <height>41</height>
  274. </rect>
  275. </property>
  276. <property name="styleSheet">
  277. <string notr="true">background-color: gray;
  278. border-style: outset;
  279. border-width: 2px;
  280. border-color:gray;
  281. color:white;
  282. </string>
  283. </property>
  284. <property name="text">
  285. <string>Stop Audio Out</string>
  286. </property>
  287. </widget>
  288. <widget class="QPushButton" name="Play_Audio_Out">
  289. <property name="enabled">
  290. <bool>false</bool>
  291. </property>
  292. <property name="geometry">
  293. <rect>
  294. <x>190</x>
  295. <y>210</y>
  296. <width>171</width>
  297. <height>41</height>
  298. </rect>
  299. </property>
  300. <property name="styleSheet">
  301. <string notr="true">background-color: gray;
  302. border-style: outset;
  303. border-width: 2px;
  304. border-color:gray;
  305. color:white;
  306. </string>
  307. </property>
  308. <property name="text">
  309. <string>Play Audio Out</string>
  310. </property>
  311. </widget>
  312. <widget class="QPushButton" name="Play_Audio_In">
  313. <property name="enabled">
  314. <bool>false</bool>
  315. </property>
  316. <property name="geometry">
  317. <rect>
  318. <x>10</x>
  319. <y>210</y>
  320. <width>171</width>
  321. <height>41</height>
  322. </rect>
  323. </property>
  324. <property name="styleSheet">
  325. <string notr="true">background-color: gray;
  326. border-style: outset;
  327. border-width: 2px;
  328. border-color:gray;
  329. color:white;
  330. </string>
  331. </property>
  332. <property name="text">
  333. <string>Play Audio In</string>
  334. </property>
  335. </widget>
  336. <widget class="QPushButton" name="Stop_Audio_In">
  337. <property name="enabled">
  338. <bool>false</bool>
  339. </property>
  340. <property name="geometry">
  341. <rect>
  342. <x>10</x>
  343. <y>260</y>
  344. <width>171</width>
  345. <height>41</height>
  346. </rect>
  347. </property>
  348. <property name="styleSheet">
  349. <string notr="true">background-color: gray;
  350. border-style: outset;
  351. border-width: 2px;
  352. border-color:gray;
  353. color:white;
  354. </string>
  355. </property>
  356. <property name="text">
  357. <string>Stop Audio In</string>
  358. </property>
  359. </widget>
  360. <widget class="QFrame" name="frame">
  361. <property name="geometry">
  362. <rect>
  363. <x>370</x>
  364. <y>250</y>
  365. <width>201</width>
  366. <height>51</height>
  367. </rect>
  368. </property>
  369. <property name="styleSheet">
  370. <string notr="true">background-image: url(:/images/logo.png);</string>
  371. </property>
  372. <property name="frameShape">
  373. <enum>QFrame::NoFrame</enum>
  374. </property>
  375. <property name="frameShadow">
  376. <enum>QFrame::Raised</enum>
  377. </property>
  378. </widget>
  379. </widget>
  380. <widget class="QMenuBar" name="menuBar">
  381. <property name="geometry">
  382. <rect>
  383. <x>0</x>
  384. <y>0</y>
  385. <width>581</width>
  386. <height>21</height>
  387. </rect>
  388. </property>
  389. <widget class="QMenu" name="menuFile">
  390. <property name="title">
  391. <string>File</string>
  392. </property>
  393. <addaction name="Action_Input_Audio_File"/>
  394. <addaction name="Action_Output_Audio_File"/>
  395. <addaction name="separator"/>
  396. <addaction name="actionExit"/>
  397. </widget>
  398. <widget class="QMenu" name="menuHelp">
  399. <property name="title">
  400. <string>Help</string>
  401. </property>
  402. <addaction name="actionAbout"/>
  403. </widget>
  404. <addaction name="menuFile"/>
  405. <addaction name="menuHelp"/>
  406. </widget>
  407. <action name="Action_Input_Audio_File">
  408. <property name="text">
  409. <string>Input Audio File</string>
  410. </property>
  411. </action>
  412. <action name="Action_Output_Audio_File">
  413. <property name="enabled">
  414. <bool>true</bool>
  415. </property>
  416. <property name="text">
  417. <string>Output Audio File</string>
  418. </property>
  419. </action>
  420. <action name="actionExit">
  421. <property name="text">
  422. <string>Exit</string>
  423. </property>
  424. </action>
  425. <action name="actionAbout">
  426. <property name="text">
  427. <string>About</string>
  428. </property>
  429. </action>
  430. <action name="actionInstructions">
  431. <property name="text">
  432. <string>Instructions</string>
  433. </property>
  434. </action>
  435. <action name="actionRemove_Vocals">
  436. <property name="text">
  437. <string>Remove Vocals</string>
  438. </property>
  439. </action>
  440. <action name="actionFade_In">
  441. <property name="text">
  442. <string>Fade In</string>
  443. </property>
  444. </action>
  445. <action name="actionFade_Out">
  446. <property name="text">
  447. <string>Fade Out</string>
  448. </property>
  449. </action>
  450. <action name="actionSwap_Speaker_Side">
  451. <property name="text">
  452. <string>Swap Speaker Side</string>
  453. </property>
  454. </action>
  455. </widget>
  456. <layoutdefault spacing="6" margin="11"/>
  457. <resources/>
  458. <connections/>
  459. </ui>