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.

494 lines
12KB

  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>523</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="Expanding" vsizetype="Fixed">
  147. <horstretch>0</horstretch>
  148. <verstretch>0</verstretch>
  149. </sizepolicy>
  150. </property>
  151. <property name="verticalScrollBarPolicy">
  152. <enum>Qt::ScrollBarAlwaysOff</enum>
  153. </property>
  154. <property name="horizontalScrollBarPolicy">
  155. <enum>Qt::ScrollBarAlwaysOn</enum>
  156. </property>
  157. <property name="alignment">
  158. <set>Qt::AlignCenter</set>
  159. </property>
  160. <widget class="QWidget" name="scrollAreaWidgetContents">
  161. <property name="geometry">
  162. <rect>
  163. <x>0</x>
  164. <y>10</y>
  165. <width>1440</width>
  166. <height>69</height>
  167. </rect>
  168. </property>
  169. <property name="sizePolicy">
  170. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  171. <horstretch>0</horstretch>
  172. <verstretch>0</verstretch>
  173. </sizepolicy>
  174. </property>
  175. <property name="minimumSize">
  176. <size>
  177. <width>1440</width>
  178. <height>69</height>
  179. </size>
  180. </property>
  181. <property name="maximumSize">
  182. <size>
  183. <width>1440</width>
  184. <height>69</height>
  185. </size>
  186. </property>
  187. <layout class="QHBoxLayout" name="horizontalLayout_2">
  188. <property name="spacing">
  189. <number>0</number>
  190. </property>
  191. <property name="margin">
  192. <number>0</number>
  193. </property>
  194. <item>
  195. <widget class="PixmapKeyboard" name="keyboard" native="true">
  196. <property name="sizePolicy">
  197. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  198. <horstretch>0</horstretch>
  199. <verstretch>0</verstretch>
  200. </sizepolicy>
  201. </property>
  202. <property name="minimumSize">
  203. <size>
  204. <width>1440</width>
  205. <height>69</height>
  206. </size>
  207. </property>
  208. <property name="maximumSize">
  209. <size>
  210. <width>1440</width>
  211. <height>69</height>
  212. </size>
  213. </property>
  214. </widget>
  215. </item>
  216. </layout>
  217. </widget>
  218. </widget>
  219. </item>
  220. </layout>
  221. </widget>
  222. <widget class="QMenuBar" name="menubar">
  223. <property name="geometry">
  224. <rect>
  225. <x>0</x>
  226. <y>0</y>
  227. <width>588</width>
  228. <height>19</height>
  229. </rect>
  230. </property>
  231. <widget class="QMenu" name="menu_Help">
  232. <property name="title">
  233. <string>&amp;Help</string>
  234. </property>
  235. <addaction name="act_about"/>
  236. </widget>
  237. <widget class="QMenu" name="menu_Settings">
  238. <property name="title">
  239. <string>&amp;Settings</string>
  240. </property>
  241. <widget class="QMenu" name="menu_Channels">
  242. <property name="title">
  243. <string>Channels</string>
  244. </property>
  245. <addaction name="act_ch_01"/>
  246. <addaction name="act_ch_02"/>
  247. <addaction name="act_ch_03"/>
  248. <addaction name="act_ch_04"/>
  249. <addaction name="act_ch_05"/>
  250. <addaction name="act_ch_06"/>
  251. <addaction name="act_ch_07"/>
  252. <addaction name="act_ch_08"/>
  253. <addaction name="act_ch_09"/>
  254. <addaction name="act_ch_10"/>
  255. <addaction name="act_ch_11"/>
  256. <addaction name="act_ch_12"/>
  257. <addaction name="act_ch_13"/>
  258. <addaction name="act_ch_14"/>
  259. <addaction name="act_ch_15"/>
  260. <addaction name="act_ch_16"/>
  261. <addaction name="separator"/>
  262. <addaction name="act_ch_all"/>
  263. <addaction name="act_ch_none"/>
  264. </widget>
  265. <addaction name="menu_Channels"/>
  266. <addaction name="act_show_keyboard"/>
  267. </widget>
  268. <widget class="QMenu" name="menu_File">
  269. <property name="title">
  270. <string>&amp;File</string>
  271. </property>
  272. <addaction name="act_quit"/>
  273. </widget>
  274. <addaction name="menu_File"/>
  275. <addaction name="menu_Settings"/>
  276. <addaction name="menu_Help"/>
  277. </widget>
  278. <action name="act_about">
  279. <property name="text">
  280. <string>&amp;About</string>
  281. </property>
  282. </action>
  283. <action name="act_show_keyboard">
  284. <property name="checkable">
  285. <bool>true</bool>
  286. </property>
  287. <property name="text">
  288. <string>Show MIDI &amp;Keyboard</string>
  289. </property>
  290. </action>
  291. <action name="act_ch_all">
  292. <property name="text">
  293. <string>(All)</string>
  294. </property>
  295. </action>
  296. <action name="act_ch_01">
  297. <property name="checkable">
  298. <bool>true</bool>
  299. </property>
  300. <property name="text">
  301. <string>1</string>
  302. </property>
  303. </action>
  304. <action name="act_ch_02">
  305. <property name="checkable">
  306. <bool>true</bool>
  307. </property>
  308. <property name="text">
  309. <string>2</string>
  310. </property>
  311. </action>
  312. <action name="act_ch_03">
  313. <property name="checkable">
  314. <bool>true</bool>
  315. </property>
  316. <property name="text">
  317. <string>3</string>
  318. </property>
  319. </action>
  320. <action name="act_ch_04">
  321. <property name="checkable">
  322. <bool>true</bool>
  323. </property>
  324. <property name="text">
  325. <string>4</string>
  326. </property>
  327. </action>
  328. <action name="act_ch_05">
  329. <property name="checkable">
  330. <bool>true</bool>
  331. </property>
  332. <property name="text">
  333. <string>5</string>
  334. </property>
  335. </action>
  336. <action name="act_ch_06">
  337. <property name="checkable">
  338. <bool>true</bool>
  339. </property>
  340. <property name="text">
  341. <string>6</string>
  342. </property>
  343. </action>
  344. <action name="act_ch_07">
  345. <property name="checkable">
  346. <bool>true</bool>
  347. </property>
  348. <property name="text">
  349. <string>7</string>
  350. </property>
  351. </action>
  352. <action name="act_ch_08">
  353. <property name="checkable">
  354. <bool>true</bool>
  355. </property>
  356. <property name="text">
  357. <string>8</string>
  358. </property>
  359. </action>
  360. <action name="act_ch_09">
  361. <property name="checkable">
  362. <bool>true</bool>
  363. </property>
  364. <property name="text">
  365. <string>9</string>
  366. </property>
  367. </action>
  368. <action name="act_ch_10">
  369. <property name="checkable">
  370. <bool>true</bool>
  371. </property>
  372. <property name="text">
  373. <string>10</string>
  374. </property>
  375. </action>
  376. <action name="act_ch_11">
  377. <property name="checkable">
  378. <bool>true</bool>
  379. </property>
  380. <property name="text">
  381. <string>11</string>
  382. </property>
  383. </action>
  384. <action name="act_ch_12">
  385. <property name="checkable">
  386. <bool>true</bool>
  387. </property>
  388. <property name="text">
  389. <string>12</string>
  390. </property>
  391. </action>
  392. <action name="act_ch_13">
  393. <property name="checkable">
  394. <bool>true</bool>
  395. </property>
  396. <property name="text">
  397. <string>13</string>
  398. </property>
  399. </action>
  400. <action name="act_ch_14">
  401. <property name="checkable">
  402. <bool>true</bool>
  403. </property>
  404. <property name="text">
  405. <string>14</string>
  406. </property>
  407. </action>
  408. <action name="act_ch_15">
  409. <property name="checkable">
  410. <bool>true</bool>
  411. </property>
  412. <property name="text">
  413. <string>15</string>
  414. </property>
  415. </action>
  416. <action name="act_ch_16">
  417. <property name="checkable">
  418. <bool>true</bool>
  419. </property>
  420. <property name="text">
  421. <string>16</string>
  422. </property>
  423. </action>
  424. <action name="act_new">
  425. <property name="text">
  426. <string>&amp;New</string>
  427. </property>
  428. </action>
  429. <action name="act_open">
  430. <property name="text">
  431. <string>&amp;Open...</string>
  432. </property>
  433. </action>
  434. <action name="act_save">
  435. <property name="text">
  436. <string>&amp;Save</string>
  437. </property>
  438. </action>
  439. <action name="act_save_as">
  440. <property name="text">
  441. <string>Save &amp;As...</string>
  442. </property>
  443. </action>
  444. <action name="act_quit">
  445. <property name="icon">
  446. <iconset resource="../resources-xycontroller.qrc">
  447. <normaloff>:/16x16/application-exit.png</normaloff>:/16x16/application-exit.png</iconset>
  448. </property>
  449. <property name="text">
  450. <string>&amp;Quit</string>
  451. </property>
  452. </action>
  453. <action name="act_ch_none">
  454. <property name="text">
  455. <string>(None)</string>
  456. </property>
  457. </action>
  458. </widget>
  459. <customwidgets>
  460. <customwidget>
  461. <class>PixmapKeyboard</class>
  462. <extends>QWidget</extends>
  463. <header>pixmapkeyboard.hpp</header>
  464. <container>1</container>
  465. </customwidget>
  466. <customwidget>
  467. <class>PixmapDial</class>
  468. <extends>QDial</extends>
  469. <header>pixmapdial.hpp</header>
  470. </customwidget>
  471. </customwidgets>
  472. <resources>
  473. <include location="../resources-xycontroller.qrc"/>
  474. </resources>
  475. <connections>
  476. <connection>
  477. <sender>act_quit</sender>
  478. <signal>triggered()</signal>
  479. <receiver>XYControllerW</receiver>
  480. <slot>close()</slot>
  481. <hints>
  482. <hint type="sourcelabel">
  483. <x>-1</x>
  484. <y>-1</y>
  485. </hint>
  486. <hint type="destinationlabel">
  487. <x>239</x>
  488. <y>222</y>
  489. </hint>
  490. </hints>
  491. </connection>
  492. </connections>
  493. </ui>