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.

441 lines
12KB

  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>929</width>
  10. <height>565</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Carla - Add New</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <widget class="QLineEdit" name="lineEdit"/>
  21. </item>
  22. <item>
  23. <widget class="QLabel" name="label_filters">
  24. <property name="text">
  25. <string>Special Filters:</string>
  26. </property>
  27. <property name="alignment">
  28. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  29. </property>
  30. </widget>
  31. </item>
  32. <item>
  33. <widget class="QToolButton" name="tb_filters">
  34. <property name="autoRaise">
  35. <bool>true</bool>
  36. </property>
  37. <property name="arrowType">
  38. <enum>Qt::UpArrow</enum>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QPushButton" name="b_refresh">
  44. <property name="text">
  45. <string>Refresh</string>
  46. </property>
  47. <property name="icon">
  48. <iconset resource="../resources.qrc">
  49. <normaloff>:/16x16/view-refresh.svgz</normaloff>:/16x16/view-refresh.svgz</iconset>
  50. </property>
  51. </widget>
  52. </item>
  53. </layout>
  54. </item>
  55. <item>
  56. <widget class="QFrame" name="frame">
  57. <property name="frameShape">
  58. <enum>QFrame::StyledPanel</enum>
  59. </property>
  60. <property name="frameShadow">
  61. <enum>QFrame::Sunken</enum>
  62. </property>
  63. <layout class="QGridLayout" name="gridLayout">
  64. <item row="2" column="3">
  65. <widget class="QCheckBox" name="ch_stereo">
  66. <property name="text">
  67. <string>Stereo only</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="2" column="0">
  72. <widget class="QCheckBox" name="ch_ladspa">
  73. <property name="text">
  74. <string>LADSPA</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="1" column="3">
  79. <widget class="QCheckBox" name="ch_rtsafe">
  80. <property name="text">
  81. <string>Real-time safe only</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="5" column="0">
  86. <widget class="QCheckBox" name="ch_vst">
  87. <property name="text">
  88. <string>VST2</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="3" column="3">
  93. <widget class="QCheckBox" name="ch_gui">
  94. <property name="text">
  95. <string>With GUI Only</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="8" column="0">
  100. <widget class="QCheckBox" name="ch_kits">
  101. <property name="text">
  102. <string>Sound Kits</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item row="0" column="4">
  107. <widget class="QLabel" name="l_arch">
  108. <property name="font">
  109. <font>
  110. <weight>75</weight>
  111. <bold>true</bold>
  112. </font>
  113. </property>
  114. <property name="text">
  115. <string>Architecture</string>
  116. </property>
  117. </widget>
  118. </item>
  119. <item row="0" column="0">
  120. <widget class="QLabel" name="l_format">
  121. <property name="font">
  122. <font>
  123. <weight>75</weight>
  124. <bold>true</bold>
  125. </font>
  126. </property>
  127. <property name="text">
  128. <string>Plugin format</string>
  129. </property>
  130. </widget>
  131. </item>
  132. <item row="3" column="4">
  133. <widget class="QCheckBox" name="ch_bridged_wine">
  134. <property name="text">
  135. <string>Bridged (Wine)</string>
  136. </property>
  137. </widget>
  138. </item>
  139. <item row="0" column="1">
  140. <widget class="QLabel" name="l_category">
  141. <property name="font">
  142. <font>
  143. <weight>75</weight>
  144. <bold>true</bold>
  145. </font>
  146. </property>
  147. <property name="text">
  148. <string>Category</string>
  149. </property>
  150. </widget>
  151. </item>
  152. <item row="3" column="0">
  153. <widget class="QCheckBox" name="ch_dssi">
  154. <property name="text">
  155. <string>DSSI</string>
  156. </property>
  157. </widget>
  158. </item>
  159. <item row="0" column="3">
  160. <widget class="QLabel" name="l_reqs">
  161. <property name="font">
  162. <font>
  163. <weight>75</weight>
  164. <bold>true</bold>
  165. </font>
  166. </property>
  167. <property name="text">
  168. <string>Requirements</string>
  169. </property>
  170. </widget>
  171. </item>
  172. <item row="4" column="1">
  173. <widget class="QCheckBox" name="ch_other">
  174. <property name="text">
  175. <string>Other/Misc</string>
  176. </property>
  177. </widget>
  178. </item>
  179. <item row="4" column="0">
  180. <widget class="QCheckBox" name="ch_lv2">
  181. <property name="text">
  182. <string>LV2</string>
  183. </property>
  184. </widget>
  185. </item>
  186. <item row="6" column="0">
  187. <widget class="QCheckBox" name="ch_vst3">
  188. <property name="text">
  189. <string>VST3</string>
  190. </property>
  191. </widget>
  192. </item>
  193. <item row="2" column="1">
  194. <widget class="QCheckBox" name="ch_instruments">
  195. <property name="text">
  196. <string>Instruments</string>
  197. </property>
  198. </widget>
  199. </item>
  200. <item row="1" column="1">
  201. <widget class="QCheckBox" name="ch_effects">
  202. <property name="text">
  203. <string>Effects</string>
  204. </property>
  205. </widget>
  206. </item>
  207. <item row="2" column="4">
  208. <widget class="QCheckBox" name="ch_bridged">
  209. <property name="text">
  210. <string>Bridged</string>
  211. </property>
  212. </widget>
  213. </item>
  214. <item row="3" column="1">
  215. <widget class="QCheckBox" name="ch_midi">
  216. <property name="text">
  217. <string>MIDI Plugins</string>
  218. </property>
  219. </widget>
  220. </item>
  221. <item row="1" column="0">
  222. <widget class="QCheckBox" name="ch_internal">
  223. <property name="text">
  224. <string>Internal</string>
  225. </property>
  226. </widget>
  227. </item>
  228. <item row="1" column="4">
  229. <widget class="QCheckBox" name="ch_native">
  230. <property name="text">
  231. <string>Native</string>
  232. </property>
  233. </widget>
  234. </item>
  235. <item row="7" column="0">
  236. <widget class="QCheckBox" name="ch_au">
  237. <property name="text">
  238. <string>AU</string>
  239. </property>
  240. </widget>
  241. </item>
  242. </layout>
  243. </widget>
  244. </item>
  245. <item>
  246. <widget class="QTableWidget" name="tableWidget">
  247. <property name="editTriggers">
  248. <set>QAbstractItemView::NoEditTriggers</set>
  249. </property>
  250. <property name="showDropIndicator" stdset="0">
  251. <bool>false</bool>
  252. </property>
  253. <property name="dragDropOverwriteMode">
  254. <bool>false</bool>
  255. </property>
  256. <property name="alternatingRowColors">
  257. <bool>true</bool>
  258. </property>
  259. <property name="selectionMode">
  260. <enum>QAbstractItemView::SingleSelection</enum>
  261. </property>
  262. <property name="selectionBehavior">
  263. <enum>QAbstractItemView::SelectRows</enum>
  264. </property>
  265. <property name="showGrid">
  266. <bool>false</bool>
  267. </property>
  268. <property name="gridStyle">
  269. <enum>Qt::NoPen</enum>
  270. </property>
  271. <property name="sortingEnabled">
  272. <bool>true</bool>
  273. </property>
  274. <property name="wordWrap">
  275. <bool>false</bool>
  276. </property>
  277. <attribute name="horizontalHeaderStretchLastSection">
  278. <bool>true</bool>
  279. </attribute>
  280. <attribute name="verticalHeaderVisible">
  281. <bool>false</bool>
  282. </attribute>
  283. <attribute name="verticalHeaderDefaultSectionSize">
  284. <number>22</number>
  285. </attribute>
  286. <attribute name="verticalHeaderMinimumSectionSize">
  287. <number>12</number>
  288. </attribute>
  289. <column>
  290. <property name="text">
  291. <string>Name</string>
  292. </property>
  293. </column>
  294. <column>
  295. <property name="text">
  296. <string>Label/URI</string>
  297. </property>
  298. </column>
  299. <column>
  300. <property name="text">
  301. <string>Maker</string>
  302. </property>
  303. </column>
  304. <column>
  305. <property name="text">
  306. <string>ID</string>
  307. </property>
  308. </column>
  309. <column>
  310. <property name="text">
  311. <string>Audio Ins</string>
  312. </property>
  313. </column>
  314. <column>
  315. <property name="text">
  316. <string>Audio Outs</string>
  317. </property>
  318. </column>
  319. <column>
  320. <property name="text">
  321. <string>Param Ins</string>
  322. </property>
  323. </column>
  324. <column>
  325. <property name="text">
  326. <string>Param Outs</string>
  327. </property>
  328. </column>
  329. <column>
  330. <property name="text">
  331. <string>Programs</string>
  332. </property>
  333. </column>
  334. <column>
  335. <property name="text">
  336. <string>Has GUI</string>
  337. </property>
  338. </column>
  339. <column>
  340. <property name="text">
  341. <string>Is Synth</string>
  342. </property>
  343. </column>
  344. <column>
  345. <property name="text">
  346. <string>Is Bridged</string>
  347. </property>
  348. </column>
  349. <column>
  350. <property name="text">
  351. <string>Type</string>
  352. </property>
  353. </column>
  354. <column>
  355. <property name="text">
  356. <string>Binary</string>
  357. </property>
  358. </column>
  359. </widget>
  360. </item>
  361. <item>
  362. <layout class="QHBoxLayout" name="horizontalLayout_2">
  363. <item>
  364. <widget class="QLabel" name="label">
  365. <property name="text">
  366. <string>(Number of Plugins go here)</string>
  367. </property>
  368. <property name="textInteractionFlags">
  369. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
  370. </property>
  371. </widget>
  372. </item>
  373. <item>
  374. <spacer name="horizontalSpacer">
  375. <property name="orientation">
  376. <enum>Qt::Horizontal</enum>
  377. </property>
  378. <property name="sizeHint" stdset="0">
  379. <size>
  380. <width>40</width>
  381. <height>20</height>
  382. </size>
  383. </property>
  384. </spacer>
  385. </item>
  386. <item>
  387. <widget class="QPushButton" name="b_add">
  388. <property name="text">
  389. <string>&amp;Add Plugin</string>
  390. </property>
  391. <property name="icon">
  392. <iconset resource="../resources.qrc">
  393. <normaloff>:/16x16/list-add.svgz</normaloff>:/16x16/list-add.svgz</iconset>
  394. </property>
  395. </widget>
  396. </item>
  397. <item>
  398. <widget class="QPushButton" name="b_cancel">
  399. <property name="text">
  400. <string>Cancel</string>
  401. </property>
  402. <property name="icon">
  403. <iconset resource="../resources.qrc">
  404. <normaloff>:/16x16/dialog-cancel.svgz</normaloff>:/16x16/dialog-cancel.svgz</iconset>
  405. </property>
  406. </widget>
  407. </item>
  408. </layout>
  409. </item>
  410. </layout>
  411. </widget>
  412. <tabstops>
  413. <tabstop>lineEdit</tabstop>
  414. <tabstop>b_add</tabstop>
  415. <tabstop>tb_filters</tabstop>
  416. <tabstop>b_refresh</tabstop>
  417. <tabstop>tableWidget</tabstop>
  418. </tabstops>
  419. <resources>
  420. <include location="../resources.qrc"/>
  421. </resources>
  422. <connections>
  423. <connection>
  424. <sender>tb_filters</sender>
  425. <signal>toggled(bool)</signal>
  426. <receiver>frame</receiver>
  427. <slot>setVisible(bool)</slot>
  428. <hints>
  429. <hint type="sourcelabel">
  430. <x>723</x>
  431. <y>21</y>
  432. </hint>
  433. <hint type="destinationlabel">
  434. <x>736</x>
  435. <y>39</y>
  436. </hint>
  437. </hints>
  438. </connection>
  439. </connections>
  440. </ui>