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.

416 lines
10KB

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