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.

496 lines
12KB

  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>338</width>
  10. <height>71</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>3</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_4">
  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. <property name="alignment">
  180. <set>Qt::AlignCenter</set>
  181. </property>
  182. </widget>
  183. </item>
  184. <item>
  185. <spacer name="horizontalSpacer_2">
  186. <property name="orientation">
  187. <enum>Qt::Horizontal</enum>
  188. </property>
  189. <property name="sizeHint" stdset="0">
  190. <size>
  191. <width>40</width>
  192. <height>20</height>
  193. </size>
  194. </property>
  195. </spacer>
  196. </item>
  197. <item>
  198. <layout class="QHBoxLayout" name="layout_leds">
  199. <property name="spacing">
  200. <number>1</number>
  201. </property>
  202. <item>
  203. <widget class="LEDButton" name="led_control">
  204. <property name="minimumSize">
  205. <size>
  206. <width>14</width>
  207. <height>14</height>
  208. </size>
  209. </property>
  210. <property name="maximumSize">
  211. <size>
  212. <width>14</width>
  213. <height>14</height>
  214. </size>
  215. </property>
  216. <property name="text">
  217. <string/>
  218. </property>
  219. <property name="checkable">
  220. <bool>true</bool>
  221. </property>
  222. </widget>
  223. </item>
  224. <item>
  225. <widget class="LEDButton" name="led_midi">
  226. <property name="minimumSize">
  227. <size>
  228. <width>14</width>
  229. <height>14</height>
  230. </size>
  231. </property>
  232. <property name="maximumSize">
  233. <size>
  234. <width>14</width>
  235. <height>14</height>
  236. </size>
  237. </property>
  238. <property name="text">
  239. <string/>
  240. </property>
  241. <property name="checkable">
  242. <bool>true</bool>
  243. </property>
  244. </widget>
  245. </item>
  246. <item>
  247. <widget class="LEDButton" name="led_audio_in">
  248. <property name="minimumSize">
  249. <size>
  250. <width>14</width>
  251. <height>14</height>
  252. </size>
  253. </property>
  254. <property name="maximumSize">
  255. <size>
  256. <width>14</width>
  257. <height>14</height>
  258. </size>
  259. </property>
  260. <property name="text">
  261. <string/>
  262. </property>
  263. <property name="checkable">
  264. <bool>true</bool>
  265. </property>
  266. </widget>
  267. </item>
  268. <item>
  269. <widget class="LEDButton" name="led_audio_out">
  270. <property name="minimumSize">
  271. <size>
  272. <width>14</width>
  273. <height>14</height>
  274. </size>
  275. </property>
  276. <property name="maximumSize">
  277. <size>
  278. <width>14</width>
  279. <height>14</height>
  280. </size>
  281. </property>
  282. <property name="text">
  283. <string/>
  284. </property>
  285. <property name="checkable">
  286. <bool>true</bool>
  287. </property>
  288. </widget>
  289. </item>
  290. </layout>
  291. </item>
  292. <item>
  293. <spacer name="horizontalSpacer_5">
  294. <property name="orientation">
  295. <enum>Qt::Horizontal</enum>
  296. </property>
  297. <property name="sizeType">
  298. <enum>QSizePolicy::Fixed</enum>
  299. </property>
  300. <property name="sizeHint" stdset="0">
  301. <size>
  302. <width>20</width>
  303. <height>1</height>
  304. </size>
  305. </property>
  306. </spacer>
  307. </item>
  308. </layout>
  309. </item>
  310. <item>
  311. <widget class="Line" name="line">
  312. <property name="lineWidth">
  313. <number>0</number>
  314. </property>
  315. <property name="midLineWidth">
  316. <number>1</number>
  317. </property>
  318. <property name="orientation">
  319. <enum>Qt::Horizontal</enum>
  320. </property>
  321. </widget>
  322. </item>
  323. <item>
  324. <layout class="QHBoxLayout" name="horizontalLayout_2">
  325. <property name="spacing">
  326. <number>10</number>
  327. </property>
  328. <property name="topMargin">
  329. <number>2</number>
  330. </property>
  331. <item>
  332. <widget class="QWidget" name="w_screws_left" native="true">
  333. <property name="minimumSize">
  334. <size>
  335. <width>20</width>
  336. <height>0</height>
  337. </size>
  338. </property>
  339. <property name="maximumSize">
  340. <size>
  341. <width>20</width>
  342. <height>16777215</height>
  343. </size>
  344. </property>
  345. </widget>
  346. </item>
  347. <item>
  348. <widget class="QWidget" name="w_knobs" native="true">
  349. <layout class="QHBoxLayout" name="horizontalLayout_3"/>
  350. </widget>
  351. </item>
  352. <item>
  353. <spacer name="horizontalSpacer_3">
  354. <property name="orientation">
  355. <enum>Qt::Horizontal</enum>
  356. </property>
  357. <property name="sizeHint" stdset="0">
  358. <size>
  359. <width>40</width>
  360. <height>20</height>
  361. </size>
  362. </property>
  363. </spacer>
  364. </item>
  365. <item>
  366. <widget class="PixmapDial" name="dial_drywet">
  367. <property name="minimumSize">
  368. <size>
  369. <width>34</width>
  370. <height>34</height>
  371. </size>
  372. </property>
  373. <property name="maximumSize">
  374. <size>
  375. <width>34</width>
  376. <height>34</height>
  377. </size>
  378. </property>
  379. </widget>
  380. </item>
  381. <item>
  382. <widget class="PixmapDial" name="dial_vol">
  383. <property name="minimumSize">
  384. <size>
  385. <width>34</width>
  386. <height>34</height>
  387. </size>
  388. </property>
  389. <property name="maximumSize">
  390. <size>
  391. <width>34</width>
  392. <height>34</height>
  393. </size>
  394. </property>
  395. </widget>
  396. </item>
  397. <item>
  398. <layout class="QVBoxLayout" name="verticalLayout_2">
  399. <property name="spacing">
  400. <number>1</number>
  401. </property>
  402. <property name="leftMargin">
  403. <number>0</number>
  404. </property>
  405. <property name="topMargin">
  406. <number>0</number>
  407. </property>
  408. <property name="rightMargin">
  409. <number>0</number>
  410. </property>
  411. <property name="bottomMargin">
  412. <number>4</number>
  413. </property>
  414. <item>
  415. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  416. <property name="minimumSize">
  417. <size>
  418. <width>150</width>
  419. <height>0</height>
  420. </size>
  421. </property>
  422. <property name="maximumSize">
  423. <size>
  424. <width>150</width>
  425. <height>16777215</height>
  426. </size>
  427. </property>
  428. </widget>
  429. </item>
  430. <item>
  431. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  432. <property name="minimumSize">
  433. <size>
  434. <width>150</width>
  435. <height>0</height>
  436. </size>
  437. </property>
  438. <property name="maximumSize">
  439. <size>
  440. <width>150</width>
  441. <height>16777215</height>
  442. </size>
  443. </property>
  444. </widget>
  445. </item>
  446. </layout>
  447. </item>
  448. <item>
  449. <widget class="QWidget" name="w_screws_right" native="true">
  450. <property name="minimumSize">
  451. <size>
  452. <width>20</width>
  453. <height>0</height>
  454. </size>
  455. </property>
  456. <property name="maximumSize">
  457. <size>
  458. <width>20</width>
  459. <height>16777215</height>
  460. </size>
  461. </property>
  462. </widget>
  463. </item>
  464. </layout>
  465. </item>
  466. </layout>
  467. </widget>
  468. <customwidgets>
  469. <customwidget>
  470. <class>DigitalPeakMeter</class>
  471. <extends>QWidget</extends>
  472. <header>digitalpeakmeter.h</header>
  473. <container>1</container>
  474. </customwidget>
  475. <customwidget>
  476. <class>LEDButton</class>
  477. <extends>QPushButton</extends>
  478. <header>ledbutton.h</header>
  479. </customwidget>
  480. <customwidget>
  481. <class>PixmapButton</class>
  482. <extends>QPushButton</extends>
  483. <header>pixmapbutton.h</header>
  484. </customwidget>
  485. <customwidget>
  486. <class>PixmapDial</class>
  487. <extends>QDial</extends>
  488. <header>pixmapdial.h</header>
  489. </customwidget>
  490. </customwidgets>
  491. <resources>
  492. <include location="../resources.qrc"/>
  493. </resources>
  494. <connections/>
  495. </ui>