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_calf.ui 8.4KB

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