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 16KB

12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625
  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>731</width>
  10. <height>46</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>0</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>16777215</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Form</string>
  33. </property>
  34. <property name="styleSheet">
  35. <string notr="true"/>
  36. </property>
  37. <layout class="QHBoxLayout" name="horizontalLayout_3">
  38. <property name="spacing">
  39. <number>0</number>
  40. </property>
  41. <property name="leftMargin">
  42. <number>2</number>
  43. </property>
  44. <property name="topMargin">
  45. <number>0</number>
  46. </property>
  47. <property name="rightMargin">
  48. <number>2</number>
  49. </property>
  50. <property name="bottomMargin">
  51. <number>0</number>
  52. </property>
  53. <item>
  54. <widget class="QWidget" name="area_left" native="true">
  55. <property name="sizePolicy">
  56. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  57. <horstretch>0</horstretch>
  58. <verstretch>0</verstretch>
  59. </sizepolicy>
  60. </property>
  61. <layout class="QHBoxLayout" name="horizontalLayout_2">
  62. <property name="spacing">
  63. <number>0</number>
  64. </property>
  65. <property name="margin">
  66. <number>0</number>
  67. </property>
  68. <item>
  69. <widget class="LEDButton" name="led_enable">
  70. <property name="minimumSize">
  71. <size>
  72. <width>32</width>
  73. <height>32</height>
  74. </size>
  75. </property>
  76. <property name="maximumSize">
  77. <size>
  78. <width>32</width>
  79. <height>32</height>
  80. </size>
  81. </property>
  82. <property name="statusTip">
  83. <string>Activate/Deactivate plugin</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QPushButton" name="b_gui">
  89. <property name="minimumSize">
  90. <size>
  91. <width>22</width>
  92. <height>22</height>
  93. </size>
  94. </property>
  95. <property name="maximumSize">
  96. <size>
  97. <width>22</width>
  98. <height>22</height>
  99. </size>
  100. </property>
  101. <property name="statusTip">
  102. <string>Show plugin's custom GUI</string>
  103. </property>
  104. <property name="text">
  105. <string>G</string>
  106. </property>
  107. <property name="checkable">
  108. <bool>true</bool>
  109. </property>
  110. </widget>
  111. </item>
  112. <item>
  113. <widget class="QPushButton" name="b_edit">
  114. <property name="minimumSize">
  115. <size>
  116. <width>22</width>
  117. <height>22</height>
  118. </size>
  119. </property>
  120. <property name="maximumSize">
  121. <size>
  122. <width>22</width>
  123. <height>22</height>
  124. </size>
  125. </property>
  126. <property name="statusTip">
  127. <string>Edit parameters</string>
  128. </property>
  129. <property name="text">
  130. <string>E</string>
  131. </property>
  132. <property name="checkable">
  133. <bool>true</bool>
  134. </property>
  135. </widget>
  136. </item>
  137. <item>
  138. <widget class="QPushButton" name="b_configure">
  139. <property name="enabled">
  140. <bool>false</bool>
  141. </property>
  142. <property name="minimumSize">
  143. <size>
  144. <width>22</width>
  145. <height>22</height>
  146. </size>
  147. </property>
  148. <property name="maximumSize">
  149. <size>
  150. <width>22</width>
  151. <height>22</height>
  152. </size>
  153. </property>
  154. <property name="statusTip">
  155. <string>Configure plugin</string>
  156. </property>
  157. <property name="text">
  158. <string>C</string>
  159. </property>
  160. <property name="checkable">
  161. <bool>true</bool>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QLabel" name="label_name">
  167. <property name="sizePolicy">
  168. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  169. <horstretch>0</horstretch>
  170. <verstretch>0</verstretch>
  171. </sizepolicy>
  172. </property>
  173. <property name="statusTip">
  174. <string>Plugin name</string>
  175. </property>
  176. <property name="text">
  177. <string>Plugin Name</string>
  178. </property>
  179. <property name="wordWrap">
  180. <bool>true</bool>
  181. </property>
  182. </widget>
  183. </item>
  184. </layout>
  185. </widget>
  186. </item>
  187. <item>
  188. <widget class="QFrame" name="frame_controls">
  189. <property name="sizePolicy">
  190. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  191. <horstretch>0</horstretch>
  192. <verstretch>0</verstretch>
  193. </sizepolicy>
  194. </property>
  195. <property name="minimumSize">
  196. <size>
  197. <width>160</width>
  198. <height>40</height>
  199. </size>
  200. </property>
  201. <property name="maximumSize">
  202. <size>
  203. <width>160</width>
  204. <height>40</height>
  205. </size>
  206. </property>
  207. <property name="frameShape">
  208. <enum>QFrame::StyledPanel</enum>
  209. </property>
  210. <property name="frameShadow">
  211. <enum>QFrame::Raised</enum>
  212. </property>
  213. <widget class="PixmapDial" name="dial_drywet">
  214. <property name="geometry">
  215. <rect>
  216. <x>8</x>
  217. <y>0</y>
  218. <width>34</width>
  219. <height>34</height>
  220. </rect>
  221. </property>
  222. <property name="minimumSize">
  223. <size>
  224. <width>34</width>
  225. <height>34</height>
  226. </size>
  227. </property>
  228. <property name="maximumSize">
  229. <size>
  230. <width>34</width>
  231. <height>34</height>
  232. </size>
  233. </property>
  234. <property name="contextMenuPolicy">
  235. <enum>Qt::CustomContextMenu</enum>
  236. </property>
  237. <property name="statusTip">
  238. <string>Output dry/wet (100%)</string>
  239. </property>
  240. <property name="maximum">
  241. <number>1000</number>
  242. </property>
  243. <property name="value">
  244. <number>1000</number>
  245. </property>
  246. </widget>
  247. <widget class="PixmapDial" name="dial_vol">
  248. <property name="geometry">
  249. <rect>
  250. <x>57</x>
  251. <y>0</y>
  252. <width>34</width>
  253. <height>34</height>
  254. </rect>
  255. </property>
  256. <property name="minimumSize">
  257. <size>
  258. <width>34</width>
  259. <height>34</height>
  260. </size>
  261. </property>
  262. <property name="maximumSize">
  263. <size>
  264. <width>34</width>
  265. <height>34</height>
  266. </size>
  267. </property>
  268. <property name="contextMenuPolicy">
  269. <enum>Qt::CustomContextMenu</enum>
  270. </property>
  271. <property name="statusTip">
  272. <string>Output volume (100%)</string>
  273. </property>
  274. <property name="maximum">
  275. <number>1270</number>
  276. </property>
  277. <property name="value">
  278. <number>1000</number>
  279. </property>
  280. </widget>
  281. <widget class="PixmapDial" name="dial_b_left">
  282. <property name="geometry">
  283. <rect>
  284. <x>103</x>
  285. <y>0</y>
  286. <width>26</width>
  287. <height>26</height>
  288. </rect>
  289. </property>
  290. <property name="minimumSize">
  291. <size>
  292. <width>26</width>
  293. <height>26</height>
  294. </size>
  295. </property>
  296. <property name="maximumSize">
  297. <size>
  298. <width>26</width>
  299. <height>26</height>
  300. </size>
  301. </property>
  302. <property name="contextMenuPolicy">
  303. <enum>Qt::CustomContextMenu</enum>
  304. </property>
  305. <property name="statusTip">
  306. <string>Balance Left (0%)</string>
  307. </property>
  308. <property name="minimum">
  309. <number>-1000</number>
  310. </property>
  311. <property name="maximum">
  312. <number>1000</number>
  313. </property>
  314. <property name="value">
  315. <number>-1000</number>
  316. </property>
  317. </widget>
  318. <widget class="PixmapDial" name="dial_b_right">
  319. <property name="geometry">
  320. <rect>
  321. <x>130</x>
  322. <y>0</y>
  323. <width>26</width>
  324. <height>26</height>
  325. </rect>
  326. </property>
  327. <property name="minimumSize">
  328. <size>
  329. <width>26</width>
  330. <height>26</height>
  331. </size>
  332. </property>
  333. <property name="maximumSize">
  334. <size>
  335. <width>26</width>
  336. <height>26</height>
  337. </size>
  338. </property>
  339. <property name="contextMenuPolicy">
  340. <enum>Qt::CustomContextMenu</enum>
  341. </property>
  342. <property name="statusTip">
  343. <string>Balance Right (0%)</string>
  344. </property>
  345. <property name="minimum">
  346. <number>-1000</number>
  347. </property>
  348. <property name="maximum">
  349. <number>1000</number>
  350. </property>
  351. <property name="value">
  352. <number>1000</number>
  353. </property>
  354. </widget>
  355. </widget>
  356. </item>
  357. <item>
  358. <widget class="QWidget" name="area_right" native="true">
  359. <property name="sizePolicy">
  360. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  361. <horstretch>0</horstretch>
  362. <verstretch>0</verstretch>
  363. </sizepolicy>
  364. </property>
  365. <layout class="QHBoxLayout" name="horizontalLayout">
  366. <property name="spacing">
  367. <number>0</number>
  368. </property>
  369. <property name="margin">
  370. <number>0</number>
  371. </property>
  372. <item>
  373. <widget class="LEDButton" name="led_control">
  374. <property name="maximumSize">
  375. <size>
  376. <width>14</width>
  377. <height>14</height>
  378. </size>
  379. </property>
  380. <property name="statusTip">
  381. <string>Parameter/Program Activity LED</string>
  382. </property>
  383. </widget>
  384. </item>
  385. <item>
  386. <widget class="LEDButton" name="led_midi">
  387. <property name="maximumSize">
  388. <size>
  389. <width>14</width>
  390. <height>14</height>
  391. </size>
  392. </property>
  393. <property name="statusTip">
  394. <string>MIDI Activity LED</string>
  395. </property>
  396. <property name="text">
  397. <string/>
  398. </property>
  399. </widget>
  400. </item>
  401. <item>
  402. <widget class="LEDButton" name="led_audio_in">
  403. <property name="maximumSize">
  404. <size>
  405. <width>14</width>
  406. <height>14</height>
  407. </size>
  408. </property>
  409. <property name="statusTip">
  410. <string>Audio Input Activity LED</string>
  411. </property>
  412. </widget>
  413. </item>
  414. <item>
  415. <widget class="LEDButton" name="led_audio_out">
  416. <property name="maximumSize">
  417. <size>
  418. <width>14</width>
  419. <height>14</height>
  420. </size>
  421. </property>
  422. <property name="statusTip">
  423. <string>Audio Output Activity LED</string>
  424. </property>
  425. <property name="text">
  426. <string/>
  427. </property>
  428. </widget>
  429. </item>
  430. <item>
  431. <layout class="QVBoxLayout" name="peak_layout">
  432. <property name="spacing">
  433. <number>1</number>
  434. </property>
  435. <item>
  436. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  437. <property name="sizePolicy">
  438. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  439. <horstretch>0</horstretch>
  440. <verstretch>0</verstretch>
  441. </sizepolicy>
  442. </property>
  443. <property name="minimumSize">
  444. <size>
  445. <width>150</width>
  446. <height>0</height>
  447. </size>
  448. </property>
  449. <property name="maximumSize">
  450. <size>
  451. <width>150</width>
  452. <height>16777215</height>
  453. </size>
  454. </property>
  455. <layout class="QHBoxLayout" name="horizontalLayout_5">
  456. <property name="spacing">
  457. <number>0</number>
  458. </property>
  459. <property name="margin">
  460. <number>0</number>
  461. </property>
  462. </layout>
  463. </widget>
  464. </item>
  465. <item>
  466. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  467. <property name="sizePolicy">
  468. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  469. <horstretch>0</horstretch>
  470. <verstretch>0</verstretch>
  471. </sizepolicy>
  472. </property>
  473. <property name="minimumSize">
  474. <size>
  475. <width>150</width>
  476. <height>0</height>
  477. </size>
  478. </property>
  479. <property name="maximumSize">
  480. <size>
  481. <width>150</width>
  482. <height>16777215</height>
  483. </size>
  484. </property>
  485. <layout class="QHBoxLayout" name="horizontalLayout_4">
  486. <property name="spacing">
  487. <number>0</number>
  488. </property>
  489. <property name="margin">
  490. <number>0</number>
  491. </property>
  492. </layout>
  493. </widget>
  494. </item>
  495. </layout>
  496. </item>
  497. <item>
  498. <layout class="QGridLayout" name="gridLayout">
  499. <property name="spacing">
  500. <number>0</number>
  501. </property>
  502. <item row="0" column="0">
  503. <widget class="QPushButton" name="pushButton">
  504. <property name="enabled">
  505. <bool>false</bool>
  506. </property>
  507. <property name="minimumSize">
  508. <size>
  509. <width>22</width>
  510. <height>22</height>
  511. </size>
  512. </property>
  513. <property name="maximumSize">
  514. <size>
  515. <width>22</width>
  516. <height>22</height>
  517. </size>
  518. </property>
  519. <property name="text">
  520. <string>A</string>
  521. </property>
  522. </widget>
  523. </item>
  524. <item row="0" column="1">
  525. <widget class="QPushButton" name="b_remove">
  526. <property name="minimumSize">
  527. <size>
  528. <width>22</width>
  529. <height>22</height>
  530. </size>
  531. </property>
  532. <property name="maximumSize">
  533. <size>
  534. <width>22</width>
  535. <height>22</height>
  536. </size>
  537. </property>
  538. <property name="statusTip">
  539. <string>Remove this plugin</string>
  540. </property>
  541. <property name="styleSheet">
  542. <string notr="true"/>
  543. </property>
  544. <property name="text">
  545. <string>X</string>
  546. </property>
  547. </widget>
  548. </item>
  549. <item row="1" column="0">
  550. <widget class="QPushButton" name="pushButton_2">
  551. <property name="enabled">
  552. <bool>false</bool>
  553. </property>
  554. <property name="minimumSize">
  555. <size>
  556. <width>22</width>
  557. <height>22</height>
  558. </size>
  559. </property>
  560. <property name="maximumSize">
  561. <size>
  562. <width>22</width>
  563. <height>22</height>
  564. </size>
  565. </property>
  566. <property name="text">
  567. <string>V</string>
  568. </property>
  569. </widget>
  570. </item>
  571. <item row="1" column="1">
  572. <widget class="QPushButton" name="pushButton_3">
  573. <property name="enabled">
  574. <bool>false</bool>
  575. </property>
  576. <property name="minimumSize">
  577. <size>
  578. <width>22</width>
  579. <height>22</height>
  580. </size>
  581. </property>
  582. <property name="maximumSize">
  583. <size>
  584. <width>22</width>
  585. <height>22</height>
  586. </size>
  587. </property>
  588. <property name="text">
  589. <string>M</string>
  590. </property>
  591. </widget>
  592. </item>
  593. </layout>
  594. </item>
  595. </layout>
  596. </widget>
  597. </item>
  598. </layout>
  599. <zorder>frame_controls</zorder>
  600. <zorder>area_right</zorder>
  601. <zorder>area_left</zorder>
  602. </widget>
  603. <customwidgets>
  604. <customwidget>
  605. <class>PixmapDial</class>
  606. <extends>QDial</extends>
  607. <header>pixmapdial.h</header>
  608. </customwidget>
  609. <customwidget>
  610. <class>DigitalPeakMeter</class>
  611. <extends>QWidget</extends>
  612. <header>digitalpeakmeter.h</header>
  613. <container>1</container>
  614. </customwidget>
  615. <customwidget>
  616. <class>LEDButton</class>
  617. <extends>QPushButton</extends>
  618. <header>ledbutton.h</header>
  619. </customwidget>
  620. </customwidgets>
  621. <resources>
  622. <include location="../resources.qrc"/>
  623. </resources>
  624. <connections/>
  625. </ui>