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_about.ui 11KB

12 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CarlaAboutW</class>
  4. <widget class="QDialog" name="CarlaAboutW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>484</width>
  10. <height>433</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>About Carla</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTabWidget" name="tabWidget">
  19. <property name="currentIndex">
  20. <number>0</number>
  21. </property>
  22. <widget class="QWidget" name="about">
  23. <attribute name="title">
  24. <string>About</string>
  25. </attribute>
  26. <layout class="QGridLayout" name="gridLayout_3">
  27. <item row="2" column="1">
  28. <widget class="QLabel" name="l_about">
  29. <property name="text">
  30. <string>About text here</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item row="7" column="0" colspan="2">
  35. <spacer name="verticalSpacer">
  36. <property name="orientation">
  37. <enum>Qt::Vertical</enum>
  38. </property>
  39. <property name="sizeHint" stdset="0">
  40. <size>
  41. <width>20</width>
  42. <height>40</height>
  43. </size>
  44. </property>
  45. </spacer>
  46. </item>
  47. <item row="2" column="0">
  48. <spacer name="horizontalSpacer">
  49. <property name="orientation">
  50. <enum>Qt::Horizontal</enum>
  51. </property>
  52. </spacer>
  53. </item>
  54. <item row="2" column="2">
  55. <spacer name="horizontalSpacer_2">
  56. <property name="orientation">
  57. <enum>Qt::Horizontal</enum>
  58. </property>
  59. </spacer>
  60. </item>
  61. <item row="1" column="0" colspan="3">
  62. <widget class="QLabel" name="l_icons">
  63. <property name="text">
  64. <string/>
  65. </property>
  66. <property name="pixmap">
  67. <pixmap resource="../../resources/resources.qrc">:/bitmaps/carla_about.png</pixmap>
  68. </property>
  69. <property name="alignment">
  70. <set>Qt::AlignCenter</set>
  71. </property>
  72. </widget>
  73. </item>
  74. <item row="0" column="0" colspan="3">
  75. <spacer name="verticalSpacer_4">
  76. <property name="orientation">
  77. <enum>Qt::Vertical</enum>
  78. </property>
  79. <property name="sizeHint" stdset="0">
  80. <size>
  81. <width>20</width>
  82. <height>40</height>
  83. </size>
  84. </property>
  85. </spacer>
  86. </item>
  87. <item row="3" column="0" colspan="3">
  88. <widget class="QLabel" name="l_extended">
  89. <property name="text">
  90. <string>Extended licensing here</string>
  91. </property>
  92. <property name="wordWrap">
  93. <bool>true</bool>
  94. </property>
  95. </widget>
  96. </item>
  97. </layout>
  98. </widget>
  99. <widget class="QWidget" name="features">
  100. <attribute name="title">
  101. <string>Features</string>
  102. </attribute>
  103. <layout class="QGridLayout" name="gridLayout">
  104. <item row="0" column="0">
  105. <widget class="QLabel" name="label_3">
  106. <property name="text">
  107. <string>LADSPA:</string>
  108. </property>
  109. <property name="alignment">
  110. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  111. </property>
  112. </widget>
  113. </item>
  114. <item row="0" column="1">
  115. <widget class="QLabel" name="l_ladspa">
  116. <property name="text">
  117. <string>TextLabel</string>
  118. </property>
  119. <property name="alignment">
  120. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  121. </property>
  122. </widget>
  123. </item>
  124. <item row="2" column="0">
  125. <widget class="QLabel" name="label_4">
  126. <property name="text">
  127. <string>DSSI:</string>
  128. </property>
  129. <property name="alignment">
  130. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  131. </property>
  132. </widget>
  133. </item>
  134. <item row="2" column="1">
  135. <widget class="QLabel" name="l_dssi">
  136. <property name="text">
  137. <string>TextLabel</string>
  138. </property>
  139. <property name="alignment">
  140. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  141. </property>
  142. </widget>
  143. </item>
  144. <item row="4" column="0">
  145. <widget class="QLabel" name="label_5">
  146. <property name="text">
  147. <string>LV2:</string>
  148. </property>
  149. <property name="alignment">
  150. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  151. </property>
  152. </widget>
  153. </item>
  154. <item row="4" column="1">
  155. <widget class="QLabel" name="l_lv2">
  156. <property name="text">
  157. <string>TextLabel</string>
  158. </property>
  159. <property name="alignment">
  160. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  161. </property>
  162. </widget>
  163. </item>
  164. <item row="6" column="0">
  165. <widget class="QLabel" name="label_6">
  166. <property name="text">
  167. <string>VST:</string>
  168. </property>
  169. <property name="alignment">
  170. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  171. </property>
  172. </widget>
  173. </item>
  174. <item row="6" column="1">
  175. <widget class="QLabel" name="l_vst">
  176. <property name="text">
  177. <string>TextLabel</string>
  178. </property>
  179. <property name="alignment">
  180. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  181. </property>
  182. </widget>
  183. </item>
  184. <item row="1" column="0" colspan="2">
  185. <widget class="Line" name="line">
  186. <property name="orientation">
  187. <enum>Qt::Horizontal</enum>
  188. </property>
  189. </widget>
  190. </item>
  191. <item row="5" column="0" colspan="2">
  192. <widget class="Line" name="line_2">
  193. <property name="orientation">
  194. <enum>Qt::Horizontal</enum>
  195. </property>
  196. </widget>
  197. </item>
  198. <item row="3" column="0" colspan="2">
  199. <widget class="Line" name="line_3">
  200. <property name="orientation">
  201. <enum>Qt::Horizontal</enum>
  202. </property>
  203. </widget>
  204. </item>
  205. <item row="7" column="0" colspan="2">
  206. <spacer name="verticalSpacer_3">
  207. <property name="orientation">
  208. <enum>Qt::Vertical</enum>
  209. </property>
  210. <property name="sizeHint" stdset="0">
  211. <size>
  212. <width>20</width>
  213. <height>40</height>
  214. </size>
  215. </property>
  216. </spacer>
  217. </item>
  218. </layout>
  219. </widget>
  220. <widget class="QWidget" name="osc">
  221. <attribute name="title">
  222. <string>OSC</string>
  223. </attribute>
  224. <layout class="QGridLayout" name="gridLayout_2">
  225. <item row="0" column="0">
  226. <widget class="QLabel" name="label_2">
  227. <property name="text">
  228. <string>Host URL:</string>
  229. </property>
  230. <property name="alignment">
  231. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  232. </property>
  233. </widget>
  234. </item>
  235. <item row="0" column="1">
  236. <widget class="QLineEdit" name="le_osc_url">
  237. <property name="readOnly">
  238. <bool>true</bool>
  239. </property>
  240. </widget>
  241. </item>
  242. <item row="1" column="0">
  243. <widget class="QLabel" name="label_7">
  244. <property name="text">
  245. <string>Valid commands:</string>
  246. </property>
  247. <property name="alignment">
  248. <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
  249. </property>
  250. </widget>
  251. </item>
  252. <item row="1" column="1">
  253. <widget class="QLabel" name="l_osc_cmds">
  254. <property name="font">
  255. <font>
  256. <family>DejaVu Sans Mono</family>
  257. </font>
  258. </property>
  259. <property name="text">
  260. <string>valid osc commands here</string>
  261. </property>
  262. <property name="alignment">
  263. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  264. </property>
  265. </widget>
  266. </item>
  267. <item row="2" column="0">
  268. <widget class="QLabel" name="label">
  269. <property name="text">
  270. <string>Example:</string>
  271. </property>
  272. <property name="alignment">
  273. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  274. </property>
  275. </widget>
  276. </item>
  277. <item row="2" column="1">
  278. <widget class="QLabel" name="l_example">
  279. <property name="font">
  280. <font>
  281. <family>DejaVu Sans Mono</family>
  282. </font>
  283. </property>
  284. <property name="text">
  285. <string>TextLabel</string>
  286. </property>
  287. </widget>
  288. </item>
  289. <item row="3" column="1">
  290. <widget class="QLabel" name="l_example_help">
  291. <property name="text">
  292. <string>TextLabel</string>
  293. </property>
  294. <property name="alignment">
  295. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
  296. </property>
  297. </widget>
  298. </item>
  299. <item row="4" column="0" colspan="2">
  300. <spacer name="verticalSpacer_2">
  301. <property name="orientation">
  302. <enum>Qt::Vertical</enum>
  303. </property>
  304. <property name="sizeHint" stdset="0">
  305. <size>
  306. <width>456</width>
  307. <height>35</height>
  308. </size>
  309. </property>
  310. </spacer>
  311. </item>
  312. </layout>
  313. </widget>
  314. </widget>
  315. </item>
  316. <item>
  317. <widget class="QDialogButtonBox" name="buttonBox">
  318. <property name="orientation">
  319. <enum>Qt::Horizontal</enum>
  320. </property>
  321. <property name="standardButtons">
  322. <set>QDialogButtonBox::Ok</set>
  323. </property>
  324. </widget>
  325. </item>
  326. </layout>
  327. </widget>
  328. <resources>
  329. <include location="../../resources/resources.qrc"/>
  330. <include location="../../resources/resources.qrc"/>
  331. </resources>
  332. <connections>
  333. <connection>
  334. <sender>buttonBox</sender>
  335. <signal>accepted()</signal>
  336. <receiver>CarlaAboutW</receiver>
  337. <slot>accept()</slot>
  338. <hints>
  339. <hint type="sourcelabel">
  340. <x>248</x>
  341. <y>254</y>
  342. </hint>
  343. <hint type="destinationlabel">
  344. <x>157</x>
  345. <y>274</y>
  346. </hint>
  347. </hints>
  348. </connection>
  349. <connection>
  350. <sender>buttonBox</sender>
  351. <signal>rejected()</signal>
  352. <receiver>CarlaAboutW</receiver>
  353. <slot>reject()</slot>
  354. <hints>
  355. <hint type="sourcelabel">
  356. <x>316</x>
  357. <y>260</y>
  358. </hint>
  359. <hint type="destinationlabel">
  360. <x>286</x>
  361. <y>274</y>
  362. </hint>
  363. </hints>
  364. </connection>
  365. </connections>
  366. </ui>