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.

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