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.ui 9.1KB

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