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.

882 lines
25KB

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