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.

960 lines
27KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PluginDatabaseW</class>
  4. <widget class="QDialog" name="PluginDatabaseW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1100</width>
  10. <height>683</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Carla - Add New</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout_3">
  17. <item row="2" column="0">
  18. <spacer name="verticalSpacer_6">
  19. <property name="orientation">
  20. <enum>Qt::Vertical</enum>
  21. </property>
  22. <property name="sizeHint" stdset="0">
  23. <size>
  24. <width>20</width>
  25. <height>40</height>
  26. </size>
  27. </property>
  28. </spacer>
  29. </item>
  30. <item row="3" column="0">
  31. <widget class="QTabWidget" name="tab_reqs">
  32. <property name="sizePolicy">
  33. <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
  34. <horstretch>0</horstretch>
  35. <verstretch>0</verstretch>
  36. </sizepolicy>
  37. </property>
  38. <property name="tabBarAutoHide" stdset="0">
  39. <bool>true</bool>
  40. </property>
  41. <widget class="QWidget" name="tw_reqs">
  42. <attribute name="title">
  43. <string/>
  44. </attribute>
  45. <layout class="QGridLayout" name="gridLayout">
  46. <item row="0" column="1">
  47. <widget class="QLabel" name="l_reqs">
  48. <property name="font">
  49. <font>
  50. <weight>75</weight>
  51. <bold>true</bold>
  52. </font>
  53. </property>
  54. <property name="text">
  55. <string>Requirements</string>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="5" column="1">
  60. <widget class="QCheckBox" name="ch_gui">
  61. <property name="text">
  62. <string>With Custom GUI </string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="4" column="1">
  67. <widget class="QCheckBox" name="ch_cv">
  68. <property name="text">
  69. <string>With CV Ports</string>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="2" column="1">
  74. <widget class="QCheckBox" name="ch_rtsafe">
  75. <property name="text">
  76. <string>Real-time safe only</string>
  77. </property>
  78. </widget>
  79. </item>
  80. <item row="3" column="1">
  81. <widget class="QCheckBox" name="ch_stereo">
  82. <property name="text">
  83. <string>Stereo only</string>
  84. </property>
  85. </widget>
  86. </item>
  87. <item row="6" column="1">
  88. <widget class="QCheckBox" name="ch_inline_display">
  89. <property name="text">
  90. <string>With Inline Display</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item row="1" column="1">
  95. <widget class="QCheckBox" name="ch_favorites">
  96. <property name="text">
  97. <string>Favorites only</string>
  98. </property>
  99. </widget>
  100. </item>
  101. </layout>
  102. </widget>
  103. </widget>
  104. </item>
  105. <item row="4" column="0" colspan="3">
  106. <layout class="QHBoxLayout" name="horizontalLayout_2">
  107. <item>
  108. <widget class="QLabel" name="label">
  109. <property name="text">
  110. <string>(Number of Plugins go here)</string>
  111. </property>
  112. <property name="textInteractionFlags">
  113. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <spacer name="horizontalSpacer">
  119. <property name="orientation">
  120. <enum>Qt::Horizontal</enum>
  121. </property>
  122. <property name="sizeHint" stdset="0">
  123. <size>
  124. <width>40</width>
  125. <height>20</height>
  126. </size>
  127. </property>
  128. </spacer>
  129. </item>
  130. <item>
  131. <widget class="QPushButton" name="b_add">
  132. <property name="text">
  133. <string>&amp;Add Plugin</string>
  134. </property>
  135. <property name="icon">
  136. <iconset resource="../resources.qrc">
  137. <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
  138. </property>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QPushButton" name="b_cancel">
  143. <property name="text">
  144. <string>Cancel</string>
  145. </property>
  146. <property name="icon">
  147. <iconset resource="../resources.qrc">
  148. <normaloff>:/16x16/dialog-cancel.svgz</normaloff>:/16x16/dialog-cancel.svgz</iconset>
  149. </property>
  150. </widget>
  151. </item>
  152. </layout>
  153. </item>
  154. <item row="0" column="0" colspan="3">
  155. <layout class="QHBoxLayout" name="horizontalLayout">
  156. <item>
  157. <widget class="QLineEdit" name="lineEdit">
  158. <property name="clearButtonEnabled" stdset="0">
  159. <bool>true</bool>
  160. </property>
  161. </widget>
  162. </item>
  163. <item>
  164. <widget class="QPushButton" name="b_refresh">
  165. <property name="text">
  166. <string>Refresh</string>
  167. </property>
  168. <property name="icon">
  169. <iconset resource="../resources.qrc">
  170. <normaloff>:/16x16/view-refresh.svgz</normaloff>:/16x16/view-refresh.svgz</iconset>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QPushButton" name="b_clear_filters">
  176. <property name="text">
  177. <string>Reset filters</string>
  178. </property>
  179. <property name="icon">
  180. <iconset resource="../resources.qrc">
  181. <normaloff>:/16x16/edit-clear.svgz</normaloff>:/16x16/edit-clear.svgz</iconset>
  182. </property>
  183. </widget>
  184. </item>
  185. </layout>
  186. </item>
  187. <item row="1" column="2" rowspan="3">
  188. <widget class="QTabWidget" name="tab_info">
  189. <property name="tabBarAutoHide" stdset="0">
  190. <bool>true</bool>
  191. </property>
  192. <widget class="QWidget" name="tw_info">
  193. <attribute name="title">
  194. <string/>
  195. </attribute>
  196. <layout class="QGridLayout" name="gridLayout_2">
  197. <item row="19" column="0">
  198. <spacer name="verticalSpacer_2">
  199. <property name="orientation">
  200. <enum>Qt::Vertical</enum>
  201. </property>
  202. <property name="sizeHint" stdset="0">
  203. <size>
  204. <width>20</width>
  205. <height>40</height>
  206. </size>
  207. </property>
  208. </spacer>
  209. </item>
  210. <item row="1" column="1">
  211. <widget class="QLabel" name="l_format">
  212. <property name="text">
  213. <string>TextLabel</string>
  214. </property>
  215. </widget>
  216. </item>
  217. <item row="1" column="0">
  218. <widget class="QLabel" name="label_2">
  219. <property name="text">
  220. <string>Format:</string>
  221. </property>
  222. <property name="alignment">
  223. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  224. </property>
  225. </widget>
  226. </item>
  227. <item row="3" column="0">
  228. <widget class="QLabel" name="label_4">
  229. <property name="text">
  230. <string>Architecture:</string>
  231. </property>
  232. <property name="alignment">
  233. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  234. </property>
  235. </widget>
  236. </item>
  237. <item row="3" column="1">
  238. <widget class="QLabel" name="l_arch">
  239. <property name="text">
  240. <string>TextLabel</string>
  241. </property>
  242. </widget>
  243. </item>
  244. <item row="2" column="0">
  245. <widget class="QLabel" name="label_6">
  246. <property name="text">
  247. <string>Type:</string>
  248. </property>
  249. <property name="alignment">
  250. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  251. </property>
  252. </widget>
  253. </item>
  254. <item row="2" column="1">
  255. <widget class="QLabel" name="l_type">
  256. <property name="text">
  257. <string>TextLabel</string>
  258. </property>
  259. </widget>
  260. </item>
  261. <item row="19" column="1">
  262. <spacer name="verticalSpacer">
  263. <property name="orientation">
  264. <enum>Qt::Vertical</enum>
  265. </property>
  266. <property name="sizeHint" stdset="0">
  267. <size>
  268. <width>20</width>
  269. <height>40</height>
  270. </size>
  271. </property>
  272. </spacer>
  273. </item>
  274. <item row="10" column="0">
  275. <widget class="QLabel" name="label_12">
  276. <property name="text">
  277. <string>MIDI Ins:</string>
  278. </property>
  279. <property name="alignment">
  280. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  281. </property>
  282. </widget>
  283. </item>
  284. <item row="6" column="0">
  285. <widget class="QLabel" name="label_8">
  286. <property name="text">
  287. <string>Audio Ins:</string>
  288. </property>
  289. <property name="alignment">
  290. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  291. </property>
  292. </widget>
  293. </item>
  294. <item row="9" column="0">
  295. <widget class="QLabel" name="label_11">
  296. <property name="text">
  297. <string>CV Outs:</string>
  298. </property>
  299. <property name="alignment">
  300. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  301. </property>
  302. </widget>
  303. </item>
  304. <item row="11" column="0">
  305. <widget class="QLabel" name="label_13">
  306. <property name="text">
  307. <string>MIDI Outs:</string>
  308. </property>
  309. <property name="alignment">
  310. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  311. </property>
  312. </widget>
  313. </item>
  314. <item row="12" column="0">
  315. <widget class="QLabel" name="label_14">
  316. <property name="text">
  317. <string>Parameter Ins:</string>
  318. </property>
  319. <property name="alignment">
  320. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  321. </property>
  322. </widget>
  323. </item>
  324. <item row="13" column="0">
  325. <widget class="QLabel" name="label_15">
  326. <property name="text">
  327. <string>Parameter Outs:</string>
  328. </property>
  329. <property name="alignment">
  330. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  331. </property>
  332. </widget>
  333. </item>
  334. <item row="7" column="0">
  335. <widget class="QLabel" name="label_9">
  336. <property name="text">
  337. <string>Audio Outs:</string>
  338. </property>
  339. <property name="alignment">
  340. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  341. </property>
  342. </widget>
  343. </item>
  344. <item row="8" column="0">
  345. <widget class="QLabel" name="label_10">
  346. <property name="text">
  347. <string>CV Ins:</string>
  348. </property>
  349. <property name="alignment">
  350. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  351. </property>
  352. </widget>
  353. </item>
  354. <item row="4" column="0">
  355. <widget class="QLabel" name="la_id">
  356. <property name="text">
  357. <string>UniqueID:</string>
  358. </property>
  359. <property name="alignment">
  360. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  361. </property>
  362. </widget>
  363. </item>
  364. <item row="16" column="0">
  365. <widget class="QLabel" name="label_18">
  366. <property name="text">
  367. <string>Has Inline Display:</string>
  368. </property>
  369. <property name="alignment">
  370. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  371. </property>
  372. </widget>
  373. </item>
  374. <item row="15" column="0">
  375. <widget class="QLabel" name="label_17">
  376. <property name="text">
  377. <string>Has Custom GUI:</string>
  378. </property>
  379. <property name="alignment">
  380. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  381. </property>
  382. </widget>
  383. </item>
  384. <item row="18" column="0">
  385. <widget class="QLabel" name="label_19">
  386. <property name="text">
  387. <string>Is Synth:</string>
  388. </property>
  389. <property name="alignment">
  390. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  391. </property>
  392. </widget>
  393. </item>
  394. <item row="17" column="0">
  395. <widget class="QLabel" name="label_20">
  396. <property name="text">
  397. <string>Is Bridged:</string>
  398. </property>
  399. <property name="alignment">
  400. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  401. </property>
  402. </widget>
  403. </item>
  404. <item row="7" column="1">
  405. <widget class="QLabel" name="l_aouts">
  406. <property name="text">
  407. <string>TextLabel</string>
  408. </property>
  409. </widget>
  410. </item>
  411. <item row="4" column="1">
  412. <widget class="QLabel" name="l_id">
  413. <property name="text">
  414. <string>TextLabel</string>
  415. </property>
  416. </widget>
  417. </item>
  418. <item row="6" column="1">
  419. <widget class="QLabel" name="l_ains">
  420. <property name="text">
  421. <string>TextLabel</string>
  422. </property>
  423. </widget>
  424. </item>
  425. <item row="18" column="1">
  426. <widget class="QLabel" name="l_synth">
  427. <property name="text">
  428. <string>TextLabel</string>
  429. </property>
  430. </widget>
  431. </item>
  432. <item row="12" column="1">
  433. <widget class="QLabel" name="l_pins">
  434. <property name="text">
  435. <string>TextLabel</string>
  436. </property>
  437. </widget>
  438. </item>
  439. <item row="8" column="1">
  440. <widget class="QLabel" name="l_cvins">
  441. <property name="text">
  442. <string>TextLabel</string>
  443. </property>
  444. </widget>
  445. </item>
  446. <item row="13" column="1">
  447. <widget class="QLabel" name="l_pouts">
  448. <property name="text">
  449. <string>TextLabel</string>
  450. </property>
  451. </widget>
  452. </item>
  453. <item row="11" column="1">
  454. <widget class="QLabel" name="l_mouts">
  455. <property name="text">
  456. <string>TextLabel</string>
  457. </property>
  458. </widget>
  459. </item>
  460. <item row="10" column="1">
  461. <widget class="QLabel" name="l_mins">
  462. <property name="text">
  463. <string>TextLabel</string>
  464. </property>
  465. </widget>
  466. </item>
  467. <item row="17" column="1">
  468. <widget class="QLabel" name="l_bridged">
  469. <property name="text">
  470. <string>TextLabel</string>
  471. </property>
  472. </widget>
  473. </item>
  474. <item row="16" column="1">
  475. <widget class="QLabel" name="l_idisp">
  476. <property name="text">
  477. <string>TextLabel</string>
  478. </property>
  479. </widget>
  480. </item>
  481. <item row="15" column="1">
  482. <widget class="QLabel" name="l_gui">
  483. <property name="text">
  484. <string>TextLabel</string>
  485. </property>
  486. </widget>
  487. </item>
  488. <item row="9" column="1">
  489. <widget class="QLabel" name="l_cvouts">
  490. <property name="text">
  491. <string>TextLabel</string>
  492. </property>
  493. </widget>
  494. </item>
  495. <item row="0" column="0" colspan="2">
  496. <widget class="QLabel" name="label_3">
  497. <property name="font">
  498. <font>
  499. <weight>75</weight>
  500. <bold>true</bold>
  501. </font>
  502. </property>
  503. <property name="text">
  504. <string>Information</string>
  505. </property>
  506. </widget>
  507. </item>
  508. <item row="14" column="0" colspan="2">
  509. <widget class="Line" name="line_2">
  510. <property name="lineWidth">
  511. <number>0</number>
  512. </property>
  513. <property name="midLineWidth">
  514. <number>1</number>
  515. </property>
  516. <property name="orientation">
  517. <enum>Qt::Horizontal</enum>
  518. </property>
  519. </widget>
  520. </item>
  521. <item row="5" column="0" colspan="2">
  522. <widget class="Line" name="line">
  523. <property name="lineWidth">
  524. <number>0</number>
  525. </property>
  526. <property name="midLineWidth">
  527. <number>1</number>
  528. </property>
  529. <property name="orientation">
  530. <enum>Qt::Horizontal</enum>
  531. </property>
  532. </widget>
  533. </item>
  534. </layout>
  535. </widget>
  536. </widget>
  537. </item>
  538. <item row="1" column="1" rowspan="3">
  539. <widget class="QTableWidget" name="tableWidget">
  540. <property name="sizePolicy">
  541. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  542. <horstretch>1</horstretch>
  543. <verstretch>0</verstretch>
  544. </sizepolicy>
  545. </property>
  546. <property name="editTriggers">
  547. <set>QAbstractItemView::NoEditTriggers</set>
  548. </property>
  549. <property name="showDropIndicator" stdset="0">
  550. <bool>false</bool>
  551. </property>
  552. <property name="dragDropOverwriteMode">
  553. <bool>false</bool>
  554. </property>
  555. <property name="alternatingRowColors">
  556. <bool>true</bool>
  557. </property>
  558. <property name="selectionMode">
  559. <enum>QAbstractItemView::SingleSelection</enum>
  560. </property>
  561. <property name="selectionBehavior">
  562. <enum>QAbstractItemView::SelectRows</enum>
  563. </property>
  564. <property name="showGrid">
  565. <bool>false</bool>
  566. </property>
  567. <property name="gridStyle">
  568. <enum>Qt::NoPen</enum>
  569. </property>
  570. <property name="sortingEnabled">
  571. <bool>true</bool>
  572. </property>
  573. <property name="wordWrap">
  574. <bool>false</bool>
  575. </property>
  576. <attribute name="horizontalHeaderMinimumSectionSize">
  577. <number>24</number>
  578. </attribute>
  579. <attribute name="horizontalHeaderStretchLastSection">
  580. <bool>true</bool>
  581. </attribute>
  582. <attribute name="verticalHeaderVisible">
  583. <bool>false</bool>
  584. </attribute>
  585. <attribute name="verticalHeaderDefaultSectionSize">
  586. <number>22</number>
  587. </attribute>
  588. <attribute name="verticalHeaderMinimumSectionSize">
  589. <number>12</number>
  590. </attribute>
  591. <column>
  592. <property name="text">
  593. <string notr="true"/>
  594. </property>
  595. <property name="toolTip">
  596. <string notr="true"/>
  597. </property>
  598. <property name="whatsThis">
  599. <string notr="true"/>
  600. </property>
  601. <property name="icon">
  602. <iconset resource="../resources.qrc">
  603. <normaloff>:/16x16/bookmarks.svgz</normaloff>:/16x16/bookmarks.svgz</iconset>
  604. </property>
  605. </column>
  606. <column>
  607. <property name="text">
  608. <string>Name</string>
  609. </property>
  610. </column>
  611. <column>
  612. <property name="text">
  613. <string>Label/URI</string>
  614. </property>
  615. </column>
  616. <column>
  617. <property name="text">
  618. <string>Maker</string>
  619. </property>
  620. </column>
  621. <column>
  622. <property name="text">
  623. <string>Binary/Filename</string>
  624. </property>
  625. </column>
  626. </widget>
  627. </item>
  628. <item row="1" column="0">
  629. <widget class="QToolBox" name="toolBox">
  630. <property name="currentIndex">
  631. <number>0</number>
  632. </property>
  633. <widget class="QWidget" name="p_format">
  634. <property name="geometry">
  635. <rect>
  636. <x>0</x>
  637. <y>0</y>
  638. <width>158</width>
  639. <height>237</height>
  640. </rect>
  641. </property>
  642. <attribute name="label">
  643. <string>Format</string>
  644. </attribute>
  645. <layout class="QVBoxLayout" name="verticalLayout">
  646. <item>
  647. <widget class="QCheckBox" name="ch_internal">
  648. <property name="text">
  649. <string>Internal</string>
  650. </property>
  651. </widget>
  652. </item>
  653. <item>
  654. <widget class="QCheckBox" name="ch_ladspa">
  655. <property name="text">
  656. <string>LADSPA</string>
  657. </property>
  658. </widget>
  659. </item>
  660. <item>
  661. <widget class="QCheckBox" name="ch_dssi">
  662. <property name="text">
  663. <string>DSSI</string>
  664. </property>
  665. </widget>
  666. </item>
  667. <item>
  668. <widget class="QCheckBox" name="ch_lv2">
  669. <property name="text">
  670. <string>LV2</string>
  671. </property>
  672. </widget>
  673. </item>
  674. <item>
  675. <widget class="QCheckBox" name="ch_vst">
  676. <property name="text">
  677. <string>VST2</string>
  678. </property>
  679. </widget>
  680. </item>
  681. <item>
  682. <widget class="QCheckBox" name="ch_vst3">
  683. <property name="text">
  684. <string>VST3</string>
  685. </property>
  686. </widget>
  687. </item>
  688. <item>
  689. <widget class="QCheckBox" name="ch_au">
  690. <property name="text">
  691. <string>AU</string>
  692. </property>
  693. </widget>
  694. </item>
  695. <item>
  696. <widget class="QCheckBox" name="ch_kits">
  697. <property name="text">
  698. <string>Sound Kits</string>
  699. </property>
  700. </widget>
  701. </item>
  702. <item>
  703. <spacer name="verticalSpacer_5">
  704. <property name="orientation">
  705. <enum>Qt::Vertical</enum>
  706. </property>
  707. <property name="sizeHint" stdset="0">
  708. <size>
  709. <width>20</width>
  710. <height>40</height>
  711. </size>
  712. </property>
  713. </spacer>
  714. </item>
  715. </layout>
  716. </widget>
  717. <widget class="QWidget" name="p_type">
  718. <property name="geometry">
  719. <rect>
  720. <x>0</x>
  721. <y>0</y>
  722. <width>158</width>
  723. <height>156</height>
  724. </rect>
  725. </property>
  726. <attribute name="label">
  727. <string>Type</string>
  728. </attribute>
  729. <layout class="QVBoxLayout" name="verticalLayout_2">
  730. <item>
  731. <widget class="QCheckBox" name="ch_effects">
  732. <property name="text">
  733. <string>Effects</string>
  734. </property>
  735. </widget>
  736. </item>
  737. <item>
  738. <widget class="QCheckBox" name="ch_instruments">
  739. <property name="text">
  740. <string>Instruments</string>
  741. </property>
  742. </widget>
  743. </item>
  744. <item>
  745. <widget class="QCheckBox" name="ch_midi">
  746. <property name="text">
  747. <string>MIDI Plugins</string>
  748. </property>
  749. </widget>
  750. </item>
  751. <item>
  752. <widget class="QCheckBox" name="ch_other">
  753. <property name="text">
  754. <string>Other/Misc</string>
  755. </property>
  756. </widget>
  757. </item>
  758. <item>
  759. <spacer name="verticalSpacer_3">
  760. <property name="orientation">
  761. <enum>Qt::Vertical</enum>
  762. </property>
  763. <property name="sizeHint" stdset="0">
  764. <size>
  765. <width>20</width>
  766. <height>40</height>
  767. </size>
  768. </property>
  769. </spacer>
  770. </item>
  771. </layout>
  772. </widget>
  773. <widget class="QWidget" name="p_category">
  774. <attribute name="label">
  775. <string>Category</string>
  776. </attribute>
  777. <layout class="QVBoxLayout" name="verticalLayout_4">
  778. <item>
  779. <widget class="QCheckBox" name="ch_cat_all">
  780. <property name="text">
  781. <string>All</string>
  782. </property>
  783. </widget>
  784. </item>
  785. <item>
  786. <widget class="QCheckBox" name="ch_cat_delay">
  787. <property name="text">
  788. <string>Delay</string>
  789. </property>
  790. </widget>
  791. </item>
  792. <item>
  793. <widget class="QCheckBox" name="ch_cat_distortion">
  794. <property name="text">
  795. <string>Distortion</string>
  796. </property>
  797. </widget>
  798. </item>
  799. <item>
  800. <widget class="QCheckBox" name="ch_cat_dynamics">
  801. <property name="text">
  802. <string>Dynamics</string>
  803. </property>
  804. </widget>
  805. </item>
  806. <item>
  807. <widget class="QCheckBox" name="ch_cat_eq">
  808. <property name="text">
  809. <string>EQ</string>
  810. </property>
  811. </widget>
  812. </item>
  813. <item>
  814. <widget class="QCheckBox" name="ch_cat_filter">
  815. <property name="text">
  816. <string>Filter</string>
  817. </property>
  818. </widget>
  819. </item>
  820. <item>
  821. <widget class="QCheckBox" name="ch_cat_modulator">
  822. <property name="text">
  823. <string>Modulator</string>
  824. </property>
  825. </widget>
  826. </item>
  827. <item>
  828. <widget class="QCheckBox" name="ch_cat_synth">
  829. <property name="text">
  830. <string>Synth</string>
  831. </property>
  832. </widget>
  833. </item>
  834. <item>
  835. <widget class="QCheckBox" name="ch_cat_utility">
  836. <property name="text">
  837. <string>Utility</string>
  838. </property>
  839. </widget>
  840. </item>
  841. <item>
  842. <widget class="QCheckBox" name="ch_cat_other">
  843. <property name="text">
  844. <string>Other</string>
  845. </property>
  846. </widget>
  847. </item>
  848. <item>
  849. <spacer name="verticalSpacer_7">
  850. <property name="orientation">
  851. <enum>Qt::Vertical</enum>
  852. </property>
  853. <property name="sizeHint" stdset="0">
  854. <size>
  855. <width>20</width>
  856. <height>23</height>
  857. </size>
  858. </property>
  859. </spacer>
  860. </item>
  861. </layout>
  862. </widget>
  863. <widget class="QWidget" name="p_arch">
  864. <property name="geometry">
  865. <rect>
  866. <x>0</x>
  867. <y>0</y>
  868. <width>158</width>
  869. <height>130</height>
  870. </rect>
  871. </property>
  872. <attribute name="label">
  873. <string>Architecture</string>
  874. </attribute>
  875. <layout class="QVBoxLayout" name="verticalLayout_3">
  876. <item>
  877. <widget class="QCheckBox" name="ch_native">
  878. <property name="text">
  879. <string>Native</string>
  880. </property>
  881. </widget>
  882. </item>
  883. <item>
  884. <widget class="QCheckBox" name="ch_bridged">
  885. <property name="text">
  886. <string>Bridged</string>
  887. </property>
  888. </widget>
  889. </item>
  890. <item>
  891. <widget class="QCheckBox" name="ch_bridged_wine">
  892. <property name="text">
  893. <string>Bridged (Wine)</string>
  894. </property>
  895. </widget>
  896. </item>
  897. <item>
  898. <spacer name="verticalSpacer_4">
  899. <property name="orientation">
  900. <enum>Qt::Vertical</enum>
  901. </property>
  902. <property name="sizeHint" stdset="0">
  903. <size>
  904. <width>20</width>
  905. <height>40</height>
  906. </size>
  907. </property>
  908. </spacer>
  909. </item>
  910. </layout>
  911. </widget>
  912. </widget>
  913. </item>
  914. </layout>
  915. <action name="act_focus_search">
  916. <property name="text">
  917. <string>Focus Text Search</string>
  918. </property>
  919. <property name="shortcut">
  920. <string>Ctrl+F</string>
  921. </property>
  922. </action>
  923. </widget>
  924. <tabstops>
  925. <tabstop>lineEdit</tabstop>
  926. <tabstop>tableWidget</tabstop>
  927. <tabstop>b_add</tabstop>
  928. <tabstop>b_cancel</tabstop>
  929. <tabstop>b_refresh</tabstop>
  930. <tabstop>b_clear_filters</tabstop>
  931. <tabstop>ch_internal</tabstop>
  932. <tabstop>ch_ladspa</tabstop>
  933. <tabstop>ch_dssi</tabstop>
  934. <tabstop>ch_lv2</tabstop>
  935. <tabstop>ch_vst</tabstop>
  936. <tabstop>ch_vst3</tabstop>
  937. <tabstop>ch_au</tabstop>
  938. <tabstop>ch_kits</tabstop>
  939. <tabstop>ch_effects</tabstop>
  940. <tabstop>ch_instruments</tabstop>
  941. <tabstop>ch_midi</tabstop>
  942. <tabstop>ch_other</tabstop>
  943. <tabstop>ch_native</tabstop>
  944. <tabstop>ch_bridged</tabstop>
  945. <tabstop>ch_bridged_wine</tabstop>
  946. <tabstop>ch_inline_display</tabstop>
  947. <tabstop>ch_stereo</tabstop>
  948. <tabstop>ch_rtsafe</tabstop>
  949. <tabstop>ch_gui</tabstop>
  950. <tabstop>ch_cv</tabstop>
  951. <tabstop>tab_reqs</tabstop>
  952. <tabstop>tab_info</tabstop>
  953. </tabstops>
  954. <resources>
  955. <include location="../resources.qrc"/>
  956. </resources>
  957. <connections>
  958. </connections>
  959. </ui>