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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539
  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>559</width>
  10. <height>75</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. <property name="frameShape">
  20. <enum>QFrame::StyledPanel</enum>
  21. </property>
  22. <property name="frameShadow">
  23. <enum>QFrame::Raised</enum>
  24. </property>
  25. <layout class="QVBoxLayout" name="verticalLayout">
  26. <property name="spacing">
  27. <number>1</number>
  28. </property>
  29. <property name="leftMargin">
  30. <number>2</number>
  31. </property>
  32. <property name="topMargin">
  33. <number>3</number>
  34. </property>
  35. <property name="rightMargin">
  36. <number>2</number>
  37. </property>
  38. <property name="bottomMargin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <layout class="QHBoxLayout" name="horizontalLayout_2">
  43. <property name="spacing">
  44. <number>1</number>
  45. </property>
  46. <property name="margin">
  47. <number>0</number>
  48. </property>
  49. <item>
  50. <spacer name="horizontalSpacer_5">
  51. <property name="orientation">
  52. <enum>Qt::Horizontal</enum>
  53. </property>
  54. <property name="sizeType">
  55. <enum>QSizePolicy::Fixed</enum>
  56. </property>
  57. <property name="sizeHint" stdset="0">
  58. <size>
  59. <width>20</width>
  60. <height>1</height>
  61. </size>
  62. </property>
  63. </spacer>
  64. </item>
  65. <item>
  66. <widget class="PixmapButton" name="b_enable">
  67. <property name="minimumSize">
  68. <size>
  69. <width>24</width>
  70. <height>24</height>
  71. </size>
  72. </property>
  73. <property name="maximumSize">
  74. <size>
  75. <width>24</width>
  76. <height>24</height>
  77. </size>
  78. </property>
  79. <property name="text">
  80. <string/>
  81. </property>
  82. <property name="icon">
  83. <iconset resource="../resources.qrc">
  84. <normaloff>:/bitmaps/button_off.png</normaloff>:/bitmaps/button_off.png</iconset>
  85. </property>
  86. <property name="iconSize">
  87. <size>
  88. <width>24</width>
  89. <height>24</height>
  90. </size>
  91. </property>
  92. <property name="checkable">
  93. <bool>true</bool>
  94. </property>
  95. <property name="flat">
  96. <bool>true</bool>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="PixmapButton" name="b_edit">
  102. <property name="minimumSize">
  103. <size>
  104. <width>24</width>
  105. <height>24</height>
  106. </size>
  107. </property>
  108. <property name="maximumSize">
  109. <size>
  110. <width>24</width>
  111. <height>24</height>
  112. </size>
  113. </property>
  114. <property name="text">
  115. <string/>
  116. </property>
  117. <property name="icon">
  118. <iconset resource="../resources.qrc">
  119. <normaloff>:/bitmaps/button_edit.png</normaloff>:/bitmaps/button_edit.png</iconset>
  120. </property>
  121. <property name="iconSize">
  122. <size>
  123. <width>24</width>
  124. <height>24</height>
  125. </size>
  126. </property>
  127. <property name="checkable">
  128. <bool>true</bool>
  129. </property>
  130. <property name="flat">
  131. <bool>true</bool>
  132. </property>
  133. </widget>
  134. </item>
  135. <item>
  136. <spacer name="horizontalSpacer_2">
  137. <property name="orientation">
  138. <enum>Qt::Horizontal</enum>
  139. </property>
  140. <property name="sizeType">
  141. <enum>QSizePolicy::Fixed</enum>
  142. </property>
  143. <property name="sizeHint" stdset="0">
  144. <size>
  145. <width>10</width>
  146. <height>10</height>
  147. </size>
  148. </property>
  149. </spacer>
  150. </item>
  151. <item>
  152. <widget class="QLabel" name="label_presets">
  153. <property name="text">
  154. <string>Preset:</string>
  155. </property>
  156. <property name="alignment">
  157. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  158. </property>
  159. </widget>
  160. </item>
  161. <item>
  162. <spacer name="horizontalSpacer_7">
  163. <property name="orientation">
  164. <enum>Qt::Horizontal</enum>
  165. </property>
  166. <property name="sizeType">
  167. <enum>QSizePolicy::Fixed</enum>
  168. </property>
  169. <property name="sizeHint" stdset="0">
  170. <size>
  171. <width>3</width>
  172. <height>10</height>
  173. </size>
  174. </property>
  175. </spacer>
  176. </item>
  177. <item>
  178. <widget class="QComboBox" name="cb_presets">
  179. <property name="minimumSize">
  180. <size>
  181. <width>125</width>
  182. <height>0</height>
  183. </size>
  184. </property>
  185. </widget>
  186. </item>
  187. <item>
  188. <spacer name="horizontalSpacer_8">
  189. <property name="orientation">
  190. <enum>Qt::Horizontal</enum>
  191. </property>
  192. <property name="sizeHint" stdset="0">
  193. <size>
  194. <width>40</width>
  195. <height>20</height>
  196. </size>
  197. </property>
  198. </spacer>
  199. </item>
  200. <item>
  201. <widget class="QLabel" name="label_name">
  202. <property name="text">
  203. <string>PluginName</string>
  204. </property>
  205. <property name="textFormat">
  206. <enum>Qt::PlainText</enum>
  207. </property>
  208. <property name="alignment">
  209. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  210. </property>
  211. </widget>
  212. </item>
  213. <item>
  214. <spacer name="horizontalSpacer">
  215. <property name="orientation">
  216. <enum>Qt::Horizontal</enum>
  217. </property>
  218. <property name="sizeHint" stdset="0">
  219. <size>
  220. <width>40</width>
  221. <height>20</height>
  222. </size>
  223. </property>
  224. </spacer>
  225. </item>
  226. <item>
  227. <widget class="QLabel" name="spacer_counter">
  228. <property name="minimumSize">
  229. <size>
  230. <width>160</width>
  231. <height>0</height>
  232. </size>
  233. </property>
  234. <property name="maximumSize">
  235. <size>
  236. <width>160</width>
  237. <height>16777215</height>
  238. </size>
  239. </property>
  240. <property name="text">
  241. <string/>
  242. </property>
  243. <property name="alignment">
  244. <set>Qt::AlignCenter</set>
  245. </property>
  246. </widget>
  247. </item>
  248. <item>
  249. <widget class="LEDButton" name="led_control">
  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_midi">
  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. <widget class="LEDButton" name="led_audio_in">
  294. <property name="minimumSize">
  295. <size>
  296. <width>14</width>
  297. <height>14</height>
  298. </size>
  299. </property>
  300. <property name="maximumSize">
  301. <size>
  302. <width>14</width>
  303. <height>14</height>
  304. </size>
  305. </property>
  306. <property name="text">
  307. <string/>
  308. </property>
  309. <property name="checkable">
  310. <bool>true</bool>
  311. </property>
  312. </widget>
  313. </item>
  314. <item>
  315. <widget class="LEDButton" name="led_audio_out">
  316. <property name="minimumSize">
  317. <size>
  318. <width>14</width>
  319. <height>14</height>
  320. </size>
  321. </property>
  322. <property name="maximumSize">
  323. <size>
  324. <width>14</width>
  325. <height>14</height>
  326. </size>
  327. </property>
  328. <property name="text">
  329. <string/>
  330. </property>
  331. <property name="checkable">
  332. <bool>true</bool>
  333. </property>
  334. </widget>
  335. </item>
  336. <item>
  337. <spacer name="horizontalSpacer_6">
  338. <property name="orientation">
  339. <enum>Qt::Horizontal</enum>
  340. </property>
  341. <property name="sizeType">
  342. <enum>QSizePolicy::Fixed</enum>
  343. </property>
  344. <property name="sizeHint" stdset="0">
  345. <size>
  346. <width>20</width>
  347. <height>1</height>
  348. </size>
  349. </property>
  350. </spacer>
  351. </item>
  352. </layout>
  353. </item>
  354. <item>
  355. <widget class="Line" name="line">
  356. <property name="lineWidth">
  357. <number>0</number>
  358. </property>
  359. <property name="midLineWidth">
  360. <number>1</number>
  361. </property>
  362. <property name="orientation">
  363. <enum>Qt::Horizontal</enum>
  364. </property>
  365. </widget>
  366. </item>
  367. <item>
  368. <layout class="QHBoxLayout" name="horizontalLayout_3">
  369. <property name="spacing">
  370. <number>10</number>
  371. </property>
  372. <property name="topMargin">
  373. <number>2</number>
  374. </property>
  375. <item>
  376. <widget class="QWidget" name="w_screws_left" native="true">
  377. <property name="minimumSize">
  378. <size>
  379. <width>20</width>
  380. <height>0</height>
  381. </size>
  382. </property>
  383. <property name="maximumSize">
  384. <size>
  385. <width>20</width>
  386. <height>16777215</height>
  387. </size>
  388. </property>
  389. </widget>
  390. </item>
  391. <item>
  392. <widget class="QWidget" name="w_knobs" native="true">
  393. <layout class="QHBoxLayout" name="horizontalLayout_4"/>
  394. </widget>
  395. </item>
  396. <item>
  397. <spacer name="horizontalSpacer_3">
  398. <property name="orientation">
  399. <enum>Qt::Horizontal</enum>
  400. </property>
  401. <property name="sizeHint" stdset="0">
  402. <size>
  403. <width>40</width>
  404. <height>20</height>
  405. </size>
  406. </property>
  407. </spacer>
  408. </item>
  409. <item>
  410. <widget class="PixmapDial" name="dial_drywet">
  411. <property name="minimumSize">
  412. <size>
  413. <width>34</width>
  414. <height>34</height>
  415. </size>
  416. </property>
  417. <property name="maximumSize">
  418. <size>
  419. <width>34</width>
  420. <height>34</height>
  421. </size>
  422. </property>
  423. </widget>
  424. </item>
  425. <item>
  426. <widget class="PixmapDial" name="dial_vol">
  427. <property name="minimumSize">
  428. <size>
  429. <width>34</width>
  430. <height>34</height>
  431. </size>
  432. </property>
  433. <property name="maximumSize">
  434. <size>
  435. <width>34</width>
  436. <height>34</height>
  437. </size>
  438. </property>
  439. </widget>
  440. </item>
  441. <item>
  442. <layout class="QVBoxLayout" name="verticalLayout_3">
  443. <property name="spacing">
  444. <number>1</number>
  445. </property>
  446. <property name="leftMargin">
  447. <number>0</number>
  448. </property>
  449. <property name="topMargin">
  450. <number>0</number>
  451. </property>
  452. <property name="rightMargin">
  453. <number>0</number>
  454. </property>
  455. <property name="bottomMargin">
  456. <number>4</number>
  457. </property>
  458. <item>
  459. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  460. <property name="minimumSize">
  461. <size>
  462. <width>150</width>
  463. <height>0</height>
  464. </size>
  465. </property>
  466. <property name="maximumSize">
  467. <size>
  468. <width>150</width>
  469. <height>16777215</height>
  470. </size>
  471. </property>
  472. </widget>
  473. </item>
  474. <item>
  475. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  476. <property name="minimumSize">
  477. <size>
  478. <width>150</width>
  479. <height>0</height>
  480. </size>
  481. </property>
  482. <property name="maximumSize">
  483. <size>
  484. <width>150</width>
  485. <height>16777215</height>
  486. </size>
  487. </property>
  488. </widget>
  489. </item>
  490. </layout>
  491. </item>
  492. <item>
  493. <widget class="QWidget" name="w_screws_right" native="true">
  494. <property name="minimumSize">
  495. <size>
  496. <width>20</width>
  497. <height>0</height>
  498. </size>
  499. </property>
  500. <property name="maximumSize">
  501. <size>
  502. <width>20</width>
  503. <height>16777215</height>
  504. </size>
  505. </property>
  506. </widget>
  507. </item>
  508. </layout>
  509. </item>
  510. </layout>
  511. </widget>
  512. <customwidgets>
  513. <customwidget>
  514. <class>DigitalPeakMeter</class>
  515. <extends>QWidget</extends>
  516. <header>digitalpeakmeter.h</header>
  517. <container>1</container>
  518. </customwidget>
  519. <customwidget>
  520. <class>LEDButton</class>
  521. <extends>QPushButton</extends>
  522. <header>ledbutton.h</header>
  523. </customwidget>
  524. <customwidget>
  525. <class>PixmapButton</class>
  526. <extends>QPushButton</extends>
  527. <header>pixmapbutton.h</header>
  528. </customwidget>
  529. <customwidget>
  530. <class>PixmapDial</class>
  531. <extends>QDial</extends>
  532. <header>pixmapdial.h</header>
  533. </customwidget>
  534. </customwidgets>
  535. <resources>
  536. <include location="../resources.qrc"/>
  537. </resources>
  538. <connections/>
  539. </ui>