Audio plugin host https://kx.studio/carla
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.

568 lines
14KB

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