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.

297 lines
7.4KB

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