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_presets.ui 13KB

9 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517
  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>484</width>
  10. <height>65</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>24</height>
  46. </size>
  47. </property>
  48. <property name="maximumSize">
  49. <size>
  50. <width>72</width>
  51. <height>24</height>
  52. </size>
  53. </property>
  54. <layout class="QHBoxLayout" name="horizontalLayout">
  55. <property name="spacing">
  56. <number>0</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="minimumSize">
  64. <size>
  65. <width>24</width>
  66. <height>24</height>
  67. </size>
  68. </property>
  69. <property name="maximumSize">
  70. <size>
  71. <width>24</width>
  72. <height>24</height>
  73. </size>
  74. </property>
  75. <property name="text">
  76. <string/>
  77. </property>
  78. <property name="icon">
  79. <iconset resource="../resources.qrc">
  80. <normaloff>:/bitmaps/button_off.png</normaloff>:/bitmaps/button_off.png</iconset>
  81. </property>
  82. <property name="iconSize">
  83. <size>
  84. <width>24</width>
  85. <height>24</height>
  86. </size>
  87. </property>
  88. <property name="checkable">
  89. <bool>true</bool>
  90. </property>
  91. <property name="flat">
  92. <bool>true</bool>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="PixmapButton" name="b_gui">
  98. <property name="minimumSize">
  99. <size>
  100. <width>24</width>
  101. <height>24</height>
  102. </size>
  103. </property>
  104. <property name="maximumSize">
  105. <size>
  106. <width>24</width>
  107. <height>24</height>
  108. </size>
  109. </property>
  110. <property name="text">
  111. <string/>
  112. </property>
  113. <property name="icon">
  114. <iconset resource="../resources.qrc">
  115. <normaloff>:/bitmaps/button_gui.png</normaloff>:/bitmaps/button_gui.png</iconset>
  116. </property>
  117. <property name="iconSize">
  118. <size>
  119. <width>24</width>
  120. <height>24</height>
  121. </size>
  122. </property>
  123. <property name="checkable">
  124. <bool>true</bool>
  125. </property>
  126. <property name="flat">
  127. <bool>true</bool>
  128. </property>
  129. </widget>
  130. </item>
  131. <item>
  132. <widget class="PixmapButton" name="b_edit">
  133. <property name="minimumSize">
  134. <size>
  135. <width>24</width>
  136. <height>24</height>
  137. </size>
  138. </property>
  139. <property name="maximumSize">
  140. <size>
  141. <width>24</width>
  142. <height>24</height>
  143. </size>
  144. </property>
  145. <property name="text">
  146. <string/>
  147. </property>
  148. <property name="icon">
  149. <iconset resource="../resources.qrc">
  150. <normaloff>:/bitmaps/button_edit.png</normaloff>:/bitmaps/button_edit.png</iconset>
  151. </property>
  152. <property name="iconSize">
  153. <size>
  154. <width>24</width>
  155. <height>24</height>
  156. </size>
  157. </property>
  158. <property name="checkable">
  159. <bool>true</bool>
  160. </property>
  161. <property name="flat">
  162. <bool>true</bool>
  163. </property>
  164. </widget>
  165. </item>
  166. </layout>
  167. </widget>
  168. </item>
  169. <item>
  170. <spacer name="spacer_namesep1">
  171. <property name="orientation">
  172. <enum>Qt::Horizontal</enum>
  173. </property>
  174. <property name="sizeType">
  175. <enum>QSizePolicy::Fixed</enum>
  176. </property>
  177. <property name="sizeHint" stdset="0">
  178. <size>
  179. <width>6</width>
  180. <height>1</height>
  181. </size>
  182. </property>
  183. </spacer>
  184. </item>
  185. <item>
  186. <widget class="Line" name="line_2">
  187. <property name="minimumSize">
  188. <size>
  189. <width>0</width>
  190. <height>20</height>
  191. </size>
  192. </property>
  193. <property name="maximumSize">
  194. <size>
  195. <width>16777215</width>
  196. <height>20</height>
  197. </size>
  198. </property>
  199. <property name="lineWidth">
  200. <number>0</number>
  201. </property>
  202. <property name="midLineWidth">
  203. <number>1</number>
  204. </property>
  205. <property name="orientation">
  206. <enum>Qt::Vertical</enum>
  207. </property>
  208. </widget>
  209. </item>
  210. <item>
  211. <spacer name="spacer_namesep2">
  212. <property name="orientation">
  213. <enum>Qt::Horizontal</enum>
  214. </property>
  215. <property name="sizeType">
  216. <enum>QSizePolicy::Fixed</enum>
  217. </property>
  218. <property name="sizeHint" stdset="0">
  219. <size>
  220. <width>8</width>
  221. <height>1</height>
  222. </size>
  223. </property>
  224. </spacer>
  225. </item>
  226. <item>
  227. <widget class="QLabel" name="label_name">
  228. <property name="text">
  229. <string>PluginName</string>
  230. </property>
  231. <property name="textFormat">
  232. <enum>Qt::PlainText</enum>
  233. </property>
  234. <property name="alignment">
  235. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  236. </property>
  237. </widget>
  238. </item>
  239. <item>
  240. <spacer name="spacer_namesep3">
  241. <property name="orientation">
  242. <enum>Qt::Horizontal</enum>
  243. </property>
  244. <property name="sizeHint" stdset="0">
  245. <size>
  246. <width>20</width>
  247. <height>1</height>
  248. </size>
  249. </property>
  250. </spacer>
  251. </item>
  252. <item>
  253. <layout class="QHBoxLayout" name="layout_presets">
  254. <property name="spacing">
  255. <number>4</number>
  256. </property>
  257. <property name="leftMargin">
  258. <number>4</number>
  259. </property>
  260. <property name="rightMargin">
  261. <number>4</number>
  262. </property>
  263. <item>
  264. <widget class="QLabel" name="label_presets">
  265. <property name="text">
  266. <string>Preset:</string>
  267. </property>
  268. <property name="alignment">
  269. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  270. </property>
  271. </widget>
  272. </item>
  273. <item>
  274. <widget class="QComboBox" name="cb_presets">
  275. <property name="minimumSize">
  276. <size>
  277. <width>125</width>
  278. <height>0</height>
  279. </size>
  280. </property>
  281. </widget>
  282. </item>
  283. </layout>
  284. </item>
  285. <item>
  286. <layout class="QHBoxLayout" name="layout_leds">
  287. <property name="spacing">
  288. <number>1</number>
  289. </property>
  290. <item>
  291. <widget class="LEDButton" name="led_control">
  292. <property name="minimumSize">
  293. <size>
  294. <width>14</width>
  295. <height>14</height>
  296. </size>
  297. </property>
  298. <property name="maximumSize">
  299. <size>
  300. <width>14</width>
  301. <height>14</height>
  302. </size>
  303. </property>
  304. <property name="text">
  305. <string/>
  306. </property>
  307. <property name="checkable">
  308. <bool>true</bool>
  309. </property>
  310. </widget>
  311. </item>
  312. <item>
  313. <widget class="LEDButton" name="led_midi">
  314. <property name="minimumSize">
  315. <size>
  316. <width>14</width>
  317. <height>14</height>
  318. </size>
  319. </property>
  320. <property name="maximumSize">
  321. <size>
  322. <width>14</width>
  323. <height>14</height>
  324. </size>
  325. </property>
  326. <property name="text">
  327. <string/>
  328. </property>
  329. <property name="checkable">
  330. <bool>true</bool>
  331. </property>
  332. </widget>
  333. </item>
  334. <item>
  335. <widget class="LEDButton" name="led_audio_in">
  336. <property name="minimumSize">
  337. <size>
  338. <width>14</width>
  339. <height>14</height>
  340. </size>
  341. </property>
  342. <property name="maximumSize">
  343. <size>
  344. <width>14</width>
  345. <height>14</height>
  346. </size>
  347. </property>
  348. <property name="text">
  349. <string/>
  350. </property>
  351. <property name="checkable">
  352. <bool>true</bool>
  353. </property>
  354. </widget>
  355. </item>
  356. <item>
  357. <widget class="LEDButton" name="led_audio_out">
  358. <property name="minimumSize">
  359. <size>
  360. <width>14</width>
  361. <height>14</height>
  362. </size>
  363. </property>
  364. <property name="maximumSize">
  365. <size>
  366. <width>14</width>
  367. <height>14</height>
  368. </size>
  369. </property>
  370. <property name="text">
  371. <string/>
  372. </property>
  373. <property name="checkable">
  374. <bool>true</bool>
  375. </property>
  376. </widget>
  377. </item>
  378. </layout>
  379. </item>
  380. </layout>
  381. </item>
  382. <item>
  383. <widget class="Line" name="line">
  384. <property name="lineWidth">
  385. <number>0</number>
  386. </property>
  387. <property name="midLineWidth">
  388. <number>1</number>
  389. </property>
  390. <property name="orientation">
  391. <enum>Qt::Horizontal</enum>
  392. </property>
  393. </widget>
  394. </item>
  395. <item>
  396. <layout class="QHBoxLayout" name="layout_bottom">
  397. <property name="spacing">
  398. <number>1</number>
  399. </property>
  400. <property name="leftMargin">
  401. <number>12</number>
  402. </property>
  403. <property name="topMargin">
  404. <number>4</number>
  405. </property>
  406. <property name="rightMargin">
  407. <number>12</number>
  408. </property>
  409. <item>
  410. <widget class="QWidget" name="w_knobs_left" native="true">
  411. <layout class="QHBoxLayout" name="horizontalLayout_4">
  412. <property name="margin">
  413. <number>0</number>
  414. </property>
  415. </layout>
  416. </widget>
  417. </item>
  418. <item>
  419. <spacer name="horizontalSpacer">
  420. <property name="orientation">
  421. <enum>Qt::Horizontal</enum>
  422. </property>
  423. <property name="sizeHint" stdset="0">
  424. <size>
  425. <width>40</width>
  426. <height>20</height>
  427. </size>
  428. </property>
  429. </spacer>
  430. </item>
  431. <item>
  432. <widget class="QWidget" name="w_knobs_right" native="true">
  433. <layout class="QHBoxLayout" name="horizontalLayout_3">
  434. <property name="margin">
  435. <number>0</number>
  436. </property>
  437. </layout>
  438. </widget>
  439. </item>
  440. <item>
  441. <layout class="QVBoxLayout" name="layout_peaks">
  442. <property name="spacing">
  443. <number>4</number>
  444. </property>
  445. <property name="leftMargin">
  446. <number>4</number>
  447. </property>
  448. <property name="topMargin">
  449. <number>0</number>
  450. </property>
  451. <property name="rightMargin">
  452. <number>4</number>
  453. </property>
  454. <property name="bottomMargin">
  455. <number>2</number>
  456. </property>
  457. <item>
  458. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  459. <property name="minimumSize">
  460. <size>
  461. <width>150</width>
  462. <height>0</height>
  463. </size>
  464. </property>
  465. <property name="maximumSize">
  466. <size>
  467. <width>150</width>
  468. <height>16777215</height>
  469. </size>
  470. </property>
  471. </widget>
  472. </item>
  473. <item>
  474. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  475. <property name="minimumSize">
  476. <size>
  477. <width>150</width>
  478. <height>0</height>
  479. </size>
  480. </property>
  481. <property name="maximumSize">
  482. <size>
  483. <width>150</width>
  484. <height>16777215</height>
  485. </size>
  486. </property>
  487. </widget>
  488. </item>
  489. </layout>
  490. </item>
  491. </layout>
  492. </item>
  493. </layout>
  494. </widget>
  495. <customwidgets>
  496. <customwidget>
  497. <class>DigitalPeakMeter</class>
  498. <extends>QWidget</extends>
  499. <header>widgets/digitalpeakmeter.h</header>
  500. <container>1</container>
  501. </customwidget>
  502. <customwidget>
  503. <class>LEDButton</class>
  504. <extends>QPushButton</extends>
  505. <header>widgets/ledbutton.h</header>
  506. </customwidget>
  507. <customwidget>
  508. <class>PixmapButton</class>
  509. <extends>QPushButton</extends>
  510. <header>widgets/pixmapbutton.h</header>
  511. </customwidget>
  512. </customwidgets>
  513. <resources>
  514. <include location="../resources.qrc"/>
  515. </resources>
  516. <connections/>
  517. </ui>