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.

418 lines
11KB

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