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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  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>458</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="QGridLayout" name="gridLayout">
  26. <property name="leftMargin">
  27. <number>4</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>2</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>4</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>2</number>
  37. </property>
  38. <property name="horizontalSpacing">
  39. <number>2</number>
  40. </property>
  41. <property name="verticalSpacing">
  42. <number>0</number>
  43. </property>
  44. <item row="0" column="0" rowspan="2">
  45. <widget class="DigitalPeakMeter" name="peak_in" native="true">
  46. <property name="minimumSize">
  47. <size>
  48. <width>25</width>
  49. <height>0</height>
  50. </size>
  51. </property>
  52. <property name="maximumSize">
  53. <size>
  54. <width>25</width>
  55. <height>16777215</height>
  56. </size>
  57. </property>
  58. </widget>
  59. </item>
  60. <item row="0" column="4" rowspan="2">
  61. <widget class="DigitalPeakMeter" name="peak_out" native="true">
  62. <property name="minimumSize">
  63. <size>
  64. <width>25</width>
  65. <height>0</height>
  66. </size>
  67. </property>
  68. <property name="maximumSize">
  69. <size>
  70. <width>25</width>
  71. <height>16777215</height>
  72. </size>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="1" column="2">
  77. <widget class="QWidget" name="container" native="true">
  78. <layout class="QHBoxLayout" name="horizontalLayout">
  79. <item>
  80. <spacer name="horizontalSpacer">
  81. <property name="orientation">
  82. <enum>Qt::Horizontal</enum>
  83. </property>
  84. <property name="sizeHint" stdset="0">
  85. <size>
  86. <width>306</width>
  87. <height>20</height>
  88. </size>
  89. </property>
  90. </spacer>
  91. </item>
  92. </layout>
  93. </widget>
  94. </item>
  95. <item row="1" column="3">
  96. <spacer name="horizontalSpacer_4">
  97. <property name="orientation">
  98. <enum>Qt::Horizontal</enum>
  99. </property>
  100. <property name="sizeType">
  101. <enum>QSizePolicy::Fixed</enum>
  102. </property>
  103. <property name="sizeHint" stdset="0">
  104. <size>
  105. <width>5</width>
  106. <height>5</height>
  107. </size>
  108. </property>
  109. </spacer>
  110. </item>
  111. <item row="1" column="1">
  112. <spacer name="horizontalSpacer_3">
  113. <property name="orientation">
  114. <enum>Qt::Horizontal</enum>
  115. </property>
  116. <property name="sizeType">
  117. <enum>QSizePolicy::Fixed</enum>
  118. </property>
  119. <property name="sizeHint" stdset="0">
  120. <size>
  121. <width>5</width>
  122. <height>5</height>
  123. </size>
  124. </property>
  125. </spacer>
  126. </item>
  127. <item row="0" column="1" colspan="3">
  128. <layout class="QHBoxLayout" name="horizontalLayout_2">
  129. <property name="spacing">
  130. <number>3</number>
  131. </property>
  132. <property name="margin">
  133. <number>0</number>
  134. </property>
  135. <item>
  136. <widget class="PixmapButton" name="b_enable">
  137. <property name="minimumSize">
  138. <size>
  139. <width>22</width>
  140. <height>22</height>
  141. </size>
  142. </property>
  143. <property name="maximumSize">
  144. <size>
  145. <width>22</width>
  146. <height>22</height>
  147. </size>
  148. </property>
  149. <property name="text">
  150. <string/>
  151. </property>
  152. <property name="icon">
  153. <iconset resource="../resources.qrc">
  154. <normaloff>:/bitmaps/button_off.png</normaloff>:/bitmaps/button_off.png</iconset>
  155. </property>
  156. <property name="iconSize">
  157. <size>
  158. <width>24</width>
  159. <height>24</height>
  160. </size>
  161. </property>
  162. <property name="checkable">
  163. <bool>true</bool>
  164. </property>
  165. <property name="flat">
  166. <bool>true</bool>
  167. </property>
  168. </widget>
  169. </item>
  170. <item>
  171. <widget class="PixmapButton" name="b_edit">
  172. <property name="minimumSize">
  173. <size>
  174. <width>22</width>
  175. <height>22</height>
  176. </size>
  177. </property>
  178. <property name="maximumSize">
  179. <size>
  180. <width>22</width>
  181. <height>22</height>
  182. </size>
  183. </property>
  184. <property name="text">
  185. <string/>
  186. </property>
  187. <property name="icon">
  188. <iconset resource="../resources.qrc">
  189. <normaloff>:/bitmaps/button_edit.png</normaloff>:/bitmaps/button_edit.png</iconset>
  190. </property>
  191. <property name="iconSize">
  192. <size>
  193. <width>24</width>
  194. <height>24</height>
  195. </size>
  196. </property>
  197. <property name="checkable">
  198. <bool>true</bool>
  199. </property>
  200. <property name="flat">
  201. <bool>true</bool>
  202. </property>
  203. </widget>
  204. </item>
  205. <item>
  206. <widget class="QLabel" name="label_name">
  207. <property name="text">
  208. <string>Name</string>
  209. </property>
  210. <property name="textFormat">
  211. <enum>Qt::PlainText</enum>
  212. </property>
  213. <property name="alignment">
  214. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  215. </property>
  216. </widget>
  217. </item>
  218. <item>
  219. <spacer name="horizontalSpacer_2">
  220. <property name="orientation">
  221. <enum>Qt::Horizontal</enum>
  222. </property>
  223. <property name="sizeHint" stdset="0">
  224. <size>
  225. <width>138</width>
  226. <height>20</height>
  227. </size>
  228. </property>
  229. </spacer>
  230. </item>
  231. <item>
  232. <widget class="QLabel" name="label_presets">
  233. <property name="text">
  234. <string>Preset:</string>
  235. </property>
  236. <property name="alignment">
  237. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  238. </property>
  239. </widget>
  240. </item>
  241. <item>
  242. <widget class="QComboBox" name="cb_presets">
  243. <property name="minimumSize">
  244. <size>
  245. <width>125</width>
  246. <height>0</height>
  247. </size>
  248. </property>
  249. </widget>
  250. </item>
  251. </layout>
  252. </item>
  253. </layout>
  254. </widget>
  255. <customwidgets>
  256. <customwidget>
  257. <class>DigitalPeakMeter</class>
  258. <extends>QWidget</extends>
  259. <header>digitalpeakmeter.h</header>
  260. <container>1</container>
  261. </customwidget>
  262. <customwidget>
  263. <class>PixmapButton</class>
  264. <extends>QPushButton</extends>
  265. <header>pixmapbutton.h</header>
  266. </customwidget>
  267. </customwidgets>
  268. <resources>
  269. <include location="../resources.qrc"/>
  270. </resources>
  271. <connections/>
  272. </ui>