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.

386 lines
10KB

  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="0" column="1">
  65. <widget class="QCheckBox" name="ch_effects">
  66. <property name="text">
  67. <string>Effects</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="2" column="2">
  72. <widget class="QCheckBox" name="ch_bridged_wine">
  73. <property name="text">
  74. <string>Bridged (Wine)</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="0" column="0">
  79. <widget class="QCheckBox" name="ch_internal">
  80. <property name="text">
  81. <string>Internal</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="6" 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="1" column="0">
  93. <widget class="QCheckBox" name="ch_ladspa">
  94. <property name="text">
  95. <string>LADSPA</string>
  96. </property>
  97. </widget>
  98. </item>
  99. <item row="4" column="2">
  100. <widget class="QCheckBox" name="ch_stereo">
  101. <property name="text">
  102. <string>Stereo only</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item row="3" column="1">
  107. <widget class="QCheckBox" name="ch_other">
  108. <property name="text">
  109. <string>Other/Misc</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="3" column="0">
  114. <widget class="QCheckBox" name="ch_lv2">
  115. <property name="text">
  116. <string>LV2</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="1" column="1">
  121. <widget class="QCheckBox" name="ch_instruments">
  122. <property name="text">
  123. <string>Instruments</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="1" column="2">
  128. <widget class="QCheckBox" name="ch_bridged">
  129. <property name="text">
  130. <string>Bridged</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="3" column="2">
  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="2" 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="0" column="2">
  149. <widget class="QCheckBox" name="ch_native">
  150. <property name="text">
  151. <string>Native</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item row="2" column="1">
  156. <widget class="QCheckBox" name="ch_midi">
  157. <property name="text">
  158. <string>MIDI Plugins</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item row="4" column="0">
  163. <widget class="QCheckBox" name="ch_vst">
  164. <property name="text">
  165. <string>VST</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item row="7" 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="5" 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="5" column="2">
  184. <widget class="QCheckBox" name="ch_gui">
  185. <property name="text">
  186. <string>With GUI Only</string>
  187. </property>
  188. </widget>
  189. </item>
  190. </layout>
  191. </widget>
  192. </item>
  193. <item>
  194. <widget class="QTableWidget" name="tableWidget">
  195. <property name="editTriggers">
  196. <set>QAbstractItemView::NoEditTriggers</set>
  197. </property>
  198. <property name="showDropIndicator" stdset="0">
  199. <bool>false</bool>
  200. </property>
  201. <property name="dragDropOverwriteMode">
  202. <bool>false</bool>
  203. </property>
  204. <property name="alternatingRowColors">
  205. <bool>true</bool>
  206. </property>
  207. <property name="selectionMode">
  208. <enum>QAbstractItemView::SingleSelection</enum>
  209. </property>
  210. <property name="selectionBehavior">
  211. <enum>QAbstractItemView::SelectRows</enum>
  212. </property>
  213. <property name="showGrid">
  214. <bool>false</bool>
  215. </property>
  216. <property name="gridStyle">
  217. <enum>Qt::NoPen</enum>
  218. </property>
  219. <property name="sortingEnabled">
  220. <bool>true</bool>
  221. </property>
  222. <attribute name="horizontalHeaderStretchLastSection">
  223. <bool>true</bool>
  224. </attribute>
  225. <attribute name="verticalHeaderVisible">
  226. <bool>false</bool>
  227. </attribute>
  228. <attribute name="verticalHeaderDefaultSectionSize">
  229. <number>22</number>
  230. </attribute>
  231. <attribute name="verticalHeaderMinimumSectionSize">
  232. <number>12</number>
  233. </attribute>
  234. <column>
  235. <property name="text">
  236. <string>Name</string>
  237. </property>
  238. </column>
  239. <column>
  240. <property name="text">
  241. <string>Label</string>
  242. </property>
  243. </column>
  244. <column>
  245. <property name="text">
  246. <string>Maker</string>
  247. </property>
  248. </column>
  249. <column>
  250. <property name="text">
  251. <string>ID</string>
  252. </property>
  253. </column>
  254. <column>
  255. <property name="text">
  256. <string>Audio Ins</string>
  257. </property>
  258. </column>
  259. <column>
  260. <property name="text">
  261. <string>Audio Outs</string>
  262. </property>
  263. </column>
  264. <column>
  265. <property name="text">
  266. <string>Param Ins</string>
  267. </property>
  268. </column>
  269. <column>
  270. <property name="text">
  271. <string>Param Outs</string>
  272. </property>
  273. </column>
  274. <column>
  275. <property name="text">
  276. <string>Programs</string>
  277. </property>
  278. </column>
  279. <column>
  280. <property name="text">
  281. <string>Has GUI</string>
  282. </property>
  283. </column>
  284. <column>
  285. <property name="text">
  286. <string>Is Synth</string>
  287. </property>
  288. </column>
  289. <column>
  290. <property name="text">
  291. <string>Is Bridged</string>
  292. </property>
  293. </column>
  294. <column>
  295. <property name="text">
  296. <string>Type</string>
  297. </property>
  298. </column>
  299. <column>
  300. <property name="text">
  301. <string>Binary</string>
  302. </property>
  303. </column>
  304. </widget>
  305. </item>
  306. <item>
  307. <layout class="QHBoxLayout" name="horizontalLayout_2">
  308. <item>
  309. <widget class="QLabel" name="label">
  310. <property name="text">
  311. <string>(Number of Plugins go here)</string>
  312. </property>
  313. <property name="textInteractionFlags">
  314. <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
  315. </property>
  316. </widget>
  317. </item>
  318. <item>
  319. <spacer name="horizontalSpacer">
  320. <property name="orientation">
  321. <enum>Qt::Horizontal</enum>
  322. </property>
  323. <property name="sizeHint" stdset="0">
  324. <size>
  325. <width>40</width>
  326. <height>20</height>
  327. </size>
  328. </property>
  329. </spacer>
  330. </item>
  331. <item>
  332. <widget class="QPushButton" name="b_add">
  333. <property name="text">
  334. <string>&amp;Add Plugin</string>
  335. </property>
  336. <property name="icon">
  337. <iconset resource="../resources.qrc">
  338. <normaloff>:/16x16/list-add.png</normaloff>:/16x16/list-add.png</iconset>
  339. </property>
  340. </widget>
  341. </item>
  342. <item>
  343. <widget class="QPushButton" name="b_cancel">
  344. <property name="text">
  345. <string>Cancel</string>
  346. </property>
  347. <property name="icon">
  348. <iconset resource="../resources.qrc">
  349. <normaloff>:/16x16/dialog-cancel.png</normaloff>:/16x16/dialog-cancel.png</iconset>
  350. </property>
  351. </widget>
  352. </item>
  353. </layout>
  354. </item>
  355. </layout>
  356. </widget>
  357. <tabstops>
  358. <tabstop>lineEdit</tabstop>
  359. <tabstop>b_add</tabstop>
  360. <tabstop>tb_filters</tabstop>
  361. <tabstop>b_refresh</tabstop>
  362. <tabstop>tableWidget</tabstop>
  363. </tabstops>
  364. <resources>
  365. <include location="../resources.qrc"/>
  366. </resources>
  367. <connections>
  368. <connection>
  369. <sender>tb_filters</sender>
  370. <signal>toggled(bool)</signal>
  371. <receiver>frame</receiver>
  372. <slot>setVisible(bool)</slot>
  373. <hints>
  374. <hint type="sourcelabel">
  375. <x>723</x>
  376. <y>21</y>
  377. </hint>
  378. <hint type="destinationlabel">
  379. <x>736</x>
  380. <y>39</y>
  381. </hint>
  382. </hints>
  383. </connection>
  384. </connections>
  385. </ui>