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.

carla_refresh.ui 15KB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  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_vst">
  62. <property name="text">
  63. <string>VST</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QCheckBox" name="ch_vst3">
  69. <property name="text">
  70. <string>VST3</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. <layout class="QVBoxLayout" name="verticalLayout_3">
  222. <item>
  223. <widget class="QGroupBox" name="group_tools">
  224. <property name="title">
  225. <string>Available tools:</string>
  226. </property>
  227. <property name="alignment">
  228. <set>Qt::AlignCenter</set>
  229. </property>
  230. <property name="flat">
  231. <bool>true</bool>
  232. </property>
  233. <layout class="QGridLayout" name="gridLayout">
  234. <item row="0" column="0">
  235. <widget class="QLabel" name="ico_native">
  236. <property name="maximumSize">
  237. <size>
  238. <width>22</width>
  239. <height>16777215</height>
  240. </size>
  241. </property>
  242. <property name="text">
  243. <string/>
  244. </property>
  245. <property name="pixmap">
  246. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  247. </property>
  248. </widget>
  249. </item>
  250. <item row="1" column="0">
  251. <widget class="QLabel" name="ico_posix32">
  252. <property name="maximumSize">
  253. <size>
  254. <width>22</width>
  255. <height>16777215</height>
  256. </size>
  257. </property>
  258. <property name="text">
  259. <string/>
  260. </property>
  261. <property name="pixmap">
  262. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  263. </property>
  264. </widget>
  265. </item>
  266. <item row="5" column="1">
  267. <widget class="QLabel" name="label_rdflib">
  268. <property name="text">
  269. <string>python3-rdflib (LADSPA-RDF support)</string>
  270. </property>
  271. </widget>
  272. </item>
  273. <item row="4" column="1">
  274. <widget class="QLabel" name="label_win64">
  275. <property name="text">
  276. <string>carla-discovery-win64</string>
  277. </property>
  278. </widget>
  279. </item>
  280. <item row="0" column="1">
  281. <widget class="QLabel" name="label_native">
  282. <property name="text">
  283. <string>carla-discovery-native</string>
  284. </property>
  285. </widget>
  286. </item>
  287. <item row="2" column="0">
  288. <widget class="QLabel" name="ico_posix64">
  289. <property name="text">
  290. <string/>
  291. </property>
  292. <property name="pixmap">
  293. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  294. </property>
  295. </widget>
  296. </item>
  297. <item row="5" column="0">
  298. <widget class="QLabel" name="ico_rdflib">
  299. <property name="maximumSize">
  300. <size>
  301. <width>22</width>
  302. <height>16777215</height>
  303. </size>
  304. </property>
  305. <property name="text">
  306. <string/>
  307. </property>
  308. <property name="pixmap">
  309. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  310. </property>
  311. </widget>
  312. </item>
  313. <item row="1" column="1">
  314. <widget class="QLabel" name="label_posix32">
  315. <property name="text">
  316. <string>carla-discovery-posix32</string>
  317. </property>
  318. </widget>
  319. </item>
  320. <item row="3" column="0">
  321. <widget class="QLabel" name="ico_win32">
  322. <property name="maximumSize">
  323. <size>
  324. <width>22</width>
  325. <height>16777215</height>
  326. </size>
  327. </property>
  328. <property name="text">
  329. <string/>
  330. </property>
  331. <property name="pixmap">
  332. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  333. </property>
  334. </widget>
  335. </item>
  336. <item row="4" column="0">
  337. <widget class="QLabel" name="ico_win64">
  338. <property name="text">
  339. <string/>
  340. </property>
  341. <property name="pixmap">
  342. <pixmap resource="../resources.qrc">:/16x16/dialog-ok-apply.png</pixmap>
  343. </property>
  344. </widget>
  345. </item>
  346. <item row="2" column="1">
  347. <widget class="QLabel" name="label_posix64">
  348. <property name="text">
  349. <string>carla-discovery-posix64</string>
  350. </property>
  351. </widget>
  352. </item>
  353. <item row="3" column="1">
  354. <widget class="QLabel" name="label_win32">
  355. <property name="text">
  356. <string>carla-discovery-win32</string>
  357. </property>
  358. </widget>
  359. </item>
  360. </layout>
  361. </widget>
  362. </item>
  363. <item>
  364. <spacer name="verticalSpacer_5">
  365. <property name="orientation">
  366. <enum>Qt::Vertical</enum>
  367. </property>
  368. <property name="sizeHint" stdset="0">
  369. <size>
  370. <width>20</width>
  371. <height>40</height>
  372. </size>
  373. </property>
  374. </spacer>
  375. </item>
  376. <item>
  377. <widget class="QGroupBox" name="group_options">
  378. <property name="title">
  379. <string>Options:</string>
  380. </property>
  381. <property name="alignment">
  382. <set>Qt::AlignCenter</set>
  383. </property>
  384. <property name="flat">
  385. <bool>true</bool>
  386. </property>
  387. <layout class="QVBoxLayout" name="verticalLayout_4">
  388. <item>
  389. <widget class="QCheckBox" name="ch_do_checks">
  390. <property name="toolTip">
  391. <string>Carla will run small processing checks when scanning the plugins (to make sure they won't crash).
  392. You can disable these checks to get a faster scanning time (at your own risk).</string>
  393. </property>
  394. <property name="text">
  395. <string>Run processing checks while scanning</string>
  396. </property>
  397. </widget>
  398. </item>
  399. </layout>
  400. </widget>
  401. </item>
  402. <item>
  403. <spacer name="verticalSpacer_4">
  404. <property name="orientation">
  405. <enum>Qt::Vertical</enum>
  406. </property>
  407. <property name="sizeHint" stdset="0">
  408. <size>
  409. <width>20</width>
  410. <height>40</height>
  411. </size>
  412. </property>
  413. </spacer>
  414. </item>
  415. </layout>
  416. </item>
  417. <item>
  418. <spacer name="horizontalSpacer_2">
  419. <property name="orientation">
  420. <enum>Qt::Horizontal</enum>
  421. </property>
  422. <property name="sizeType">
  423. <enum>QSizePolicy::Preferred</enum>
  424. </property>
  425. <property name="sizeHint" stdset="0">
  426. <size>
  427. <width>30</width>
  428. <height>20</height>
  429. </size>
  430. </property>
  431. </spacer>
  432. </item>
  433. </layout>
  434. </item>
  435. <item>
  436. <spacer name="verticalSpacer">
  437. <property name="orientation">
  438. <enum>Qt::Vertical</enum>
  439. </property>
  440. <property name="sizeHint" stdset="0">
  441. <size>
  442. <width>20</width>
  443. <height>6</height>
  444. </size>
  445. </property>
  446. </spacer>
  447. </item>
  448. <item>
  449. <layout class="QHBoxLayout" name="horizontalLayout">
  450. <item>
  451. <widget class="QProgressBar" name="progressBar">
  452. <property name="sizePolicy">
  453. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  454. <horstretch>0</horstretch>
  455. <verstretch>0</verstretch>
  456. </sizepolicy>
  457. </property>
  458. <property name="maximum">
  459. <number>100</number>
  460. </property>
  461. <property name="value">
  462. <number>0</number>
  463. </property>
  464. <property name="format">
  465. <string>Press 'Start' to begin the search</string>
  466. </property>
  467. </widget>
  468. </item>
  469. <item>
  470. <widget class="QPushButton" name="b_start">
  471. <property name="text">
  472. <string>Start</string>
  473. </property>
  474. <property name="icon">
  475. <iconset resource="../resources.qrc">
  476. <normaloff>:/16x16/arrow-right.png</normaloff>:/16x16/arrow-right.png</iconset>
  477. </property>
  478. </widget>
  479. </item>
  480. <item>
  481. <widget class="QPushButton" name="b_skip">
  482. <property name="text">
  483. <string>&gt;&gt; Skip</string>
  484. </property>
  485. </widget>
  486. </item>
  487. <item>
  488. <widget class="QPushButton" name="b_close">
  489. <property name="text">
  490. <string>Close</string>
  491. </property>
  492. <property name="icon">
  493. <iconset resource="../resources.qrc">
  494. <normaloff>:/16x16/window-close.png</normaloff>:/16x16/window-close.png</iconset>
  495. </property>
  496. </widget>
  497. </item>
  498. </layout>
  499. </item>
  500. </layout>
  501. </widget>
  502. <resources>
  503. <include location="../resources.qrc"/>
  504. <include location="../resources.qrc"/>
  505. </resources>
  506. <connections>
  507. <connection>
  508. <sender>b_close</sender>
  509. <signal>clicked()</signal>
  510. <receiver>PluginRefreshW</receiver>
  511. <slot>close()</slot>
  512. <hints>
  513. <hint type="sourcelabel">
  514. <x>426</x>
  515. <y>231</y>
  516. </hint>
  517. <hint type="destinationlabel">
  518. <x>236</x>
  519. <y>125</y>
  520. </hint>
  521. </hints>
  522. </connection>
  523. </connections>
  524. </ui>