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.

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