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.

carla_plugin_classic.ui 9.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356
  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. <property name="lineWidth">
  20. <number>0</number>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout">
  23. <property name="spacing">
  24. <number>2</number>
  25. </property>
  26. <property name="leftMargin">
  27. <number>4</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>2</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>4</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>2</number>
  37. </property>
  38. <item>
  39. <widget class="QWidget" name="area_left" native="true">
  40. <layout class="QHBoxLayout" name="horizontalLayout_3">
  41. <property name="spacing">
  42. <number>1</number>
  43. </property>
  44. <property name="leftMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="topMargin">
  48. <number>1</number>
  49. </property>
  50. <property name="rightMargin">
  51. <number>0</number>
  52. </property>
  53. <property name="bottomMargin">
  54. <number>4</number>
  55. </property>
  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. <widget class="QLabel" name="label_name">
  163. <property name="text">
  164. <string>Plugin Name</string>
  165. </property>
  166. </widget>
  167. </item>
  168. </layout>
  169. </widget>
  170. </item>
  171. <item>
  172. <spacer name="horizontalSpacer">
  173. <property name="orientation">
  174. <enum>Qt::Horizontal</enum>
  175. </property>
  176. <property name="sizeHint" stdset="0">
  177. <size>
  178. <width>40</width>
  179. <height>20</height>
  180. </size>
  181. </property>
  182. </spacer>
  183. </item>
  184. <item>
  185. <widget class="QWidget" name="area_right" native="true">
  186. <layout class="QHBoxLayout" name="horizontalLayout_2">
  187. <property name="spacing">
  188. <number>1</number>
  189. </property>
  190. <property name="leftMargin">
  191. <number>4</number>
  192. </property>
  193. <property name="topMargin">
  194. <number>4</number>
  195. </property>
  196. <property name="rightMargin">
  197. <number>0</number>
  198. </property>
  199. <property name="bottomMargin">
  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. <item>
  291. <layout class="QVBoxLayout" name="verticalLayout_2">
  292. <property name="leftMargin">
  293. <number>6</number>
  294. </property>
  295. <item>
  296. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  297. <property name="minimumSize">
  298. <size>
  299. <width>150</width>
  300. <height>0</height>
  301. </size>
  302. </property>
  303. <property name="maximumSize">
  304. <size>
  305. <width>150</width>
  306. <height>16777215</height>
  307. </size>
  308. </property>
  309. </widget>
  310. </item>
  311. <item>
  312. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  313. <property name="minimumSize">
  314. <size>
  315. <width>150</width>
  316. <height>0</height>
  317. </size>
  318. </property>
  319. <property name="maximumSize">
  320. <size>
  321. <width>150</width>
  322. <height>16777215</height>
  323. </size>
  324. </property>
  325. </widget>
  326. </item>
  327. </layout>
  328. </item>
  329. </layout>
  330. </widget>
  331. </item>
  332. </layout>
  333. </widget>
  334. <customwidgets>
  335. <customwidget>
  336. <class>DigitalPeakMeter</class>
  337. <extends>QWidget</extends>
  338. <header>widgets/digitalpeakmeter.h</header>
  339. <container>1</container>
  340. </customwidget>
  341. <customwidget>
  342. <class>LEDButton</class>
  343. <extends>QPushButton</extends>
  344. <header>widgets/ledbutton.h</header>
  345. </customwidget>
  346. <customwidget>
  347. <class>PixmapButton</class>
  348. <extends>QPushButton</extends>
  349. <header>widgets/pixmapbutton.h</header>
  350. </customwidget>
  351. </customwidgets>
  352. <resources>
  353. <include location="../resources.qrc"/>
  354. </resources>
  355. <connections/>
  356. </ui>