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.

518 lines
15KB

  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>567</width>
  10. <height>326</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="Line" name="line_3">
  76. <property name="lineWidth">
  77. <number>0</number>
  78. </property>
  79. <property name="midLineWidth">
  80. <number>1</number>
  81. </property>
  82. <property name="orientation">
  83. <enum>Qt::Horizontal</enum>
  84. </property>
  85. </widget>
  86. </item>
  87. <item>
  88. <widget class="QCheckBox" name="ch_sf2">
  89. <property name="text">
  90. <string>SF2/3</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QCheckBox" name="ch_sfz">
  96. <property name="text">
  97. <string>SFZ</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <spacer name="horizontalSpacer_4">
  103. <property name="orientation">
  104. <enum>Qt::Horizontal</enum>
  105. </property>
  106. <property name="sizeHint" stdset="0">
  107. <size>
  108. <width>40</width>
  109. <height>5</height>
  110. </size>
  111. </property>
  112. </spacer>
  113. </item>
  114. <item>
  115. <spacer name="verticalSpacer_3">
  116. <property name="orientation">
  117. <enum>Qt::Vertical</enum>
  118. </property>
  119. <property name="sizeHint" stdset="0">
  120. <size>
  121. <width>20</width>
  122. <height>40</height>
  123. </size>
  124. </property>
  125. </spacer>
  126. </item>
  127. </layout>
  128. </item>
  129. <item>
  130. <widget class="Line" name="sep_format">
  131. <property name="lineWidth">
  132. <number>0</number>
  133. </property>
  134. <property name="midLineWidth">
  135. <number>1</number>
  136. </property>
  137. <property name="orientation">
  138. <enum>Qt::Vertical</enum>
  139. </property>
  140. </widget>
  141. </item>
  142. <item>
  143. <layout class="QVBoxLayout" name="verticalLayout_2">
  144. <item>
  145. <widget class="QCheckBox" name="ch_native">
  146. <property name="text">
  147. <string>Native</string>
  148. </property>
  149. </widget>
  150. </item>
  151. <item>
  152. <widget class="QCheckBox" name="ch_posix32">
  153. <property name="text">
  154. <string>POSIX 32bit</string>
  155. </property>
  156. </widget>
  157. </item>
  158. <item>
  159. <widget class="QCheckBox" name="ch_posix64">
  160. <property name="text">
  161. <string>POSIX 64bit</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QCheckBox" name="ch_win32">
  167. <property name="text">
  168. <string>Windows 32bit</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item>
  173. <widget class="QCheckBox" name="ch_win64">
  174. <property name="text">
  175. <string>Windows 64bit</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item>
  180. <spacer name="verticalSpacer_2">
  181. <property name="orientation">
  182. <enum>Qt::Vertical</enum>
  183. </property>
  184. <property name="sizeHint" stdset="0">
  185. <size>
  186. <width>20</width>
  187. <height>40</height>
  188. </size>
  189. </property>
  190. </spacer>
  191. </item>
  192. </layout>
  193. </item>
  194. </layout>
  195. </widget>
  196. </item>
  197. <item>
  198. <spacer name="horizontalSpacer_3">
  199. <property name="orientation">
  200. <enum>Qt::Horizontal</enum>
  201. </property>
  202. <property name="sizeType">
  203. <enum>QSizePolicy::Fixed</enum>
  204. </property>
  205. <property name="sizeHint" stdset="0">
  206. <size>
  207. <width>20</width>
  208. <height>20</height>
  209. </size>
  210. </property>
  211. </spacer>
  212. </item>
  213. <item>
  214. <layout class="QVBoxLayout" name="verticalLayout_3">
  215. <item>
  216. <widget class="QGroupBox" name="group_tools">
  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.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.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.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.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.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.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. </layout>
  354. </widget>
  355. </item>
  356. <item>
  357. <spacer name="verticalSpacer_5">
  358. <property name="orientation">
  359. <enum>Qt::Vertical</enum>
  360. </property>
  361. <property name="sizeHint" stdset="0">
  362. <size>
  363. <width>20</width>
  364. <height>40</height>
  365. </size>
  366. </property>
  367. </spacer>
  368. </item>
  369. <item>
  370. <widget class="QGroupBox" name="group_options">
  371. <property name="title">
  372. <string>Options:</string>
  373. </property>
  374. <property name="alignment">
  375. <set>Qt::AlignCenter</set>
  376. </property>
  377. <property name="flat">
  378. <bool>true</bool>
  379. </property>
  380. <layout class="QVBoxLayout" name="verticalLayout_4">
  381. <item>
  382. <widget class="QCheckBox" name="ch_do_checks">
  383. <property name="toolTip">
  384. <string>Carla will run small processing checks when scanning the plugins (to make sure they won't crash).
  385. You can disable these checks to get a faster scanning time (at your own risk).</string>
  386. </property>
  387. <property name="text">
  388. <string>Run processing checks while scanning</string>
  389. </property>
  390. </widget>
  391. </item>
  392. </layout>
  393. </widget>
  394. </item>
  395. <item>
  396. <spacer name="verticalSpacer_4">
  397. <property name="orientation">
  398. <enum>Qt::Vertical</enum>
  399. </property>
  400. <property name="sizeHint" stdset="0">
  401. <size>
  402. <width>20</width>
  403. <height>40</height>
  404. </size>
  405. </property>
  406. </spacer>
  407. </item>
  408. </layout>
  409. </item>
  410. <item>
  411. <spacer name="horizontalSpacer_2">
  412. <property name="orientation">
  413. <enum>Qt::Horizontal</enum>
  414. </property>
  415. <property name="sizeType">
  416. <enum>QSizePolicy::Preferred</enum>
  417. </property>
  418. <property name="sizeHint" stdset="0">
  419. <size>
  420. <width>30</width>
  421. <height>20</height>
  422. </size>
  423. </property>
  424. </spacer>
  425. </item>
  426. </layout>
  427. </item>
  428. <item>
  429. <spacer name="verticalSpacer">
  430. <property name="orientation">
  431. <enum>Qt::Vertical</enum>
  432. </property>
  433. <property name="sizeHint" stdset="0">
  434. <size>
  435. <width>20</width>
  436. <height>6</height>
  437. </size>
  438. </property>
  439. </spacer>
  440. </item>
  441. <item>
  442. <layout class="QHBoxLayout" name="horizontalLayout">
  443. <item>
  444. <widget class="QProgressBar" name="progressBar">
  445. <property name="sizePolicy">
  446. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  447. <horstretch>0</horstretch>
  448. <verstretch>0</verstretch>
  449. </sizepolicy>
  450. </property>
  451. <property name="maximum">
  452. <number>100</number>
  453. </property>
  454. <property name="value">
  455. <number>0</number>
  456. </property>
  457. <property name="format">
  458. <string>Press 'Scan' to begin the search</string>
  459. </property>
  460. </widget>
  461. </item>
  462. <item>
  463. <widget class="QPushButton" name="b_start">
  464. <property name="text">
  465. <string>Scan</string>
  466. </property>
  467. <property name="icon">
  468. <iconset resource="../resources.qrc">
  469. <normaloff>:/16x16/arrow-right.png</normaloff>:/16x16/arrow-right.png</iconset>
  470. </property>
  471. </widget>
  472. </item>
  473. <item>
  474. <widget class="QPushButton" name="b_skip">
  475. <property name="text">
  476. <string>&gt;&gt; Skip</string>
  477. </property>
  478. </widget>
  479. </item>
  480. <item>
  481. <widget class="QPushButton" name="b_close">
  482. <property name="text">
  483. <string>Close</string>
  484. </property>
  485. <property name="icon">
  486. <iconset resource="../resources.qrc">
  487. <normaloff>:/16x16/window-close.png</normaloff>:/16x16/window-close.png</iconset>
  488. </property>
  489. </widget>
  490. </item>
  491. </layout>
  492. </item>
  493. </layout>
  494. </widget>
  495. <resources>
  496. <include location="../resources.qrc"/>
  497. <include location="../resources.qrc"/>
  498. </resources>
  499. <connections>
  500. <connection>
  501. <sender>b_close</sender>
  502. <signal>clicked()</signal>
  503. <receiver>PluginRefreshW</receiver>
  504. <slot>close()</slot>
  505. <hints>
  506. <hint type="sourcelabel">
  507. <x>426</x>
  508. <y>231</y>
  509. </hint>
  510. <hint type="destinationlabel">
  511. <x>236</x>
  512. <y>125</y>
  513. </hint>
  514. </hints>
  515. </connection>
  516. </connections>
  517. </ui>