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.

484 lines
14KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PluginRefreshW</class>
  4. <widget class="QDialog" name="PluginRefreshW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>615</width>
  10. <height>255</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Carla - Refresh</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_3">
  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="groupBox">
  37. <property name="title">
  38. <string>Search for new...</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="QCheckBox" name="ch_ladspa">
  48. <property name="text">
  49. <string>LADSPA</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QCheckBox" name="ch_dssi">
  55. <property name="text">
  56. <string>DSSI</string>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <widget class="QCheckBox" name="ch_lv2">
  62. <property name="text">
  63. <string>LV2</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QCheckBox" name="ch_vst">
  69. <property name="text">
  70. <string>VST</string>
  71. </property>
  72. </widget>
  73. </item>
  74. <item>
  75. <widget class="Line" name="line_3">
  76. <property name="orientation">
  77. <enum>Qt::Horizontal</enum>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QCheckBox" name="ch_gig">
  83. <property name="text">
  84. <string>GIG</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="QCheckBox" name="ch_sf2">
  90. <property name="text">
  91. <string>SF2</string>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QCheckBox" name="ch_sfz">
  97. <property name="text">
  98. <string>SFZ</string>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <spacer name="verticalSpacer_3">
  104. <property name="orientation">
  105. <enum>Qt::Vertical</enum>
  106. </property>
  107. <property name="sizeHint" stdset="0">
  108. <size>
  109. <width>20</width>
  110. <height>40</height>
  111. </size>
  112. </property>
  113. </spacer>
  114. </item>
  115. </layout>
  116. </item>
  117. <item>
  118. <spacer name="horizontalSpacer_4">
  119. <property name="orientation">
  120. <enum>Qt::Horizontal</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>40</width>
  125. <height>5</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. <item>
  131. <widget class="Line" name="line_2">
  132. <property name="orientation">
  133. <enum>Qt::Vertical</enum>
  134. </property>
  135. </widget>
  136. </item>
  137. <item>
  138. <layout class="QVBoxLayout" name="verticalLayout_2">
  139. <item>
  140. <widget class="QCheckBox" name="ch_native">
  141. <property name="text">
  142. <string>Native</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item>
  147. <widget class="Line" name="line_4">
  148. <property name="orientation">
  149. <enum>Qt::Horizontal</enum>
  150. </property>
  151. </widget>
  152. </item>
  153. <item>
  154. <widget class="QCheckBox" name="ch_posix32">
  155. <property name="text">
  156. <string>POSIX 32bit</string>
  157. </property>
  158. </widget>
  159. </item>
  160. <item>
  161. <widget class="QCheckBox" name="ch_posix64">
  162. <property name="text">
  163. <string>POSIX 64bit</string>
  164. </property>
  165. </widget>
  166. </item>
  167. <item>
  168. <widget class="QCheckBox" name="ch_win32">
  169. <property name="text">
  170. <string>Windows 32bit</string>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QCheckBox" name="ch_win64">
  176. <property name="text">
  177. <string>Windows 64bit</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <spacer name="verticalSpacer_2">
  183. <property name="orientation">
  184. <enum>Qt::Vertical</enum>
  185. </property>
  186. <property name="sizeHint" stdset="0">
  187. <size>
  188. <width>20</width>
  189. <height>40</height>
  190. </size>
  191. </property>
  192. </spacer>
  193. </item>
  194. </layout>
  195. </item>
  196. </layout>
  197. </widget>
  198. </item>
  199. <item>
  200. <spacer name="horizontalSpacer_3">
  201. <property name="orientation">
  202. <enum>Qt::Horizontal</enum>
  203. </property>
  204. <property name="sizeType">
  205. <enum>QSizePolicy::Fixed</enum>
  206. </property>
  207. <property name="sizeHint" stdset="0">
  208. <size>
  209. <width>20</width>
  210. <height>20</height>
  211. </size>
  212. </property>
  213. </spacer>
  214. </item>
  215. <item>
  216. <widget class="QGroupBox" name="groupBox_2">
  217. <property name="title">
  218. <string>Available tools:</string>
  219. </property>
  220. <property name="alignment">
  221. <set>Qt::AlignCenter</set>
  222. </property>
  223. <property name="flat">
  224. <bool>true</bool>
  225. </property>
  226. <layout class="QGridLayout" name="gridLayout">
  227. <item row="0" column="0">
  228. <widget class="QLabel" name="ico_native">
  229. <property name="maximumSize">
  230. <size>
  231. <width>22</width>
  232. <height>16777215</height>
  233. </size>
  234. </property>
  235. <property name="text">
  236. <string/>
  237. </property>
  238. <property name="pixmap">
  239. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  240. </property>
  241. </widget>
  242. </item>
  243. <item row="1" column="0">
  244. <widget class="QLabel" name="ico_posix32">
  245. <property name="maximumSize">
  246. <size>
  247. <width>22</width>
  248. <height>16777215</height>
  249. </size>
  250. </property>
  251. <property name="text">
  252. <string/>
  253. </property>
  254. <property name="pixmap">
  255. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  256. </property>
  257. </widget>
  258. </item>
  259. <item row="5" column="1">
  260. <widget class="QLabel" name="label_rdflib">
  261. <property name="text">
  262. <string>python3-rdflib (LADSPA-RDF support)</string>
  263. </property>
  264. </widget>
  265. </item>
  266. <item row="4" column="1">
  267. <widget class="QLabel" name="label_win64">
  268. <property name="text">
  269. <string>carla-discovery-win64</string>
  270. </property>
  271. </widget>
  272. </item>
  273. <item row="0" column="1">
  274. <widget class="QLabel" name="label_native">
  275. <property name="text">
  276. <string>carla-discovery-native</string>
  277. </property>
  278. </widget>
  279. </item>
  280. <item row="2" column="0">
  281. <widget class="QLabel" name="ico_posix64">
  282. <property name="text">
  283. <string/>
  284. </property>
  285. <property name="pixmap">
  286. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  287. </property>
  288. </widget>
  289. </item>
  290. <item row="5" column="0">
  291. <widget class="QLabel" name="ico_rdflib">
  292. <property name="maximumSize">
  293. <size>
  294. <width>22</width>
  295. <height>16777215</height>
  296. </size>
  297. </property>
  298. <property name="text">
  299. <string/>
  300. </property>
  301. <property name="pixmap">
  302. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  303. </property>
  304. </widget>
  305. </item>
  306. <item row="1" column="1">
  307. <widget class="QLabel" name="label_posix32">
  308. <property name="text">
  309. <string>carla-discovery-posix32</string>
  310. </property>
  311. </widget>
  312. </item>
  313. <item row="3" column="0">
  314. <widget class="QLabel" name="ico_win32">
  315. <property name="maximumSize">
  316. <size>
  317. <width>22</width>
  318. <height>16777215</height>
  319. </size>
  320. </property>
  321. <property name="text">
  322. <string/>
  323. </property>
  324. <property name="pixmap">
  325. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  326. </property>
  327. </widget>
  328. </item>
  329. <item row="4" column="0">
  330. <widget class="QLabel" name="ico_win64">
  331. <property name="text">
  332. <string/>
  333. </property>
  334. <property name="pixmap">
  335. <pixmap resource="../../resources/resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  336. </property>
  337. </widget>
  338. </item>
  339. <item row="2" column="1">
  340. <widget class="QLabel" name="label_posix64">
  341. <property name="text">
  342. <string>carla-discovery-posix64</string>
  343. </property>
  344. </widget>
  345. </item>
  346. <item row="3" column="1">
  347. <widget class="QLabel" name="label_win32">
  348. <property name="text">
  349. <string>carla-discovery-win32</string>
  350. </property>
  351. </widget>
  352. </item>
  353. <item row="6" column="1">
  354. <spacer name="verticalSpacer_4">
  355. <property name="orientation">
  356. <enum>Qt::Vertical</enum>
  357. </property>
  358. <property name="sizeHint" stdset="0">
  359. <size>
  360. <width>20</width>
  361. <height>40</height>
  362. </size>
  363. </property>
  364. </spacer>
  365. </item>
  366. </layout>
  367. </widget>
  368. </item>
  369. <item>
  370. <spacer name="horizontalSpacer_2">
  371. <property name="orientation">
  372. <enum>Qt::Horizontal</enum>
  373. </property>
  374. <property name="sizeType">
  375. <enum>QSizePolicy::Preferred</enum>
  376. </property>
  377. <property name="sizeHint" stdset="0">
  378. <size>
  379. <width>30</width>
  380. <height>20</height>
  381. </size>
  382. </property>
  383. </spacer>
  384. </item>
  385. </layout>
  386. </item>
  387. <item>
  388. <spacer name="verticalSpacer">
  389. <property name="orientation">
  390. <enum>Qt::Vertical</enum>
  391. </property>
  392. <property name="sizeHint" stdset="0">
  393. <size>
  394. <width>20</width>
  395. <height>6</height>
  396. </size>
  397. </property>
  398. </spacer>
  399. </item>
  400. <item>
  401. <widget class="Line" name="line">
  402. <property name="orientation">
  403. <enum>Qt::Horizontal</enum>
  404. </property>
  405. </widget>
  406. </item>
  407. <item>
  408. <layout class="QHBoxLayout" name="horizontalLayout">
  409. <item>
  410. <widget class="QProgressBar" name="progressBar">
  411. <property name="sizePolicy">
  412. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  413. <horstretch>0</horstretch>
  414. <verstretch>0</verstretch>
  415. </sizepolicy>
  416. </property>
  417. <property name="maximum">
  418. <number>100</number>
  419. </property>
  420. <property name="value">
  421. <number>0</number>
  422. </property>
  423. <property name="format">
  424. <string>Press 'Start' to begin the search</string>
  425. </property>
  426. </widget>
  427. </item>
  428. <item>
  429. <widget class="QPushButton" name="b_start">
  430. <property name="text">
  431. <string>Start</string>
  432. </property>
  433. <property name="icon">
  434. <iconset resource="../../resources/resources.qrc">
  435. <normaloff>:/16x16/arrow-right.png</normaloff>:/16x16/arrow-right.png</iconset>
  436. </property>
  437. </widget>
  438. </item>
  439. <item>
  440. <widget class="QPushButton" name="b_skip">
  441. <property name="text">
  442. <string>&gt;&gt; Skip</string>
  443. </property>
  444. </widget>
  445. </item>
  446. <item>
  447. <widget class="QPushButton" name="b_close">
  448. <property name="text">
  449. <string>Close</string>
  450. </property>
  451. <property name="icon">
  452. <iconset resource="../../resources/resources.qrc">
  453. <normaloff>:/16x16/window-close.png</normaloff>:/16x16/window-close.png</iconset>
  454. </property>
  455. </widget>
  456. </item>
  457. </layout>
  458. </item>
  459. </layout>
  460. </widget>
  461. <resources>
  462. <include location="../../resources/resources.qrc"/>
  463. <include location="../../resources/resources.qrc"/>
  464. </resources>
  465. <connections>
  466. <connection>
  467. <sender>b_close</sender>
  468. <signal>clicked()</signal>
  469. <receiver>PluginRefreshW</receiver>
  470. <slot>close()</slot>
  471. <hints>
  472. <hint type="sourcelabel">
  473. <x>426</x>
  474. <y>231</y>
  475. </hint>
  476. <hint type="destinationlabel">
  477. <x>236</x>
  478. <y>125</y>
  479. </hint>
  480. </hints>
  481. </connection>
  482. </connections>
  483. </ui>