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.

512 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>609</width>
  10. <height>349</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="QCheckBox" name="ch_au">
  76. <property name="text">
  77. <string>AudioUnits</string>
  78. </property>
  79. </widget>
  80. </item>
  81. <item>
  82. <widget class="Line" name="line_3">
  83. <property name="lineWidth">
  84. <number>0</number>
  85. </property>
  86. <property name="midLineWidth">
  87. <number>1</number>
  88. </property>
  89. <property name="orientation">
  90. <enum>Qt::Horizontal</enum>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QCheckBox" name="ch_csound">
  96. <property name="text">
  97. <string>CSD</string>
  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. <widget class="QGroupBox" name="groupBox_2">
  236. <property name="title">
  237. <string>Available tools:</string>
  238. </property>
  239. <property name="alignment">
  240. <set>Qt::AlignCenter</set>
  241. </property>
  242. <property name="flat">
  243. <bool>true</bool>
  244. </property>
  245. <layout class="QGridLayout" name="gridLayout">
  246. <item row="0" column="0">
  247. <widget class="QLabel" name="ico_native">
  248. <property name="maximumSize">
  249. <size>
  250. <width>22</width>
  251. <height>16777215</height>
  252. </size>
  253. </property>
  254. <property name="text">
  255. <string/>
  256. </property>
  257. <property name="pixmap">
  258. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  259. </property>
  260. </widget>
  261. </item>
  262. <item row="1" column="0">
  263. <widget class="QLabel" name="ico_posix32">
  264. <property name="maximumSize">
  265. <size>
  266. <width>22</width>
  267. <height>16777215</height>
  268. </size>
  269. </property>
  270. <property name="text">
  271. <string/>
  272. </property>
  273. <property name="pixmap">
  274. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  275. </property>
  276. </widget>
  277. </item>
  278. <item row="5" column="1">
  279. <widget class="QLabel" name="label_rdflib">
  280. <property name="text">
  281. <string>python3-rdflib (LADSPA-RDF support)</string>
  282. </property>
  283. </widget>
  284. </item>
  285. <item row="4" column="1">
  286. <widget class="QLabel" name="label_win64">
  287. <property name="text">
  288. <string>carla-discovery-win64</string>
  289. </property>
  290. </widget>
  291. </item>
  292. <item row="0" column="1">
  293. <widget class="QLabel" name="label_native">
  294. <property name="text">
  295. <string>carla-discovery-native</string>
  296. </property>
  297. </widget>
  298. </item>
  299. <item row="2" column="0">
  300. <widget class="QLabel" name="ico_posix64">
  301. <property name="text">
  302. <string/>
  303. </property>
  304. <property name="pixmap">
  305. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  306. </property>
  307. </widget>
  308. </item>
  309. <item row="5" column="0">
  310. <widget class="QLabel" name="ico_rdflib">
  311. <property name="maximumSize">
  312. <size>
  313. <width>22</width>
  314. <height>16777215</height>
  315. </size>
  316. </property>
  317. <property name="text">
  318. <string/>
  319. </property>
  320. <property name="pixmap">
  321. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  322. </property>
  323. </widget>
  324. </item>
  325. <item row="1" column="1">
  326. <widget class="QLabel" name="label_posix32">
  327. <property name="text">
  328. <string>carla-discovery-posix32</string>
  329. </property>
  330. </widget>
  331. </item>
  332. <item row="3" column="0">
  333. <widget class="QLabel" name="ico_win32">
  334. <property name="maximumSize">
  335. <size>
  336. <width>22</width>
  337. <height>16777215</height>
  338. </size>
  339. </property>
  340. <property name="text">
  341. <string/>
  342. </property>
  343. <property name="pixmap">
  344. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  345. </property>
  346. </widget>
  347. </item>
  348. <item row="4" column="0">
  349. <widget class="QLabel" name="ico_win64">
  350. <property name="text">
  351. <string/>
  352. </property>
  353. <property name="pixmap">
  354. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  355. </property>
  356. </widget>
  357. </item>
  358. <item row="2" column="1">
  359. <widget class="QLabel" name="label_posix64">
  360. <property name="text">
  361. <string>carla-discovery-posix64</string>
  362. </property>
  363. </widget>
  364. </item>
  365. <item row="3" column="1">
  366. <widget class="QLabel" name="label_win32">
  367. <property name="text">
  368. <string>carla-discovery-win32</string>
  369. </property>
  370. </widget>
  371. </item>
  372. <item row="6" column="1">
  373. <spacer name="verticalSpacer_4">
  374. <property name="orientation">
  375. <enum>Qt::Vertical</enum>
  376. </property>
  377. <property name="sizeHint" stdset="0">
  378. <size>
  379. <width>20</width>
  380. <height>40</height>
  381. </size>
  382. </property>
  383. </spacer>
  384. </item>
  385. </layout>
  386. </widget>
  387. </item>
  388. <item>
  389. <spacer name="horizontalSpacer_2">
  390. <property name="orientation">
  391. <enum>Qt::Horizontal</enum>
  392. </property>
  393. <property name="sizeType">
  394. <enum>QSizePolicy::Preferred</enum>
  395. </property>
  396. <property name="sizeHint" stdset="0">
  397. <size>
  398. <width>30</width>
  399. <height>20</height>
  400. </size>
  401. </property>
  402. </spacer>
  403. </item>
  404. </layout>
  405. </item>
  406. <item>
  407. <spacer name="verticalSpacer_5">
  408. <property name="orientation">
  409. <enum>Qt::Vertical</enum>
  410. </property>
  411. <property name="sizeType">
  412. <enum>QSizePolicy::Fixed</enum>
  413. </property>
  414. <property name="sizeHint" stdset="0">
  415. <size>
  416. <width>20</width>
  417. <height>6</height>
  418. </size>
  419. </property>
  420. </spacer>
  421. </item>
  422. <item>
  423. <spacer name="verticalSpacer">
  424. <property name="orientation">
  425. <enum>Qt::Vertical</enum>
  426. </property>
  427. <property name="sizeHint" stdset="0">
  428. <size>
  429. <width>20</width>
  430. <height>6</height>
  431. </size>
  432. </property>
  433. </spacer>
  434. </item>
  435. <item>
  436. <layout class="QHBoxLayout" name="horizontalLayout">
  437. <item>
  438. <widget class="QProgressBar" name="progressBar">
  439. <property name="sizePolicy">
  440. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  441. <horstretch>0</horstretch>
  442. <verstretch>0</verstretch>
  443. </sizepolicy>
  444. </property>
  445. <property name="maximum">
  446. <number>100</number>
  447. </property>
  448. <property name="value">
  449. <number>0</number>
  450. </property>
  451. <property name="format">
  452. <string>Press 'Start' to begin the search</string>
  453. </property>
  454. </widget>
  455. </item>
  456. <item>
  457. <widget class="QPushButton" name="b_start">
  458. <property name="text">
  459. <string>Start</string>
  460. </property>
  461. <property name="icon">
  462. <iconset resource="../resources.qrc">
  463. <normaloff>:/16x16/arrow-right.png</normaloff>:/16x16/arrow-right.png</iconset>
  464. </property>
  465. </widget>
  466. </item>
  467. <item>
  468. <widget class="QPushButton" name="b_skip">
  469. <property name="text">
  470. <string>&gt;&gt; Skip</string>
  471. </property>
  472. </widget>
  473. </item>
  474. <item>
  475. <widget class="QPushButton" name="b_close">
  476. <property name="text">
  477. <string>Close</string>
  478. </property>
  479. <property name="icon">
  480. <iconset resource="../resources.qrc">
  481. <normaloff>:/16x16/window-close.png</normaloff>:/16x16/window-close.png</iconset>
  482. </property>
  483. </widget>
  484. </item>
  485. </layout>
  486. </item>
  487. </layout>
  488. </widget>
  489. <resources>
  490. <include location="../resources.qrc"/>
  491. <include location="../resources.qrc"/>
  492. </resources>
  493. <connections>
  494. <connection>
  495. <sender>b_close</sender>
  496. <signal>clicked()</signal>
  497. <receiver>PluginRefreshW</receiver>
  498. <slot>close()</slot>
  499. <hints>
  500. <hint type="sourcelabel">
  501. <x>426</x>
  502. <y>231</y>
  503. </hint>
  504. <hint type="destinationlabel">
  505. <x>236</x>
  506. <y>125</y>
  507. </hint>
  508. </hints>
  509. </connection>
  510. </connections>
  511. </ui>