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.

450 lines
12KB

  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>731</width>
  10. <height>46</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>16777215</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Form</string>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true"/>
  36. </property>
  37. <layout class="QHBoxLayout" name="horizontalLayout_3">
  38. <property name="spacing">
  39. <number>0</number>
  40. </property>
  41. <property name="leftMargin">
  42. <number>2</number>
  43. </property>
  44. <property name="topMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="rightMargin">
  48. <number>2</number>
  49. </property>
  50. <property name="bottomMargin">
  51. <number>0</number>
  52. </property>
  53. <item>
  54. <widget class="QWidget" name="area_left" native="true">
  55. <property name="sizePolicy">
  56. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  57. <horstretch>0</horstretch>
  58. <verstretch>0</verstretch>
  59. </sizepolicy>
  60. </property>
  61. <layout class="QHBoxLayout" name="horizontalLayout_2">
  62. <property name="spacing">
  63. <number>0</number>
  64. </property>
  65. <property name="margin">
  66. <number>0</number>
  67. </property>
  68. <item>
  69. <widget class="LEDButton" name="led_enable">
  70. <property name="minimumSize">
  71. <size>
  72. <width>32</width>
  73. <height>32</height>
  74. </size>
  75. </property>
  76. <property name="maximumSize">
  77. <size>
  78. <width>32</width>
  79. <height>32</height>
  80. </size>
  81. </property>
  82. <property name="statusTip">
  83. <string>Activate/Deactivate plugin</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QPushButton" name="b_gui">
  89. <property name="minimumSize">
  90. <size>
  91. <width>22</width>
  92. <height>22</height>
  93. </size>
  94. </property>
  95. <property name="maximumSize">
  96. <size>
  97. <width>22</width>
  98. <height>22</height>
  99. </size>
  100. </property>
  101. <property name="statusTip">
  102. <string>Show plugin's custom GUI</string>
  103. </property>
  104. <property name="text">
  105. <string>G</string>
  106. </property>
  107. <property name="checkable">
  108. <bool>true</bool>
  109. </property>
  110. </widget>
  111. </item>
  112. <item>
  113. <widget class="QPushButton" name="b_edit">
  114. <property name="minimumSize">
  115. <size>
  116. <width>22</width>
  117. <height>22</height>
  118. </size>
  119. </property>
  120. <property name="maximumSize">
  121. <size>
  122. <width>22</width>
  123. <height>22</height>
  124. </size>
  125. </property>
  126. <property name="statusTip">
  127. <string>Edit parameters</string>
  128. </property>
  129. <property name="text">
  130. <string>E</string>
  131. </property>
  132. <property name="checkable">
  133. <bool>true</bool>
  134. </property>
  135. </widget>
  136. </item>
  137. <item>
  138. <widget class="QPushButton" name="b_configure">
  139. <property name="enabled">
  140. <bool>false</bool>
  141. </property>
  142. <property name="minimumSize">
  143. <size>
  144. <width>22</width>
  145. <height>22</height>
  146. </size>
  147. </property>
  148. <property name="maximumSize">
  149. <size>
  150. <width>22</width>
  151. <height>22</height>
  152. </size>
  153. </property>
  154. <property name="statusTip">
  155. <string>Configure plugin</string>
  156. </property>
  157. <property name="text">
  158. <string>C</string>
  159. </property>
  160. <property name="checkable">
  161. <bool>true</bool>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QLabel" name="label_name">
  167. <property name="sizePolicy">
  168. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  169. <horstretch>0</horstretch>
  170. <verstretch>0</verstretch>
  171. </sizepolicy>
  172. </property>
  173. <property name="statusTip">
  174. <string>Plugin name</string>
  175. </property>
  176. <property name="text">
  177. <string>Plugin Name</string>
  178. </property>
  179. <property name="wordWrap">
  180. <bool>true</bool>
  181. </property>
  182. </widget>
  183. </item>
  184. </layout>
  185. </widget>
  186. </item>
  187. <item>
  188. <widget class="QWidget" name="area_right" native="true">
  189. <property name="sizePolicy">
  190. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  191. <horstretch>0</horstretch>
  192. <verstretch>0</verstretch>
  193. </sizepolicy>
  194. </property>
  195. <layout class="QHBoxLayout" name="horizontalLayout">
  196. <property name="spacing">
  197. <number>0</number>
  198. </property>
  199. <property name="margin">
  200. <number>0</number>
  201. </property>
  202. <item>
  203. <widget class="LEDButton" name="led_control">
  204. <property name="maximumSize">
  205. <size>
  206. <width>14</width>
  207. <height>14</height>
  208. </size>
  209. </property>
  210. <property name="statusTip">
  211. <string>Parameter/Program Activity LED</string>
  212. </property>
  213. </widget>
  214. </item>
  215. <item>
  216. <widget class="LEDButton" name="led_midi">
  217. <property name="maximumSize">
  218. <size>
  219. <width>14</width>
  220. <height>14</height>
  221. </size>
  222. </property>
  223. <property name="statusTip">
  224. <string>MIDI Activity LED</string>
  225. </property>
  226. <property name="text">
  227. <string/>
  228. </property>
  229. </widget>
  230. </item>
  231. <item>
  232. <widget class="LEDButton" name="led_audio_in">
  233. <property name="maximumSize">
  234. <size>
  235. <width>14</width>
  236. <height>14</height>
  237. </size>
  238. </property>
  239. <property name="statusTip">
  240. <string>Audio Input Activity LED</string>
  241. </property>
  242. </widget>
  243. </item>
  244. <item>
  245. <widget class="LEDButton" name="led_audio_out">
  246. <property name="maximumSize">
  247. <size>
  248. <width>14</width>
  249. <height>14</height>
  250. </size>
  251. </property>
  252. <property name="statusTip">
  253. <string>Audio Output Activity LED</string>
  254. </property>
  255. <property name="text">
  256. <string/>
  257. </property>
  258. </widget>
  259. </item>
  260. <item>
  261. <layout class="QVBoxLayout" name="peak_layout">
  262. <property name="spacing">
  263. <number>1</number>
  264. </property>
  265. <item>
  266. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  267. <property name="sizePolicy">
  268. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  269. <horstretch>0</horstretch>
  270. <verstretch>0</verstretch>
  271. </sizepolicy>
  272. </property>
  273. <property name="minimumSize">
  274. <size>
  275. <width>150</width>
  276. <height>0</height>
  277. </size>
  278. </property>
  279. <property name="maximumSize">
  280. <size>
  281. <width>150</width>
  282. <height>16777215</height>
  283. </size>
  284. </property>
  285. <layout class="QHBoxLayout" name="horizontalLayout_5">
  286. <property name="spacing">
  287. <number>0</number>
  288. </property>
  289. <property name="margin">
  290. <number>0</number>
  291. </property>
  292. </layout>
  293. </widget>
  294. </item>
  295. <item>
  296. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  297. <property name="sizePolicy">
  298. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  299. <horstretch>0</horstretch>
  300. <verstretch>0</verstretch>
  301. </sizepolicy>
  302. </property>
  303. <property name="minimumSize">
  304. <size>
  305. <width>150</width>
  306. <height>0</height>
  307. </size>
  308. </property>
  309. <property name="maximumSize">
  310. <size>
  311. <width>150</width>
  312. <height>16777215</height>
  313. </size>
  314. </property>
  315. <layout class="QHBoxLayout" name="horizontalLayout_4">
  316. <property name="spacing">
  317. <number>0</number>
  318. </property>
  319. <property name="margin">
  320. <number>0</number>
  321. </property>
  322. </layout>
  323. </widget>
  324. </item>
  325. </layout>
  326. </item>
  327. <item>
  328. <layout class="QGridLayout" name="gridLayout">
  329. <property name="spacing">
  330. <number>0</number>
  331. </property>
  332. <item row="0" column="0">
  333. <widget class="QPushButton" name="pushButton">
  334. <property name="enabled">
  335. <bool>false</bool>
  336. </property>
  337. <property name="minimumSize">
  338. <size>
  339. <width>22</width>
  340. <height>22</height>
  341. </size>
  342. </property>
  343. <property name="maximumSize">
  344. <size>
  345. <width>22</width>
  346. <height>22</height>
  347. </size>
  348. </property>
  349. <property name="text">
  350. <string>A</string>
  351. </property>
  352. </widget>
  353. </item>
  354. <item row="0" column="1">
  355. <widget class="QPushButton" name="b_remove">
  356. <property name="minimumSize">
  357. <size>
  358. <width>22</width>
  359. <height>22</height>
  360. </size>
  361. </property>
  362. <property name="maximumSize">
  363. <size>
  364. <width>22</width>
  365. <height>22</height>
  366. </size>
  367. </property>
  368. <property name="statusTip">
  369. <string>Remove this plugin</string>
  370. </property>
  371. <property name="styleSheet">
  372. <string notr="true"/>
  373. </property>
  374. <property name="text">
  375. <string>X</string>
  376. </property>
  377. </widget>
  378. </item>
  379. <item row="1" column="0">
  380. <widget class="QPushButton" name="pushButton_2">
  381. <property name="enabled">
  382. <bool>false</bool>
  383. </property>
  384. <property name="minimumSize">
  385. <size>
  386. <width>22</width>
  387. <height>22</height>
  388. </size>
  389. </property>
  390. <property name="maximumSize">
  391. <size>
  392. <width>22</width>
  393. <height>22</height>
  394. </size>
  395. </property>
  396. <property name="text">
  397. <string>V</string>
  398. </property>
  399. </widget>
  400. </item>
  401. <item row="1" column="1">
  402. <widget class="QPushButton" name="pushButton_3">
  403. <property name="enabled">
  404. <bool>false</bool>
  405. </property>
  406. <property name="minimumSize">
  407. <size>
  408. <width>22</width>
  409. <height>22</height>
  410. </size>
  411. </property>
  412. <property name="maximumSize">
  413. <size>
  414. <width>22</width>
  415. <height>22</height>
  416. </size>
  417. </property>
  418. <property name="text">
  419. <string>M</string>
  420. </property>
  421. </widget>
  422. </item>
  423. </layout>
  424. </item>
  425. </layout>
  426. </widget>
  427. </item>
  428. </layout>
  429. <zorder>area_right</zorder>
  430. <zorder>area_left</zorder>
  431. </widget>
  432. <customwidgets>
  433. <customwidget>
  434. <class>DigitalPeakMeter</class>
  435. <extends>QWidget</extends>
  436. <header>digitalpeakmeter.h</header>
  437. <container>1</container>
  438. </customwidget>
  439. <customwidget>
  440. <class>LEDButton</class>
  441. <extends>QPushButton</extends>
  442. <header>ledbutton.h</header>
  443. </customwidget>
  444. </customwidgets>
  445. <resources>
  446. <include location="../resources.qrc"/>
  447. </resources>
  448. <connections/>
  449. </ui>