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.

510 lines
13KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PluginWidget</class>
  4. <widget class="QFrame" name="PluginWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>378</width>
  10. <height>69</height>
  11. </rect>
  12. </property>
  13. <property name="contextMenuPolicy">
  14. <enum>Qt::CustomContextMenu</enum>
  15. </property>
  16. <property name="windowTitle">
  17. <string>Frame</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout">
  20. <property name="spacing">
  21. <number>1</number>
  22. </property>
  23. <property name="leftMargin">
  24. <number>2</number>
  25. </property>
  26. <property name="topMargin">
  27. <number>1</number>
  28. </property>
  29. <property name="rightMargin">
  30. <number>2</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>0</number>
  34. </property>
  35. <item>
  36. <layout class="QHBoxLayout" name="horizontalLayout">
  37. <property name="spacing">
  38. <number>1</number>
  39. </property>
  40. <item>
  41. <spacer name="horizontalSpacer_4">
  42. <property name="orientation">
  43. <enum>Qt::Horizontal</enum>
  44. </property>
  45. <property name="sizeType">
  46. <enum>QSizePolicy::Fixed</enum>
  47. </property>
  48. <property name="sizeHint" stdset="0">
  49. <size>
  50. <width>20</width>
  51. <height>1</height>
  52. </size>
  53. </property>
  54. </spacer>
  55. </item>
  56. <item>
  57. <widget class="PixmapButton" name="b_enable">
  58. <property name="minimumSize">
  59. <size>
  60. <width>24</width>
  61. <height>24</height>
  62. </size>
  63. </property>
  64. <property name="maximumSize">
  65. <size>
  66. <width>24</width>
  67. <height>24</height>
  68. </size>
  69. </property>
  70. <property name="text">
  71. <string/>
  72. </property>
  73. <property name="icon">
  74. <iconset resource="../resources.qrc">
  75. <normaloff>:/bitmaps/button_off.png</normaloff>:/bitmaps/button_off.png</iconset>
  76. </property>
  77. <property name="iconSize">
  78. <size>
  79. <width>24</width>
  80. <height>24</height>
  81. </size>
  82. </property>
  83. <property name="checkable">
  84. <bool>true</bool>
  85. </property>
  86. <property name="flat">
  87. <bool>true</bool>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <widget class="PixmapButton" name="b_gui">
  93. <property name="minimumSize">
  94. <size>
  95. <width>24</width>
  96. <height>24</height>
  97. </size>
  98. </property>
  99. <property name="maximumSize">
  100. <size>
  101. <width>24</width>
  102. <height>24</height>
  103. </size>
  104. </property>
  105. <property name="text">
  106. <string/>
  107. </property>
  108. <property name="icon">
  109. <iconset resource="../resources.qrc">
  110. <normaloff>:/bitmaps/button_gui.png</normaloff>:/bitmaps/button_gui.png</iconset>
  111. </property>
  112. <property name="iconSize">
  113. <size>
  114. <width>24</width>
  115. <height>24</height>
  116. </size>
  117. </property>
  118. <property name="checkable">
  119. <bool>true</bool>
  120. </property>
  121. <property name="flat">
  122. <bool>true</bool>
  123. </property>
  124. </widget>
  125. </item>
  126. <item>
  127. <widget class="PixmapButton" name="b_edit">
  128. <property name="minimumSize">
  129. <size>
  130. <width>24</width>
  131. <height>24</height>
  132. </size>
  133. </property>
  134. <property name="maximumSize">
  135. <size>
  136. <width>24</width>
  137. <height>24</height>
  138. </size>
  139. </property>
  140. <property name="text">
  141. <string/>
  142. </property>
  143. <property name="icon">
  144. <iconset resource="../resources.qrc">
  145. <normaloff>:/bitmaps/button_edit.png</normaloff>:/bitmaps/button_edit.png</iconset>
  146. </property>
  147. <property name="iconSize">
  148. <size>
  149. <width>24</width>
  150. <height>24</height>
  151. </size>
  152. </property>
  153. <property name="checkable">
  154. <bool>true</bool>
  155. </property>
  156. <property name="flat">
  157. <bool>true</bool>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <spacer name="horizontalSpacer">
  163. <property name="orientation">
  164. <enum>Qt::Horizontal</enum>
  165. </property>
  166. <property name="sizeHint" stdset="0">
  167. <size>
  168. <width>40</width>
  169. <height>20</height>
  170. </size>
  171. </property>
  172. </spacer>
  173. </item>
  174. <item>
  175. <widget class="QLabel" name="label_name">
  176. <property name="text">
  177. <string>PluginName</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <spacer name="horizontalSpacer_2">
  183. <property name="orientation">
  184. <enum>Qt::Horizontal</enum>
  185. </property>
  186. <property name="sizeHint" stdset="0">
  187. <size>
  188. <width>40</width>
  189. <height>20</height>
  190. </size>
  191. </property>
  192. </spacer>
  193. </item>
  194. <item>
  195. <widget class="LEDButton" name="led_control">
  196. <property name="minimumSize">
  197. <size>
  198. <width>14</width>
  199. <height>14</height>
  200. </size>
  201. </property>
  202. <property name="maximumSize">
  203. <size>
  204. <width>14</width>
  205. <height>14</height>
  206. </size>
  207. </property>
  208. <property name="text">
  209. <string/>
  210. </property>
  211. <property name="checkable">
  212. <bool>true</bool>
  213. </property>
  214. </widget>
  215. </item>
  216. <item>
  217. <widget class="LEDButton" name="led_midi">
  218. <property name="minimumSize">
  219. <size>
  220. <width>14</width>
  221. <height>14</height>
  222. </size>
  223. </property>
  224. <property name="maximumSize">
  225. <size>
  226. <width>14</width>
  227. <height>14</height>
  228. </size>
  229. </property>
  230. <property name="text">
  231. <string/>
  232. </property>
  233. <property name="checkable">
  234. <bool>true</bool>
  235. </property>
  236. </widget>
  237. </item>
  238. <item>
  239. <widget class="LEDButton" name="led_audio_in">
  240. <property name="minimumSize">
  241. <size>
  242. <width>14</width>
  243. <height>14</height>
  244. </size>
  245. </property>
  246. <property name="maximumSize">
  247. <size>
  248. <width>14</width>
  249. <height>14</height>
  250. </size>
  251. </property>
  252. <property name="text">
  253. <string/>
  254. </property>
  255. <property name="checkable">
  256. <bool>true</bool>
  257. </property>
  258. </widget>
  259. </item>
  260. <item>
  261. <widget class="LEDButton" name="led_audio_out">
  262. <property name="minimumSize">
  263. <size>
  264. <width>14</width>
  265. <height>14</height>
  266. </size>
  267. </property>
  268. <property name="maximumSize">
  269. <size>
  270. <width>14</width>
  271. <height>14</height>
  272. </size>
  273. </property>
  274. <property name="text">
  275. <string/>
  276. </property>
  277. <property name="checkable">
  278. <bool>true</bool>
  279. </property>
  280. </widget>
  281. </item>
  282. <item>
  283. <spacer name="horizontalSpacer_5">
  284. <property name="orientation">
  285. <enum>Qt::Horizontal</enum>
  286. </property>
  287. <property name="sizeType">
  288. <enum>QSizePolicy::Fixed</enum>
  289. </property>
  290. <property name="sizeHint" stdset="0">
  291. <size>
  292. <width>20</width>
  293. <height>1</height>
  294. </size>
  295. </property>
  296. </spacer>
  297. </item>
  298. </layout>
  299. </item>
  300. <item>
  301. <widget class="Line" name="line">
  302. <property name="lineWidth">
  303. <number>0</number>
  304. </property>
  305. <property name="midLineWidth">
  306. <number>1</number>
  307. </property>
  308. <property name="orientation">
  309. <enum>Qt::Horizontal</enum>
  310. </property>
  311. </widget>
  312. </item>
  313. <item>
  314. <layout class="QHBoxLayout" name="horizontalLayout_2">
  315. <property name="spacing">
  316. <number>10</number>
  317. </property>
  318. <property name="topMargin">
  319. <number>2</number>
  320. </property>
  321. <item>
  322. <widget class="QWidget" name="w_screws_left" native="true">
  323. <property name="minimumSize">
  324. <size>
  325. <width>20</width>
  326. <height>0</height>
  327. </size>
  328. </property>
  329. <property name="maximumSize">
  330. <size>
  331. <width>20</width>
  332. <height>16777215</height>
  333. </size>
  334. </property>
  335. </widget>
  336. </item>
  337. <item>
  338. <widget class="QWidget" name="w_knobs" native="true">
  339. <layout class="QHBoxLayout" name="horizontalLayout_3"/>
  340. </widget>
  341. </item>
  342. <item>
  343. <spacer name="horizontalSpacer_3">
  344. <property name="orientation">
  345. <enum>Qt::Horizontal</enum>
  346. </property>
  347. <property name="sizeHint" stdset="0">
  348. <size>
  349. <width>40</width>
  350. <height>20</height>
  351. </size>
  352. </property>
  353. </spacer>
  354. </item>
  355. <item>
  356. <widget class="PixmapDial" name="dial_drywet">
  357. <property name="minimumSize">
  358. <size>
  359. <width>34</width>
  360. <height>34</height>
  361. </size>
  362. </property>
  363. <property name="maximumSize">
  364. <size>
  365. <width>34</width>
  366. <height>34</height>
  367. </size>
  368. </property>
  369. <property name="contextMenuPolicy">
  370. <enum>Qt::CustomContextMenu</enum>
  371. </property>
  372. <property name="statusTip">
  373. <string>Output dry/wet (100%)</string>
  374. </property>
  375. <property name="maximum">
  376. <number>1000</number>
  377. </property>
  378. <property name="value">
  379. <number>1000</number>
  380. </property>
  381. </widget>
  382. </item>
  383. <item>
  384. <widget class="PixmapDial" name="dial_vol">
  385. <property name="minimumSize">
  386. <size>
  387. <width>34</width>
  388. <height>34</height>
  389. </size>
  390. </property>
  391. <property name="maximumSize">
  392. <size>
  393. <width>34</width>
  394. <height>34</height>
  395. </size>
  396. </property>
  397. <property name="contextMenuPolicy">
  398. <enum>Qt::CustomContextMenu</enum>
  399. </property>
  400. <property name="statusTip">
  401. <string>Output volume (100%)</string>
  402. </property>
  403. <property name="maximum">
  404. <number>1270</number>
  405. </property>
  406. <property name="value">
  407. <number>1000</number>
  408. </property>
  409. </widget>
  410. </item>
  411. <item>
  412. <layout class="QVBoxLayout" name="verticalLayout_2">
  413. <property name="spacing">
  414. <number>1</number>
  415. </property>
  416. <property name="leftMargin">
  417. <number>0</number>
  418. </property>
  419. <property name="topMargin">
  420. <number>0</number>
  421. </property>
  422. <property name="rightMargin">
  423. <number>0</number>
  424. </property>
  425. <property name="bottomMargin">
  426. <number>4</number>
  427. </property>
  428. <item>
  429. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  430. <property name="minimumSize">
  431. <size>
  432. <width>150</width>
  433. <height>0</height>
  434. </size>
  435. </property>
  436. <property name="maximumSize">
  437. <size>
  438. <width>150</width>
  439. <height>16777215</height>
  440. </size>
  441. </property>
  442. </widget>
  443. </item>
  444. <item>
  445. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  446. <property name="minimumSize">
  447. <size>
  448. <width>150</width>
  449. <height>0</height>
  450. </size>
  451. </property>
  452. <property name="maximumSize">
  453. <size>
  454. <width>150</width>
  455. <height>16777215</height>
  456. </size>
  457. </property>
  458. </widget>
  459. </item>
  460. </layout>
  461. </item>
  462. <item>
  463. <widget class="QWidget" name="w_screws_right" native="true">
  464. <property name="minimumSize">
  465. <size>
  466. <width>20</width>
  467. <height>0</height>
  468. </size>
  469. </property>
  470. <property name="maximumSize">
  471. <size>
  472. <width>20</width>
  473. <height>16777215</height>
  474. </size>
  475. </property>
  476. </widget>
  477. </item>
  478. </layout>
  479. </item>
  480. </layout>
  481. </widget>
  482. <customwidgets>
  483. <customwidget>
  484. <class>DigitalPeakMeter</class>
  485. <extends>QWidget</extends>
  486. <header>digitalpeakmeter.h</header>
  487. <container>1</container>
  488. </customwidget>
  489. <customwidget>
  490. <class>LEDButton</class>
  491. <extends>QPushButton</extends>
  492. <header>ledbutton.h</header>
  493. </customwidget>
  494. <customwidget>
  495. <class>PixmapButton</class>
  496. <extends>QPushButton</extends>
  497. <header>pixmapbutton.h</header>
  498. </customwidget>
  499. <customwidget>
  500. <class>PixmapDial</class>
  501. <extends>QDial</extends>
  502. <header>pixmapdial.h</header>
  503. </customwidget>
  504. </customwidgets>
  505. <resources>
  506. <include location="../resources.qrc"/>
  507. </resources>
  508. <connections/>
  509. </ui>