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.

carla_database.ui 9.8KB

12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  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="5" column="2">
  65. <widget class="QCheckBox" name="ch_gui">
  66. <property name="text">
  67. <string>With GUI Only</string>
  68. </property>
  69. </widget>
  70. </item>
  71. <item row="2" column="0">
  72. <widget class="QCheckBox" name="ch_dssi">
  73. <property name="text">
  74. <string>DSSI</string>
  75. </property>
  76. </widget>
  77. </item>
  78. <item row="3" column="0">
  79. <widget class="QCheckBox" name="ch_lv2">
  80. <property name="text">
  81. <string>LV2</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item row="4" column="0">
  86. <widget class="QCheckBox" name="ch_vst">
  87. <property name="text">
  88. <string>VST</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="0" column="0">
  100. <widget class="QCheckBox" name="ch_internal">
  101. <property name="text">
  102. <string>Internal</string>
  103. </property>
  104. </widget>
  105. </item>
  106. <item row="0" column="1">
  107. <widget class="QCheckBox" name="ch_effects">
  108. <property name="text">
  109. <string>Effects</string>
  110. </property>
  111. </widget>
  112. </item>
  113. <item row="1" column="1">
  114. <widget class="QCheckBox" name="ch_instruments">
  115. <property name="text">
  116. <string>Instruments</string>
  117. </property>
  118. </widget>
  119. </item>
  120. <item row="2" column="1">
  121. <widget class="QCheckBox" name="ch_midi">
  122. <property name="text">
  123. <string>MIDI Plugins</string>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="3" column="1">
  128. <widget class="QCheckBox" name="ch_other">
  129. <property name="text">
  130. <string>Other/Misc</string>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="0" column="2">
  135. <widget class="QCheckBox" name="ch_native">
  136. <property name="text">
  137. <string>Native</string>
  138. </property>
  139. </widget>
  140. </item>
  141. <item row="1" column="2">
  142. <widget class="QCheckBox" name="ch_bridged">
  143. <property name="text">
  144. <string>Bridged</string>
  145. </property>
  146. </widget>
  147. </item>
  148. <item row="2" column="2">
  149. <widget class="QCheckBox" name="ch_bridged_wine">
  150. <property name="text">
  151. <string>Bridged (Wine)</string>
  152. </property>
  153. </widget>
  154. </item>
  155. <item row="4" column="2">
  156. <widget class="QCheckBox" name="ch_stereo">
  157. <property name="text">
  158. <string>Stereo only</string>
  159. </property>
  160. </widget>
  161. </item>
  162. <item row="5" column="0">
  163. <widget class="QCheckBox" name="ch_au">
  164. <property name="text">
  165. <string>AudioUnits</string>
  166. </property>
  167. </widget>
  168. </item>
  169. <item row="3" column="2">
  170. <widget class="QCheckBox" name="ch_rtsafe">
  171. <property name="text">
  172. <string>Real-time safe only</string>
  173. </property>
  174. </widget>
  175. </item>
  176. <item row="7" column="0">
  177. <widget class="QCheckBox" name="ch_kits">
  178. <property name="text">
  179. <string>Sound Kits</string>
  180. </property>
  181. </widget>
  182. </item>
  183. <item row="6" column="0">
  184. <widget class="QCheckBox" name="ch_csound">
  185. <property name="text">
  186. <string>CSound modules</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. </layout>
  343. </item>
  344. </layout>
  345. </widget>
  346. <tabstops>
  347. <tabstop>lineEdit</tabstop>
  348. <tabstop>b_add</tabstop>
  349. <tabstop>tb_filters</tabstop>
  350. <tabstop>b_refresh</tabstop>
  351. <tabstop>tableWidget</tabstop>
  352. </tabstops>
  353. <resources>
  354. <include location="../resources.qrc"/>
  355. </resources>
  356. <connections>
  357. <connection>
  358. <sender>tb_filters</sender>
  359. <signal>toggled(bool)</signal>
  360. <receiver>frame</receiver>
  361. <slot>setVisible(bool)</slot>
  362. <hints>
  363. <hint type="sourcelabel">
  364. <x>723</x>
  365. <y>21</y>
  366. </hint>
  367. <hint type="destinationlabel">
  368. <x>736</x>
  369. <y>39</y>
  370. </hint>
  371. </hints>
  372. </connection>
  373. </connections>
  374. </ui>