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.

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