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.

355 lines
8.9KB

  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>497</width>
  10. <height>37</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="QHBoxLayout" name="horizontalLayout">
  20. <property name="spacing">
  21. <number>2</number>
  22. </property>
  23. <property name="leftMargin">
  24. <number>4</number>
  25. </property>
  26. <property name="topMargin">
  27. <number>2</number>
  28. </property>
  29. <property name="rightMargin">
  30. <number>4</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>2</number>
  34. </property>
  35. <item>
  36. <widget class="QWidget" name="area_left" native="true">
  37. <layout class="QHBoxLayout" name="horizontalLayout_3">
  38. <property name="spacing">
  39. <number>1</number>
  40. </property>
  41. <property name="leftMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="topMargin">
  45. <number>1</number>
  46. </property>
  47. <property name="rightMargin">
  48. <number>0</number>
  49. </property>
  50. <property name="bottomMargin">
  51. <number>4</number>
  52. </property>
  53. <item>
  54. <widget class="PixmapButton" name="b_enable">
  55. <property name="minimumSize">
  56. <size>
  57. <width>24</width>
  58. <height>24</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>24</width>
  64. <height>24</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string/>
  69. </property>
  70. <property name="iconSize">
  71. <size>
  72. <width>24</width>
  73. <height>24</height>
  74. </size>
  75. </property>
  76. <property name="checkable">
  77. <bool>true</bool>
  78. </property>
  79. <property name="flat">
  80. <bool>true</bool>
  81. </property>
  82. </widget>
  83. </item>
  84. <item>
  85. <widget class="PixmapButton" name="b_gui">
  86. <property name="minimumSize">
  87. <size>
  88. <width>22</width>
  89. <height>22</height>
  90. </size>
  91. </property>
  92. <property name="maximumSize">
  93. <size>
  94. <width>22</width>
  95. <height>22</height>
  96. </size>
  97. </property>
  98. <property name="text">
  99. <string/>
  100. </property>
  101. <property name="icon">
  102. <iconset resource="../resources.qrc">
  103. <normaloff>:/bitmaps/button_gui.png</normaloff>:/bitmaps/button_gui.png</iconset>
  104. </property>
  105. <property name="iconSize">
  106. <size>
  107. <width>24</width>
  108. <height>24</height>
  109. </size>
  110. </property>
  111. <property name="checkable">
  112. <bool>true</bool>
  113. </property>
  114. <property name="flat">
  115. <bool>true</bool>
  116. </property>
  117. </widget>
  118. </item>
  119. <item>
  120. <widget class="PixmapButton" name="b_edit">
  121. <property name="minimumSize">
  122. <size>
  123. <width>22</width>
  124. <height>22</height>
  125. </size>
  126. </property>
  127. <property name="maximumSize">
  128. <size>
  129. <width>22</width>
  130. <height>22</height>
  131. </size>
  132. </property>
  133. <property name="text">
  134. <string/>
  135. </property>
  136. <property name="icon">
  137. <iconset resource="../resources.qrc">
  138. <normaloff>:/bitmaps/button_edit.png</normaloff>:/bitmaps/button_edit.png</iconset>
  139. </property>
  140. <property name="iconSize">
  141. <size>
  142. <width>24</width>
  143. <height>24</height>
  144. </size>
  145. </property>
  146. <property name="checkable">
  147. <bool>true</bool>
  148. </property>
  149. <property name="flat">
  150. <bool>true</bool>
  151. </property>
  152. </widget>
  153. </item>
  154. <item>
  155. <widget class="QLabel" name="label_name">
  156. <property name="font">
  157. <font>
  158. <pointsize>8</pointsize>
  159. </font>
  160. </property>
  161. <property name="text">
  162. <string>Plugin Name</string>
  163. </property>
  164. </widget>
  165. </item>
  166. </layout>
  167. </widget>
  168. </item>
  169. <item>
  170. <spacer name="horizontalSpacer">
  171. <property name="orientation">
  172. <enum>Qt::Horizontal</enum>
  173. </property>
  174. <property name="sizeHint" stdset="0">
  175. <size>
  176. <width>40</width>
  177. <height>20</height>
  178. </size>
  179. </property>
  180. </spacer>
  181. </item>
  182. <item>
  183. <widget class="QWidget" name="area_right" native="true">
  184. <layout class="QHBoxLayout" name="horizontalLayout_2">
  185. <property name="spacing">
  186. <number>1</number>
  187. </property>
  188. <property name="leftMargin">
  189. <number>4</number>
  190. </property>
  191. <property name="topMargin">
  192. <number>4</number>
  193. </property>
  194. <property name="rightMargin">
  195. <number>0</number>
  196. </property>
  197. <property name="bottomMargin">
  198. <number>1</number>
  199. </property>
  200. <item>
  201. <widget class="LEDButton" name="led_control">
  202. <property name="minimumSize">
  203. <size>
  204. <width>14</width>
  205. <height>14</height>
  206. </size>
  207. </property>
  208. <property name="maximumSize">
  209. <size>
  210. <width>14</width>
  211. <height>14</height>
  212. </size>
  213. </property>
  214. <property name="text">
  215. <string/>
  216. </property>
  217. <property name="checkable">
  218. <bool>true</bool>
  219. </property>
  220. </widget>
  221. </item>
  222. <item>
  223. <widget class="LEDButton" name="led_midi">
  224. <property name="minimumSize">
  225. <size>
  226. <width>14</width>
  227. <height>14</height>
  228. </size>
  229. </property>
  230. <property name="maximumSize">
  231. <size>
  232. <width>14</width>
  233. <height>14</height>
  234. </size>
  235. </property>
  236. <property name="text">
  237. <string/>
  238. </property>
  239. <property name="checkable">
  240. <bool>true</bool>
  241. </property>
  242. </widget>
  243. </item>
  244. <item>
  245. <widget class="LEDButton" name="led_audio_in">
  246. <property name="minimumSize">
  247. <size>
  248. <width>14</width>
  249. <height>14</height>
  250. </size>
  251. </property>
  252. <property name="maximumSize">
  253. <size>
  254. <width>14</width>
  255. <height>14</height>
  256. </size>
  257. </property>
  258. <property name="text">
  259. <string/>
  260. </property>
  261. <property name="checkable">
  262. <bool>true</bool>
  263. </property>
  264. </widget>
  265. </item>
  266. <item>
  267. <widget class="LEDButton" name="led_audio_out">
  268. <property name="minimumSize">
  269. <size>
  270. <width>14</width>
  271. <height>14</height>
  272. </size>
  273. </property>
  274. <property name="maximumSize">
  275. <size>
  276. <width>14</width>
  277. <height>14</height>
  278. </size>
  279. </property>
  280. <property name="text">
  281. <string/>
  282. </property>
  283. <property name="checkable">
  284. <bool>true</bool>
  285. </property>
  286. </widget>
  287. </item>
  288. <item>
  289. <layout class="QVBoxLayout" name="verticalLayout_2">
  290. <property name="leftMargin">
  291. <number>6</number>
  292. </property>
  293. <item>
  294. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  295. <property name="minimumSize">
  296. <size>
  297. <width>150</width>
  298. <height>0</height>
  299. </size>
  300. </property>
  301. <property name="maximumSize">
  302. <size>
  303. <width>150</width>
  304. <height>16777215</height>
  305. </size>
  306. </property>
  307. </widget>
  308. </item>
  309. <item>
  310. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  311. <property name="minimumSize">
  312. <size>
  313. <width>150</width>
  314. <height>0</height>
  315. </size>
  316. </property>
  317. <property name="maximumSize">
  318. <size>
  319. <width>150</width>
  320. <height>16777215</height>
  321. </size>
  322. </property>
  323. </widget>
  324. </item>
  325. </layout>
  326. </item>
  327. </layout>
  328. </widget>
  329. </item>
  330. </layout>
  331. </widget>
  332. <customwidgets>
  333. <customwidget>
  334. <class>DigitalPeakMeter</class>
  335. <extends>QWidget</extends>
  336. <header>digitalpeakmeter.h</header>
  337. <container>1</container>
  338. </customwidget>
  339. <customwidget>
  340. <class>LEDButton</class>
  341. <extends>QPushButton</extends>
  342. <header>ledbutton.h</header>
  343. </customwidget>
  344. <customwidget>
  345. <class>PixmapButton</class>
  346. <extends>QPushButton</extends>
  347. <header>pixmapbutton.h</header>
  348. </customwidget>
  349. </customwidgets>
  350. <resources>
  351. <include location="../resources.qrc"/>
  352. </resources>
  353. <connections/>
  354. </ui>