Collection of tools useful for audio production
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.

501 lines
13KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>XYControllerW</class>
  4. <widget class="QMainWindow" name="XYControllerW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>588</width>
  10. <height>498</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>XY Controller</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout_2">
  18. <item>
  19. <layout class="QHBoxLayout" name="horizontalLayout_3">
  20. <item>
  21. <widget class="QGraphicsView" name="graphicsView">
  22. <property name="verticalScrollBarPolicy">
  23. <enum>Qt::ScrollBarAlwaysOff</enum>
  24. </property>
  25. <property name="horizontalScrollBarPolicy">
  26. <enum>Qt::ScrollBarAlwaysOff</enum>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <layout class="QVBoxLayout" name="verticalLayout">
  32. <item>
  33. <widget class="PixmapDial" name="dial_x">
  34. <property name="minimum">
  35. <number>-100</number>
  36. </property>
  37. <property name="maximum">
  38. <number>100</number>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <spacer name="verticalSpacer">
  44. <property name="orientation">
  45. <enum>Qt::Vertical</enum>
  46. </property>
  47. <property name="sizeType">
  48. <enum>QSizePolicy::Fixed</enum>
  49. </property>
  50. <property name="sizeHint" stdset="0">
  51. <size>
  52. <width>20</width>
  53. <height>30</height>
  54. </size>
  55. </property>
  56. </spacer>
  57. </item>
  58. <item>
  59. <widget class="PixmapDial" name="dial_y">
  60. <property name="minimum">
  61. <number>-100</number>
  62. </property>
  63. <property name="maximum">
  64. <number>100</number>
  65. </property>
  66. </widget>
  67. </item>
  68. </layout>
  69. </item>
  70. </layout>
  71. </item>
  72. <item>
  73. <widget class="Line" name="line_2">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <layout class="QHBoxLayout" name="horizontalLayout">
  81. <item>
  82. <widget class="QLabel" name="label_x_controls">
  83. <property name="text">
  84. <string>X Controls:</string>
  85. </property>
  86. <property name="alignment">
  87. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="QComboBox" name="cb_control_x"/>
  93. </item>
  94. <item>
  95. <widget class="Line" name="line">
  96. <property name="orientation">
  97. <enum>Qt::Vertical</enum>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QLabel" name="label_y_controls">
  103. <property name="text">
  104. <string>Y Controls:</string>
  105. </property>
  106. <property name="alignment">
  107. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  108. </property>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QComboBox" name="cb_control_y"/>
  113. </item>
  114. <item>
  115. <widget class="Line" name="line_3">
  116. <property name="orientation">
  117. <enum>Qt::Vertical</enum>
  118. </property>
  119. </widget>
  120. </item>
  121. <item>
  122. <widget class="QCheckBox" name="cb_smooth">
  123. <property name="text">
  124. <string>Smooth</string>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <spacer name="horizontalSpacer_2">
  130. <property name="orientation">
  131. <enum>Qt::Horizontal</enum>
  132. </property>
  133. <property name="sizeHint" stdset="0">
  134. <size>
  135. <width>40</width>
  136. <height>20</height>
  137. </size>
  138. </property>
  139. </spacer>
  140. </item>
  141. </layout>
  142. </item>
  143. <item>
  144. <widget class="QScrollArea" name="scrollArea">
  145. <property name="sizePolicy">
  146. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  147. <horstretch>0</horstretch>
  148. <verstretch>0</verstretch>
  149. </sizepolicy>
  150. </property>
  151. <property name="minimumSize">
  152. <size>
  153. <width>0</width>
  154. <height>70</height>
  155. </size>
  156. </property>
  157. <property name="verticalScrollBarPolicy">
  158. <enum>Qt::ScrollBarAlwaysOff</enum>
  159. </property>
  160. <property name="horizontalScrollBarPolicy">
  161. <enum>Qt::ScrollBarAlwaysOff</enum>
  162. </property>
  163. <property name="widgetResizable">
  164. <bool>true</bool>
  165. </property>
  166. <property name="alignment">
  167. <set>Qt::AlignCenter</set>
  168. </property>
  169. <widget class="QWidget" name="scrollAreaWidgetContents">
  170. <property name="geometry">
  171. <rect>
  172. <x>0</x>
  173. <y>0</y>
  174. <width>864</width>
  175. <height>64</height>
  176. </rect>
  177. </property>
  178. <property name="sizePolicy">
  179. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  180. <horstretch>0</horstretch>
  181. <verstretch>0</verstretch>
  182. </sizepolicy>
  183. </property>
  184. <property name="minimumSize">
  185. <size>
  186. <width>864</width>
  187. <height>64</height>
  188. </size>
  189. </property>
  190. <property name="maximumSize">
  191. <size>
  192. <width>864</width>
  193. <height>64</height>
  194. </size>
  195. </property>
  196. <layout class="QHBoxLayout" name="horizontalLayout_2">
  197. <property name="margin">
  198. <number>0</number>
  199. </property>
  200. <item>
  201. <widget class="PixmapKeyboard" name="keyboard" native="true">
  202. <property name="sizePolicy">
  203. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  204. <horstretch>0</horstretch>
  205. <verstretch>0</verstretch>
  206. </sizepolicy>
  207. </property>
  208. <property name="minimumSize">
  209. <size>
  210. <width>864</width>
  211. <height>64</height>
  212. </size>
  213. </property>
  214. <property name="maximumSize">
  215. <size>
  216. <width>864</width>
  217. <height>64</height>
  218. </size>
  219. </property>
  220. <layout class="QHBoxLayout" name="horizontalLayout_4"/>
  221. </widget>
  222. </item>
  223. </layout>
  224. </widget>
  225. </widget>
  226. </item>
  227. </layout>
  228. </widget>
  229. <widget class="QMenuBar" name="menubar">
  230. <property name="geometry">
  231. <rect>
  232. <x>0</x>
  233. <y>0</y>
  234. <width>588</width>
  235. <height>19</height>
  236. </rect>
  237. </property>
  238. <widget class="QMenu" name="menu_Help">
  239. <property name="title">
  240. <string>&amp;Help</string>
  241. </property>
  242. <addaction name="act_about"/>
  243. </widget>
  244. <widget class="QMenu" name="menu_Settings">
  245. <property name="title">
  246. <string>&amp;Settings</string>
  247. </property>
  248. <widget class="QMenu" name="menu_Channels">
  249. <property name="title">
  250. <string>Channels</string>
  251. </property>
  252. <addaction name="act_ch_01"/>
  253. <addaction name="act_ch_02"/>
  254. <addaction name="act_ch_03"/>
  255. <addaction name="act_ch_04"/>
  256. <addaction name="act_ch_05"/>
  257. <addaction name="act_ch_06"/>
  258. <addaction name="act_ch_07"/>
  259. <addaction name="act_ch_08"/>
  260. <addaction name="act_ch_09"/>
  261. <addaction name="act_ch_10"/>
  262. <addaction name="act_ch_11"/>
  263. <addaction name="act_ch_12"/>
  264. <addaction name="act_ch_13"/>
  265. <addaction name="act_ch_14"/>
  266. <addaction name="act_ch_15"/>
  267. <addaction name="act_ch_16"/>
  268. <addaction name="separator"/>
  269. <addaction name="act_ch_all"/>
  270. <addaction name="act_ch_none"/>
  271. </widget>
  272. <addaction name="menu_Channels"/>
  273. <addaction name="act_show_keyboard"/>
  274. </widget>
  275. <widget class="QMenu" name="menu_File">
  276. <property name="title">
  277. <string>&amp;File</string>
  278. </property>
  279. <addaction name="act_quit"/>
  280. </widget>
  281. <addaction name="menu_File"/>
  282. <addaction name="menu_Settings"/>
  283. <addaction name="menu_Help"/>
  284. </widget>
  285. <action name="act_about">
  286. <property name="text">
  287. <string>&amp;About</string>
  288. </property>
  289. </action>
  290. <action name="act_show_keyboard">
  291. <property name="checkable">
  292. <bool>true</bool>
  293. </property>
  294. <property name="text">
  295. <string>Show MIDI &amp;Keyboard</string>
  296. </property>
  297. </action>
  298. <action name="act_ch_all">
  299. <property name="text">
  300. <string>(All)</string>
  301. </property>
  302. </action>
  303. <action name="act_ch_01">
  304. <property name="checkable">
  305. <bool>true</bool>
  306. </property>
  307. <property name="text">
  308. <string>1</string>
  309. </property>
  310. </action>
  311. <action name="act_ch_02">
  312. <property name="checkable">
  313. <bool>true</bool>
  314. </property>
  315. <property name="text">
  316. <string>2</string>
  317. </property>
  318. </action>
  319. <action name="act_ch_03">
  320. <property name="checkable">
  321. <bool>true</bool>
  322. </property>
  323. <property name="text">
  324. <string>3</string>
  325. </property>
  326. </action>
  327. <action name="act_ch_04">
  328. <property name="checkable">
  329. <bool>true</bool>
  330. </property>
  331. <property name="text">
  332. <string>4</string>
  333. </property>
  334. </action>
  335. <action name="act_ch_05">
  336. <property name="checkable">
  337. <bool>true</bool>
  338. </property>
  339. <property name="text">
  340. <string>5</string>
  341. </property>
  342. </action>
  343. <action name="act_ch_06">
  344. <property name="checkable">
  345. <bool>true</bool>
  346. </property>
  347. <property name="text">
  348. <string>6</string>
  349. </property>
  350. </action>
  351. <action name="act_ch_07">
  352. <property name="checkable">
  353. <bool>true</bool>
  354. </property>
  355. <property name="text">
  356. <string>7</string>
  357. </property>
  358. </action>
  359. <action name="act_ch_08">
  360. <property name="checkable">
  361. <bool>true</bool>
  362. </property>
  363. <property name="text">
  364. <string>8</string>
  365. </property>
  366. </action>
  367. <action name="act_ch_09">
  368. <property name="checkable">
  369. <bool>true</bool>
  370. </property>
  371. <property name="text">
  372. <string>9</string>
  373. </property>
  374. </action>
  375. <action name="act_ch_10">
  376. <property name="checkable">
  377. <bool>true</bool>
  378. </property>
  379. <property name="text">
  380. <string>10</string>
  381. </property>
  382. </action>
  383. <action name="act_ch_11">
  384. <property name="checkable">
  385. <bool>true</bool>
  386. </property>
  387. <property name="text">
  388. <string>11</string>
  389. </property>
  390. </action>
  391. <action name="act_ch_12">
  392. <property name="checkable">
  393. <bool>true</bool>
  394. </property>
  395. <property name="text">
  396. <string>12</string>
  397. </property>
  398. </action>
  399. <action name="act_ch_13">
  400. <property name="checkable">
  401. <bool>true</bool>
  402. </property>
  403. <property name="text">
  404. <string>13</string>
  405. </property>
  406. </action>
  407. <action name="act_ch_14">
  408. <property name="checkable">
  409. <bool>true</bool>
  410. </property>
  411. <property name="text">
  412. <string>14</string>
  413. </property>
  414. </action>
  415. <action name="act_ch_15">
  416. <property name="checkable">
  417. <bool>true</bool>
  418. </property>
  419. <property name="text">
  420. <string>15</string>
  421. </property>
  422. </action>
  423. <action name="act_ch_16">
  424. <property name="checkable">
  425. <bool>true</bool>
  426. </property>
  427. <property name="text">
  428. <string>16</string>
  429. </property>
  430. </action>
  431. <action name="act_new">
  432. <property name="text">
  433. <string>&amp;New</string>
  434. </property>
  435. </action>
  436. <action name="act_open">
  437. <property name="text">
  438. <string>&amp;Open...</string>
  439. </property>
  440. </action>
  441. <action name="act_save">
  442. <property name="text">
  443. <string>&amp;Save</string>
  444. </property>
  445. </action>
  446. <action name="act_save_as">
  447. <property name="text">
  448. <string>Save &amp;As...</string>
  449. </property>
  450. </action>
  451. <action name="act_quit">
  452. <property name="icon">
  453. <iconset resource="../resources-xycontroller.qrc">
  454. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  455. </property>
  456. <property name="text">
  457. <string>&amp;Quit</string>
  458. </property>
  459. </action>
  460. <action name="act_ch_none">
  461. <property name="text">
  462. <string>(None)</string>
  463. </property>
  464. </action>
  465. </widget>
  466. <customwidgets>
  467. <customwidget>
  468. <class>PixmapKeyboard</class>
  469. <extends>QWidget</extends>
  470. <header>pixmapkeyboard.hpp</header>
  471. <container>1</container>
  472. </customwidget>
  473. <customwidget>
  474. <class>PixmapDial</class>
  475. <extends>QDial</extends>
  476. <header>pixmapdial.hpp</header>
  477. </customwidget>
  478. </customwidgets>
  479. <resources>
  480. <include location="../resources-xycontroller.qrc"/>
  481. </resources>
  482. <connections>
  483. <connection>
  484. <sender>act_quit</sender>
  485. <signal>triggered()</signal>
  486. <receiver>XYControllerW</receiver>
  487. <slot>close()</slot>
  488. <hints>
  489. <hint type="sourcelabel">
  490. <x>-1</x>
  491. <y>-1</y>
  492. </hint>
  493. <hint type="destinationlabel">
  494. <x>239</x>
  495. <y>222</y>
  496. </hint>
  497. </hints>
  498. </connection>
  499. </connections>
  500. </ui>