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_sf2.ui 9.8KB

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