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.

539 lines
16KB

  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>556</width>
  10. <height>323</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Carla - Refresh</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_5">
  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_types">
  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="QCheckBox" name="ch_vst3">
  76. <property name="text">
  77. <string>VST3</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="QCheckBox" name="ch_au">
  83. <property name="text">
  84. <string>AU</string>
  85. </property>
  86. </widget>
  87. </item>
  88. <item>
  89. <widget class="Line" name="line_3">
  90. <property name="lineWidth">
  91. <number>0</number>
  92. </property>
  93. <property name="midLineWidth">
  94. <number>1</number>
  95. </property>
  96. <property name="orientation">
  97. <enum>Qt::Horizontal</enum>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QCheckBox" name="ch_gig">
  103. <property name="text">
  104. <string>GIG</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QCheckBox" name="ch_sf2">
  110. <property name="text">
  111. <string>SF2</string>
  112. </property>
  113. </widget>
  114. </item>
  115. <item>
  116. <widget class="QCheckBox" name="ch_sfz">
  117. <property name="text">
  118. <string>SFZ</string>
  119. </property>
  120. </widget>
  121. </item>
  122. <item>
  123. <spacer name="horizontalSpacer_4">
  124. <property name="orientation">
  125. <enum>Qt::Horizontal</enum>
  126. </property>
  127. <property name="sizeHint" stdset="0">
  128. <size>
  129. <width>40</width>
  130. <height>5</height>
  131. </size>
  132. </property>
  133. </spacer>
  134. </item>
  135. <item>
  136. <spacer name="verticalSpacer_3">
  137. <property name="orientation">
  138. <enum>Qt::Vertical</enum>
  139. </property>
  140. <property name="sizeHint" stdset="0">
  141. <size>
  142. <width>20</width>
  143. <height>40</height>
  144. </size>
  145. </property>
  146. </spacer>
  147. </item>
  148. </layout>
  149. </item>
  150. <item>
  151. <widget class="Line" name="line_2">
  152. <property name="lineWidth">
  153. <number>0</number>
  154. </property>
  155. <property name="midLineWidth">
  156. <number>1</number>
  157. </property>
  158. <property name="orientation">
  159. <enum>Qt::Vertical</enum>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <layout class="QVBoxLayout" name="verticalLayout_2">
  165. <item>
  166. <widget class="QCheckBox" name="ch_native">
  167. <property name="text">
  168. <string>Native</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item>
  173. <widget class="QCheckBox" name="ch_posix32">
  174. <property name="text">
  175. <string>POSIX 32bit</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QCheckBox" name="ch_posix64">
  181. <property name="text">
  182. <string>POSIX 64bit</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item>
  187. <widget class="QCheckBox" name="ch_win32">
  188. <property name="text">
  189. <string>Windows 32bit</string>
  190. </property>
  191. </widget>
  192. </item>
  193. <item>
  194. <widget class="QCheckBox" name="ch_win64">
  195. <property name="text">
  196. <string>Windows 64bit</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item>
  201. <spacer name="verticalSpacer_2">
  202. <property name="orientation">
  203. <enum>Qt::Vertical</enum>
  204. </property>
  205. <property name="sizeHint" stdset="0">
  206. <size>
  207. <width>20</width>
  208. <height>40</height>
  209. </size>
  210. </property>
  211. </spacer>
  212. </item>
  213. </layout>
  214. </item>
  215. </layout>
  216. </widget>
  217. </item>
  218. <item>
  219. <spacer name="horizontalSpacer_3">
  220. <property name="orientation">
  221. <enum>Qt::Horizontal</enum>
  222. </property>
  223. <property name="sizeType">
  224. <enum>QSizePolicy::Fixed</enum>
  225. </property>
  226. <property name="sizeHint" stdset="0">
  227. <size>
  228. <width>20</width>
  229. <height>20</height>
  230. </size>
  231. </property>
  232. </spacer>
  233. </item>
  234. <item>
  235. <layout class="QVBoxLayout" name="verticalLayout_3">
  236. <item>
  237. <widget class="QGroupBox" name="group_tools">
  238. <property name="title">
  239. <string>Available tools:</string>
  240. </property>
  241. <property name="alignment">
  242. <set>Qt::AlignCenter</set>
  243. </property>
  244. <property name="flat">
  245. <bool>true</bool>
  246. </property>
  247. <layout class="QGridLayout" name="gridLayout">
  248. <item row="0" column="0">
  249. <widget class="QLabel" name="ico_native">
  250. <property name="maximumSize">
  251. <size>
  252. <width>22</width>
  253. <height>16777215</height>
  254. </size>
  255. </property>
  256. <property name="text">
  257. <string/>
  258. </property>
  259. <property name="pixmap">
  260. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  261. </property>
  262. </widget>
  263. </item>
  264. <item row="1" column="0">
  265. <widget class="QLabel" name="ico_posix32">
  266. <property name="maximumSize">
  267. <size>
  268. <width>22</width>
  269. <height>16777215</height>
  270. </size>
  271. </property>
  272. <property name="text">
  273. <string/>
  274. </property>
  275. <property name="pixmap">
  276. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  277. </property>
  278. </widget>
  279. </item>
  280. <item row="5" column="1">
  281. <widget class="QLabel" name="label_rdflib">
  282. <property name="text">
  283. <string>python3-rdflib (LADSPA-RDF support)</string>
  284. </property>
  285. </widget>
  286. </item>
  287. <item row="4" column="1">
  288. <widget class="QLabel" name="label_win64">
  289. <property name="text">
  290. <string>carla-discovery-win64</string>
  291. </property>
  292. </widget>
  293. </item>
  294. <item row="0" column="1">
  295. <widget class="QLabel" name="label_native">
  296. <property name="text">
  297. <string>carla-discovery-native</string>
  298. </property>
  299. </widget>
  300. </item>
  301. <item row="2" column="0">
  302. <widget class="QLabel" name="ico_posix64">
  303. <property name="text">
  304. <string/>
  305. </property>
  306. <property name="pixmap">
  307. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  308. </property>
  309. </widget>
  310. </item>
  311. <item row="5" column="0">
  312. <widget class="QLabel" name="ico_rdflib">
  313. <property name="maximumSize">
  314. <size>
  315. <width>22</width>
  316. <height>16777215</height>
  317. </size>
  318. </property>
  319. <property name="text">
  320. <string/>
  321. </property>
  322. <property name="pixmap">
  323. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  324. </property>
  325. </widget>
  326. </item>
  327. <item row="1" column="1">
  328. <widget class="QLabel" name="label_posix32">
  329. <property name="text">
  330. <string>carla-discovery-posix32</string>
  331. </property>
  332. </widget>
  333. </item>
  334. <item row="3" column="0">
  335. <widget class="QLabel" name="ico_win32">
  336. <property name="maximumSize">
  337. <size>
  338. <width>22</width>
  339. <height>16777215</height>
  340. </size>
  341. </property>
  342. <property name="text">
  343. <string/>
  344. </property>
  345. <property name="pixmap">
  346. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  347. </property>
  348. </widget>
  349. </item>
  350. <item row="4" column="0">
  351. <widget class="QLabel" name="ico_win64">
  352. <property name="text">
  353. <string/>
  354. </property>
  355. <property name="pixmap">
  356. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  357. </property>
  358. </widget>
  359. </item>
  360. <item row="2" column="1">
  361. <widget class="QLabel" name="label_posix64">
  362. <property name="text">
  363. <string>carla-discovery-posix64</string>
  364. </property>
  365. </widget>
  366. </item>
  367. <item row="3" column="1">
  368. <widget class="QLabel" name="label_win32">
  369. <property name="text">
  370. <string>carla-discovery-win32</string>
  371. </property>
  372. </widget>
  373. </item>
  374. </layout>
  375. </widget>
  376. </item>
  377. <item>
  378. <spacer name="verticalSpacer_5">
  379. <property name="orientation">
  380. <enum>Qt::Vertical</enum>
  381. </property>
  382. <property name="sizeHint" stdset="0">
  383. <size>
  384. <width>20</width>
  385. <height>40</height>
  386. </size>
  387. </property>
  388. </spacer>
  389. </item>
  390. <item>
  391. <widget class="QGroupBox" name="group_options">
  392. <property name="title">
  393. <string>Options:</string>
  394. </property>
  395. <property name="alignment">
  396. <set>Qt::AlignCenter</set>
  397. </property>
  398. <property name="flat">
  399. <bool>true</bool>
  400. </property>
  401. <layout class="QVBoxLayout" name="verticalLayout_4">
  402. <item>
  403. <widget class="QCheckBox" name="ch_do_checks">
  404. <property name="toolTip">
  405. <string>Carla will run small processing checks when scanning the plugins (to make sure they won't crash).
  406. You can disable these checks to get a faster scanning time (at your own risk).</string>
  407. </property>
  408. <property name="text">
  409. <string>Run processing checks while scanning</string>
  410. </property>
  411. </widget>
  412. </item>
  413. </layout>
  414. </widget>
  415. </item>
  416. <item>
  417. <spacer name="verticalSpacer_4">
  418. <property name="orientation">
  419. <enum>Qt::Vertical</enum>
  420. </property>
  421. <property name="sizeHint" stdset="0">
  422. <size>
  423. <width>20</width>
  424. <height>40</height>
  425. </size>
  426. </property>
  427. </spacer>
  428. </item>
  429. </layout>
  430. </item>
  431. <item>
  432. <spacer name="horizontalSpacer_2">
  433. <property name="orientation">
  434. <enum>Qt::Horizontal</enum>
  435. </property>
  436. <property name="sizeType">
  437. <enum>QSizePolicy::Preferred</enum>
  438. </property>
  439. <property name="sizeHint" stdset="0">
  440. <size>
  441. <width>30</width>
  442. <height>20</height>
  443. </size>
  444. </property>
  445. </spacer>
  446. </item>
  447. </layout>
  448. </item>
  449. <item>
  450. <spacer name="verticalSpacer">
  451. <property name="orientation">
  452. <enum>Qt::Vertical</enum>
  453. </property>
  454. <property name="sizeHint" stdset="0">
  455. <size>
  456. <width>20</width>
  457. <height>6</height>
  458. </size>
  459. </property>
  460. </spacer>
  461. </item>
  462. <item>
  463. <layout class="QHBoxLayout" name="horizontalLayout">
  464. <item>
  465. <widget class="QProgressBar" name="progressBar">
  466. <property name="sizePolicy">
  467. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  468. <horstretch>0</horstretch>
  469. <verstretch>0</verstretch>
  470. </sizepolicy>
  471. </property>
  472. <property name="maximum">
  473. <number>100</number>
  474. </property>
  475. <property name="value">
  476. <number>0</number>
  477. </property>
  478. <property name="format">
  479. <string>Press 'Start' to begin the search</string>
  480. </property>
  481. </widget>
  482. </item>
  483. <item>
  484. <widget class="QPushButton" name="b_start">
  485. <property name="text">
  486. <string>Start</string>
  487. </property>
  488. <property name="icon">
  489. <iconset resource="../resources.qrc">
  490. <normaloff>:/16x16/arrow-right.png</normaloff>:/16x16/arrow-right.png</iconset>
  491. </property>
  492. </widget>
  493. </item>
  494. <item>
  495. <widget class="QPushButton" name="b_skip">
  496. <property name="text">
  497. <string>&gt;&gt; Skip</string>
  498. </property>
  499. </widget>
  500. </item>
  501. <item>
  502. <widget class="QPushButton" name="b_close">
  503. <property name="text">
  504. <string>Close</string>
  505. </property>
  506. <property name="icon">
  507. <iconset resource="../resources.qrc">
  508. <normaloff>:/16x16/window-close.png</normaloff>:/16x16/window-close.png</iconset>
  509. </property>
  510. </widget>
  511. </item>
  512. </layout>
  513. </item>
  514. </layout>
  515. </widget>
  516. <resources>
  517. <include location="../resources.qrc"/>
  518. <include location="../resources.qrc"/>
  519. </resources>
  520. <connections>
  521. <connection>
  522. <sender>b_close</sender>
  523. <signal>clicked()</signal>
  524. <receiver>PluginRefreshW</receiver>
  525. <slot>close()</slot>
  526. <hints>
  527. <hint type="sourcelabel">
  528. <x>426</x>
  529. <y>231</y>
  530. </hint>
  531. <hint type="destinationlabel">
  532. <x>236</x>
  533. <y>125</y>
  534. </hint>
  535. </hints>
  536. </connection>
  537. </connections>
  538. </ui>