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.

337 lines
8.8KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PluginRefreshDialog</class>
  4. <widget class="QDialog" name="PluginRefreshDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>375</width>
  10. <height>430</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Plugin Refresh</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout_3">
  19. <item>
  20. <spacer name="horizontalSpacer">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. <property name="sizeType">
  25. <enum>QSizePolicy::Preferred</enum>
  26. </property>
  27. <property name="sizeHint" stdset="0">
  28. <size>
  29. <width>30</width>
  30. <height>20</height>
  31. </size>
  32. </property>
  33. </spacer>
  34. </item>
  35. <item>
  36. <widget class="QGroupBox" name="group">
  37. <property name="title">
  38. <string>Search for:</string>
  39. </property>
  40. <property name="alignment">
  41. <set>Qt::AlignCenter</set>
  42. </property>
  43. <layout class="QHBoxLayout" name="horizontalLayout_2">
  44. <item>
  45. <layout class="QVBoxLayout" name="verticalLayout">
  46. <item>
  47. <widget class="QRadioButton" name="ch_all">
  48. <property name="text">
  49. <string>All plugins, ignoring cache</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QRadioButton" name="ch_updated">
  55. <property name="text">
  56. <string>Updated plugins only</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QCheckBox" name="ch_invalid">
  62. <property name="text">
  63. <string>Check previously invalid plugins</string>
  64. </property>
  65. </widget>
  66. </item>
  67. </layout>
  68. </item>
  69. </layout>
  70. </widget>
  71. </item>
  72. <item>
  73. <spacer name="horizontalSpacer_3">
  74. <property name="orientation">
  75. <enum>Qt::Horizontal</enum>
  76. </property>
  77. <property name="sizeType">
  78. <enum>QSizePolicy::Preferred</enum>
  79. </property>
  80. <property name="sizeHint" stdset="0">
  81. <size>
  82. <width>20</width>
  83. <height>20</height>
  84. </size>
  85. </property>
  86. </spacer>
  87. </item>
  88. </layout>
  89. </item>
  90. <item>
  91. <spacer name="verticalSpacer">
  92. <property name="orientation">
  93. <enum>Qt::Vertical</enum>
  94. </property>
  95. <property name="sizeHint" stdset="0">
  96. <size>
  97. <width>20</width>
  98. <height>6</height>
  99. </size>
  100. </property>
  101. </spacer>
  102. </item>
  103. <item>
  104. <widget class="QGroupBox" name="group_formats">
  105. <property name="title">
  106. <string>Restrict search formats</string>
  107. </property>
  108. <property name="alignment">
  109. <set>Qt::AlignCenter</set>
  110. </property>
  111. <property name="checkable">
  112. <bool>true</bool>
  113. </property>
  114. <layout class="QGridLayout" name="gridLayout">
  115. <item row="0" column="3">
  116. <widget class="QCheckBox" name="ch_jsfx">
  117. <property name="text">
  118. <string>JSFX</string>
  119. </property>
  120. </widget>
  121. </item>
  122. <item row="6" column="1">
  123. <widget class="QCheckBox" name="ch_au">
  124. <property name="text">
  125. <string>AU</string>
  126. </property>
  127. </widget>
  128. </item>
  129. <item row="0" column="4">
  130. <spacer name="horizontalSpacer_4">
  131. <property name="orientation">
  132. <enum>Qt::Horizontal</enum>
  133. </property>
  134. <property name="sizeType">
  135. <enum>QSizePolicy::MinimumExpanding</enum>
  136. </property>
  137. <property name="sizeHint" stdset="0">
  138. <size>
  139. <width>120</width>
  140. <height>1</height>
  141. </size>
  142. </property>
  143. </spacer>
  144. </item>
  145. <item row="1" column="3">
  146. <widget class="QCheckBox" name="ch_sf2">
  147. <property name="text">
  148. <string>SF2/3</string>
  149. </property>
  150. </widget>
  151. </item>
  152. <item row="1" column="1">
  153. <widget class="QCheckBox" name="ch_dssi">
  154. <property name="text">
  155. <string>DSSI</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item row="5" column="1">
  160. <widget class="QCheckBox" name="ch_clap">
  161. <property name="text">
  162. <string>CLAP</string>
  163. </property>
  164. </widget>
  165. </item>
  166. <item row="2" column="1">
  167. <widget class="QCheckBox" name="ch_lv2">
  168. <property name="text">
  169. <string>LV2</string>
  170. </property>
  171. </widget>
  172. </item>
  173. <item row="4" column="1">
  174. <widget class="QCheckBox" name="ch_vst3">
  175. <property name="text">
  176. <string>VST3</string>
  177. </property>
  178. </widget>
  179. </item>
  180. <item row="0" column="0">
  181. <spacer name="horizontalSpacer_2">
  182. <property name="orientation">
  183. <enum>Qt::Horizontal</enum>
  184. </property>
  185. <property name="sizeType">
  186. <enum>QSizePolicy::MinimumExpanding</enum>
  187. </property>
  188. <property name="sizeHint" stdset="0">
  189. <size>
  190. <width>120</width>
  191. <height>1</height>
  192. </size>
  193. </property>
  194. </spacer>
  195. </item>
  196. <item row="0" column="1">
  197. <widget class="QCheckBox" name="ch_ladspa">
  198. <property name="text">
  199. <string>LADSPA</string>
  200. </property>
  201. </widget>
  202. </item>
  203. <item row="2" column="3">
  204. <widget class="QCheckBox" name="ch_sfz">
  205. <property name="text">
  206. <string>SFZ</string>
  207. </property>
  208. </widget>
  209. </item>
  210. <item row="3" column="1">
  211. <widget class="QCheckBox" name="ch_vst2">
  212. <property name="text">
  213. <string>VST2</string>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="0" column="2">
  218. <spacer name="horizontalSpacer_5">
  219. <property name="orientation">
  220. <enum>Qt::Horizontal</enum>
  221. </property>
  222. <property name="sizeType">
  223. <enum>QSizePolicy::MinimumExpanding</enum>
  224. </property>
  225. <property name="sizeHint" stdset="0">
  226. <size>
  227. <width>120</width>
  228. <height>1</height>
  229. </size>
  230. </property>
  231. </spacer>
  232. </item>
  233. </layout>
  234. </widget>
  235. </item>
  236. <item>
  237. <spacer name="verticalSpacer_2">
  238. <property name="orientation">
  239. <enum>Qt::Vertical</enum>
  240. </property>
  241. <property name="sizeHint" stdset="0">
  242. <size>
  243. <width>20</width>
  244. <height>0</height>
  245. </size>
  246. </property>
  247. </spacer>
  248. </item>
  249. <item>
  250. <layout class="QHBoxLayout" name="horizontalLayout">
  251. <item>
  252. <widget class="QProgressBar" name="progressBar">
  253. <property name="sizePolicy">
  254. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  255. <horstretch>0</horstretch>
  256. <verstretch>0</verstretch>
  257. </sizepolicy>
  258. </property>
  259. <property name="maximum">
  260. <number>100</number>
  261. </property>
  262. <property name="value">
  263. <number>0</number>
  264. </property>
  265. <property name="format">
  266. <string>Press 'Scan' to begin the search</string>
  267. </property>
  268. </widget>
  269. </item>
  270. <item>
  271. <widget class="QPushButton" name="b_start">
  272. <property name="text">
  273. <string>Scan</string>
  274. </property>
  275. <property name="icon">
  276. <iconset resource="../../../resources/resources.qrc">
  277. <normaloff>:/16x16/arrow-right.svgz</normaloff>:/16x16/arrow-right.svgz</iconset>
  278. </property>
  279. </widget>
  280. </item>
  281. <item>
  282. <widget class="QPushButton" name="b_skip">
  283. <property name="text">
  284. <string>&gt;&gt; Skip</string>
  285. </property>
  286. </widget>
  287. </item>
  288. <item>
  289. <widget class="QPushButton" name="b_close">
  290. <property name="text">
  291. <string>Close</string>
  292. </property>
  293. </widget>
  294. </item>
  295. </layout>
  296. </item>
  297. </layout>
  298. </widget>
  299. <resources>
  300. <include location="../../../resources/resources.qrc"/>
  301. </resources>
  302. <connections>
  303. <connection>
  304. <sender>b_close</sender>
  305. <signal>clicked()</signal>
  306. <receiver>PluginRefreshDialog</receiver>
  307. <slot>close()</slot>
  308. <hints>
  309. <hint type="sourcelabel">
  310. <x>426</x>
  311. <y>231</y>
  312. </hint>
  313. <hint type="destinationlabel">
  314. <x>236</x>
  315. <y>125</y>
  316. </hint>
  317. </hints>
  318. </connection>
  319. <connection>
  320. <sender>ch_updated</sender>
  321. <signal>toggled(bool)</signal>
  322. <receiver>ch_invalid</receiver>
  323. <slot>setEnabled(bool)</slot>
  324. <hints>
  325. <hint type="sourcelabel">
  326. <x>436</x>
  327. <y>78</y>
  328. </hint>
  329. <hint type="destinationlabel">
  330. <x>436</x>
  331. <y>105</y>
  332. </hint>
  333. </hints>
  334. </connection>
  335. </connections>
  336. </ui>