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.

498 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>610</width>
  10. <height>308</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="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_gig">
  89. <property name="text">
  90. <string>GIG</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <widget class="QCheckBox" name="ch_sf2">
  96. <property name="text">
  97. <string>SF2</string>
  98. </property>
  99. </widget>
  100. </item>
  101. <item>
  102. <widget class="QCheckBox" name="ch_sfz">
  103. <property name="text">
  104. <string>SFZ</string>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <spacer name="horizontalSpacer_4">
  110. <property name="orientation">
  111. <enum>Qt::Horizontal</enum>
  112. </property>
  113. <property name="sizeHint" stdset="0">
  114. <size>
  115. <width>40</width>
  116. <height>5</height>
  117. </size>
  118. </property>
  119. </spacer>
  120. </item>
  121. <item>
  122. <spacer name="verticalSpacer_3">
  123. <property name="orientation">
  124. <enum>Qt::Vertical</enum>
  125. </property>
  126. <property name="sizeHint" stdset="0">
  127. <size>
  128. <width>20</width>
  129. <height>40</height>
  130. </size>
  131. </property>
  132. </spacer>
  133. </item>
  134. </layout>
  135. </item>
  136. <item>
  137. <widget class="Line" name="line_2">
  138. <property name="lineWidth">
  139. <number>0</number>
  140. </property>
  141. <property name="midLineWidth">
  142. <number>1</number>
  143. </property>
  144. <property name="orientation">
  145. <enum>Qt::Vertical</enum>
  146. </property>
  147. </widget>
  148. </item>
  149. <item>
  150. <layout class="QVBoxLayout" name="verticalLayout_2">
  151. <item>
  152. <widget class="QCheckBox" name="ch_native">
  153. <property name="text">
  154. <string>Native</string>
  155. </property>
  156. </widget>
  157. </item>
  158. <item>
  159. <widget class="QCheckBox" name="ch_posix32">
  160. <property name="text">
  161. <string>POSIX 32bit</string>
  162. </property>
  163. </widget>
  164. </item>
  165. <item>
  166. <widget class="QCheckBox" name="ch_posix64">
  167. <property name="text">
  168. <string>POSIX 64bit</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item>
  173. <widget class="QCheckBox" name="ch_win32">
  174. <property name="text">
  175. <string>Windows 32bit</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item>
  180. <widget class="QCheckBox" name="ch_win64">
  181. <property name="text">
  182. <string>Windows 64bit</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item>
  187. <spacer name="verticalSpacer_2">
  188. <property name="orientation">
  189. <enum>Qt::Vertical</enum>
  190. </property>
  191. <property name="sizeHint" stdset="0">
  192. <size>
  193. <width>20</width>
  194. <height>40</height>
  195. </size>
  196. </property>
  197. </spacer>
  198. </item>
  199. </layout>
  200. </item>
  201. </layout>
  202. </widget>
  203. </item>
  204. <item>
  205. <spacer name="horizontalSpacer_3">
  206. <property name="orientation">
  207. <enum>Qt::Horizontal</enum>
  208. </property>
  209. <property name="sizeType">
  210. <enum>QSizePolicy::Fixed</enum>
  211. </property>
  212. <property name="sizeHint" stdset="0">
  213. <size>
  214. <width>20</width>
  215. <height>20</height>
  216. </size>
  217. </property>
  218. </spacer>
  219. </item>
  220. <item>
  221. <widget class="QGroupBox" name="groupBox_2">
  222. <property name="title">
  223. <string>Available tools:</string>
  224. </property>
  225. <property name="alignment">
  226. <set>Qt::AlignCenter</set>
  227. </property>
  228. <property name="flat">
  229. <bool>true</bool>
  230. </property>
  231. <layout class="QGridLayout" name="gridLayout">
  232. <item row="0" column="0">
  233. <widget class="QLabel" name="ico_native">
  234. <property name="maximumSize">
  235. <size>
  236. <width>22</width>
  237. <height>16777215</height>
  238. </size>
  239. </property>
  240. <property name="text">
  241. <string/>
  242. </property>
  243. <property name="pixmap">
  244. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  245. </property>
  246. </widget>
  247. </item>
  248. <item row="1" column="0">
  249. <widget class="QLabel" name="ico_posix32">
  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="5" column="1">
  265. <widget class="QLabel" name="label_rdflib">
  266. <property name="text">
  267. <string>python3-rdflib (LADSPA-RDF support)</string>
  268. </property>
  269. </widget>
  270. </item>
  271. <item row="4" column="1">
  272. <widget class="QLabel" name="label_win64">
  273. <property name="text">
  274. <string>carla-discovery-win64</string>
  275. </property>
  276. </widget>
  277. </item>
  278. <item row="0" column="1">
  279. <widget class="QLabel" name="label_native">
  280. <property name="text">
  281. <string>carla-discovery-native</string>
  282. </property>
  283. </widget>
  284. </item>
  285. <item row="2" column="0">
  286. <widget class="QLabel" name="ico_posix64">
  287. <property name="text">
  288. <string/>
  289. </property>
  290. <property name="pixmap">
  291. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  292. </property>
  293. </widget>
  294. </item>
  295. <item row="5" column="0">
  296. <widget class="QLabel" name="ico_rdflib">
  297. <property name="maximumSize">
  298. <size>
  299. <width>22</width>
  300. <height>16777215</height>
  301. </size>
  302. </property>
  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="1" column="1">
  312. <widget class="QLabel" name="label_posix32">
  313. <property name="text">
  314. <string>carla-discovery-posix32</string>
  315. </property>
  316. </widget>
  317. </item>
  318. <item row="3" column="0">
  319. <widget class="QLabel" name="ico_win32">
  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="4" column="0">
  335. <widget class="QLabel" name="ico_win64">
  336. <property name="text">
  337. <string/>
  338. </property>
  339. <property name="pixmap">
  340. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  341. </property>
  342. </widget>
  343. </item>
  344. <item row="2" column="1">
  345. <widget class="QLabel" name="label_posix64">
  346. <property name="text">
  347. <string>carla-discovery-posix64</string>
  348. </property>
  349. </widget>
  350. </item>
  351. <item row="3" column="1">
  352. <widget class="QLabel" name="label_win32">
  353. <property name="text">
  354. <string>carla-discovery-win32</string>
  355. </property>
  356. </widget>
  357. </item>
  358. <item row="6" column="1">
  359. <spacer name="verticalSpacer_4">
  360. <property name="orientation">
  361. <enum>Qt::Vertical</enum>
  362. </property>
  363. <property name="sizeHint" stdset="0">
  364. <size>
  365. <width>20</width>
  366. <height>40</height>
  367. </size>
  368. </property>
  369. </spacer>
  370. </item>
  371. </layout>
  372. </widget>
  373. </item>
  374. <item>
  375. <spacer name="horizontalSpacer_2">
  376. <property name="orientation">
  377. <enum>Qt::Horizontal</enum>
  378. </property>
  379. <property name="sizeType">
  380. <enum>QSizePolicy::Preferred</enum>
  381. </property>
  382. <property name="sizeHint" stdset="0">
  383. <size>
  384. <width>30</width>
  385. <height>20</height>
  386. </size>
  387. </property>
  388. </spacer>
  389. </item>
  390. </layout>
  391. </item>
  392. <item>
  393. <spacer name="verticalSpacer_5">
  394. <property name="orientation">
  395. <enum>Qt::Vertical</enum>
  396. </property>
  397. <property name="sizeType">
  398. <enum>QSizePolicy::Fixed</enum>
  399. </property>
  400. <property name="sizeHint" stdset="0">
  401. <size>
  402. <width>20</width>
  403. <height>6</height>
  404. </size>
  405. </property>
  406. </spacer>
  407. </item>
  408. <item>
  409. <spacer name="verticalSpacer">
  410. <property name="orientation">
  411. <enum>Qt::Vertical</enum>
  412. </property>
  413. <property name="sizeHint" stdset="0">
  414. <size>
  415. <width>20</width>
  416. <height>6</height>
  417. </size>
  418. </property>
  419. </spacer>
  420. </item>
  421. <item>
  422. <layout class="QHBoxLayout" name="horizontalLayout">
  423. <item>
  424. <widget class="QProgressBar" name="progressBar">
  425. <property name="sizePolicy">
  426. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  427. <horstretch>0</horstretch>
  428. <verstretch>0</verstretch>
  429. </sizepolicy>
  430. </property>
  431. <property name="maximum">
  432. <number>100</number>
  433. </property>
  434. <property name="value">
  435. <number>0</number>
  436. </property>
  437. <property name="format">
  438. <string>Press 'Start' to begin the search</string>
  439. </property>
  440. </widget>
  441. </item>
  442. <item>
  443. <widget class="QPushButton" name="b_start">
  444. <property name="text">
  445. <string>Start</string>
  446. </property>
  447. <property name="icon">
  448. <iconset resource="../resources.qrc">
  449. <normaloff>:/16x16/arrow-right.png</normaloff>:/16x16/arrow-right.png</iconset>
  450. </property>
  451. </widget>
  452. </item>
  453. <item>
  454. <widget class="QPushButton" name="b_skip">
  455. <property name="text">
  456. <string>&gt;&gt; Skip</string>
  457. </property>
  458. </widget>
  459. </item>
  460. <item>
  461. <widget class="QPushButton" name="b_close">
  462. <property name="text">
  463. <string>Close</string>
  464. </property>
  465. <property name="icon">
  466. <iconset resource="../resources.qrc">
  467. <normaloff>:/16x16/window-close.png</normaloff>:/16x16/window-close.png</iconset>
  468. </property>
  469. </widget>
  470. </item>
  471. </layout>
  472. </item>
  473. </layout>
  474. </widget>
  475. <resources>
  476. <include location="../resources.qrc"/>
  477. <include location="../resources.qrc"/>
  478. </resources>
  479. <connections>
  480. <connection>
  481. <sender>b_close</sender>
  482. <signal>clicked()</signal>
  483. <receiver>PluginRefreshW</receiver>
  484. <slot>close()</slot>
  485. <hints>
  486. <hint type="sourcelabel">
  487. <x>426</x>
  488. <y>231</y>
  489. </hint>
  490. <hint type="destinationlabel">
  491. <x>236</x>
  492. <y>125</y>
  493. </hint>
  494. </hints>
  495. </connection>
  496. </connections>
  497. </ui>