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.

413 lines
9.8KB

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