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.

438 lines
11KB

  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.png</normaloff>:/16x16/view-refresh.png</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="4">
  65. <widget class="QCheckBox" name="ch_bridged">
  66. <property name="text">
  67. <string>Bridged</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="2" column="1">
  79. <widget class="QCheckBox" name="ch_instruments">
  80. <property name="text">
  81. <string>Instruments</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="7" column="0">
  86. <widget class="QCheckBox" name="ch_au">
  87. <property name="text">
  88. <string>AU</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item row="3" column="1">
  93. <widget class="QCheckBox" name="ch_midi">
  94. <property name="text">
  95. <string>MIDI Plugins</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="4" column="0">
  100. <widget class="QCheckBox" name="ch_lv2">
  101. <property name="text">
  102. <string>LV2</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item row="1" column="4">
  107. <widget class="QCheckBox" name="ch_native">
  108. <property name="text">
  109. <string>Native</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="3" column="4">
  114. <widget class="QCheckBox" name="ch_bridged_wine">
  115. <property name="text">
  116. <string>Bridged (Wine)</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="3" column="3">
  121. <widget class="QCheckBox" name="ch_gui">
  122. <property name="text">
  123. <string>With GUI Only</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="2" column="3">
  128. <widget class="QCheckBox" name="ch_stereo">
  129. <property name="text">
  130. <string>Stereo only</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="1" column="3">
  135. <widget class="QCheckBox" name="ch_rtsafe">
  136. <property name="text">
  137. <string>Real-time safe only</string>
  138. </property>
  139. </widget>
  140. </item>
  141. <item row="5" column="0">
  142. <widget class="QCheckBox" name="ch_vst">
  143. <property name="text">
  144. <string>VST</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="3" column="0">
  149. <widget class="QCheckBox" name="ch_dssi">
  150. <property name="text">
  151. <string>DSSI</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item row="4" column="1">
  156. <widget class="QCheckBox" name="ch_other">
  157. <property name="text">
  158. <string>Other/Misc</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item row="1" column="0">
  163. <widget class="QCheckBox" name="ch_internal">
  164. <property name="text">
  165. <string>Internal</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item row="8" column="0">
  170. <widget class="QCheckBox" name="ch_kits">
  171. <property name="text">
  172. <string>Sound Kits</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item row="6" column="0">
  177. <widget class="QCheckBox" name="ch_vst3">
  178. <property name="text">
  179. <string>VST3</string>
  180. </property>
  181. </widget>
  182. </item>
  183. <item row="1" column="1">
  184. <widget class="QCheckBox" name="ch_effects">
  185. <property name="text">
  186. <string>Effects</string>
  187. </property>
  188. </widget>
  189. </item>
  190. <item row="0" column="0">
  191. <widget class="QLabel" name="l_format">
  192. <property name="font">
  193. <font>
  194. <weight>75</weight>
  195. <bold>true</bold>
  196. </font>
  197. </property>
  198. <property name="text">
  199. <string>Plugin format</string>
  200. </property>
  201. </widget>
  202. </item>
  203. <item row="0" column="1">
  204. <widget class="QLabel" name="l_category">
  205. <property name="font">
  206. <font>
  207. <weight>75</weight>
  208. <bold>true</bold>
  209. </font>
  210. </property>
  211. <property name="text">
  212. <string>Category</string>
  213. </property>
  214. </widget>
  215. </item>
  216. <item row="0" column="3">
  217. <widget class="QLabel" name="l_reqs">
  218. <property name="font">
  219. <font>
  220. <weight>75</weight>
  221. <bold>true</bold>
  222. </font>
  223. </property>
  224. <property name="text">
  225. <string>Requirements</string>
  226. </property>
  227. </widget>
  228. </item>
  229. <item row="0" column="4">
  230. <widget class="QLabel" name="l_arch">
  231. <property name="font">
  232. <font>
  233. <weight>75</weight>
  234. <bold>true</bold>
  235. </font>
  236. </property>
  237. <property name="text">
  238. <string>Architecture</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. <attribute name="horizontalHeaderStretchLastSection">
  275. <bool>true</bool>
  276. </attribute>
  277. <attribute name="verticalHeaderVisible">
  278. <bool>false</bool>
  279. </attribute>
  280. <attribute name="verticalHeaderDefaultSectionSize">
  281. <number>22</number>
  282. </attribute>
  283. <attribute name="verticalHeaderMinimumSectionSize">
  284. <number>12</number>
  285. </attribute>
  286. <column>
  287. <property name="text">
  288. <string>Name</string>
  289. </property>
  290. </column>
  291. <column>
  292. <property name="text">
  293. <string>Label</string>
  294. </property>
  295. </column>
  296. <column>
  297. <property name="text">
  298. <string>Maker</string>
  299. </property>
  300. </column>
  301. <column>
  302. <property name="text">
  303. <string>ID</string>
  304. </property>
  305. </column>
  306. <column>
  307. <property name="text">
  308. <string>Audio Ins</string>
  309. </property>
  310. </column>
  311. <column>
  312. <property name="text">
  313. <string>Audio Outs</string>
  314. </property>
  315. </column>
  316. <column>
  317. <property name="text">
  318. <string>Param Ins</string>
  319. </property>
  320. </column>
  321. <column>
  322. <property name="text">
  323. <string>Param Outs</string>
  324. </property>
  325. </column>
  326. <column>
  327. <property name="text">
  328. <string>Programs</string>
  329. </property>
  330. </column>
  331. <column>
  332. <property name="text">
  333. <string>Has GUI</string>
  334. </property>
  335. </column>
  336. <column>
  337. <property name="text">
  338. <string>Is Synth</string>
  339. </property>
  340. </column>
  341. <column>
  342. <property name="text">
  343. <string>Is Bridged</string>
  344. </property>
  345. </column>
  346. <column>
  347. <property name="text">
  348. <string>Type</string>
  349. </property>
  350. </column>
  351. <column>
  352. <property name="text">
  353. <string>Binary</string>
  354. </property>
  355. </column>
  356. </widget>
  357. </item>
  358. <item>
  359. <layout class="QHBoxLayout" name="horizontalLayout_2">
  360. <item>
  361. <widget class="QLabel" name="label">
  362. <property name="text">
  363. <string>(Number of Plugins go here)</string>
  364. </property>
  365. <property name="textInteractionFlags">
  366. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
  367. </property>
  368. </widget>
  369. </item>
  370. <item>
  371. <spacer name="horizontalSpacer">
  372. <property name="orientation">
  373. <enum>Qt::Horizontal</enum>
  374. </property>
  375. <property name="sizeHint" stdset="0">
  376. <size>
  377. <width>40</width>
  378. <height>20</height>
  379. </size>
  380. </property>
  381. </spacer>
  382. </item>
  383. <item>
  384. <widget class="QPushButton" name="b_add">
  385. <property name="text">
  386. <string>&amp;Add Plugin</string>
  387. </property>
  388. <property name="icon">
  389. <iconset resource="../resources.qrc">
  390. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  391. </property>
  392. </widget>
  393. </item>
  394. <item>
  395. <widget class="QPushButton" name="b_cancel">
  396. <property name="text">
  397. <string>Cancel</string>
  398. </property>
  399. <property name="icon">
  400. <iconset resource="../resources.qrc">
  401. <normaloff>:/16x16/dialog-cancel.png</normaloff>:/16x16/dialog-cancel.png</iconset>
  402. </property>
  403. </widget>
  404. </item>
  405. </layout>
  406. </item>
  407. </layout>
  408. </widget>
  409. <tabstops>
  410. <tabstop>lineEdit</tabstop>
  411. <tabstop>b_add</tabstop>
  412. <tabstop>tb_filters</tabstop>
  413. <tabstop>b_refresh</tabstop>
  414. <tabstop>tableWidget</tabstop>
  415. </tabstops>
  416. <resources>
  417. <include location="../resources.qrc"/>
  418. </resources>
  419. <connections>
  420. <connection>
  421. <sender>tb_filters</sender>
  422. <signal>toggled(bool)</signal>
  423. <receiver>frame</receiver>
  424. <slot>setVisible(bool)</slot>
  425. <hints>
  426. <hint type="sourcelabel">
  427. <x>723</x>
  428. <y>21</y>
  429. </hint>
  430. <hint type="destinationlabel">
  431. <x>736</x>
  432. <y>39</y>
  433. </hint>
  434. </hints>
  435. </connection>
  436. </connections>
  437. </ui>