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.

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