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.

299 lines
8.6KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>443</width>
  10. <height>281</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Carla Control - Connect</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="group_remote_setup">
  19. <property name="title">
  20. <string>Remote setup</string>
  21. </property>
  22. <layout class="QGridLayout" name="gridLayout">
  23. <item row="4" column="1">
  24. <widget class="QLabel" name="label_4">
  25. <property name="text">
  26. <string>UDP Port:</string>
  27. </property>
  28. <property name="alignment">
  29. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="0" column="1">
  34. <widget class="QLabel" name="label_10">
  35. <property name="text">
  36. <string>Remote host:</string>
  37. </property>
  38. <property name="alignment">
  39. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  40. </property>
  41. </widget>
  42. </item>
  43. <item row="4" column="2">
  44. <widget class="QSpinBox" name="sb_udp_port">
  45. <property name="minimum">
  46. <number>1024</number>
  47. </property>
  48. <property name="maximum">
  49. <number>32767</number>
  50. </property>
  51. </widget>
  52. </item>
  53. <item row="2" column="2">
  54. <widget class="QSpinBox" name="sb_tcp_port">
  55. <property name="minimum">
  56. <number>1024</number>
  57. </property>
  58. <property name="maximum">
  59. <number>32767</number>
  60. </property>
  61. </widget>
  62. </item>
  63. <item row="2" column="1">
  64. <widget class="QLabel" name="label_3">
  65. <property name="text">
  66. <string>TCP Port:</string>
  67. </property>
  68. <property name="alignment">
  69. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  70. </property>
  71. </widget>
  72. </item>
  73. <item row="0" column="0" rowspan="6">
  74. <spacer name="horizontalSpacer_4">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="sizeType">
  79. <enum>QSizePolicy::Fixed</enum>
  80. </property>
  81. <property name="sizeHint" stdset="0">
  82. <size>
  83. <width>20</width>
  84. <height>60</height>
  85. </size>
  86. </property>
  87. </spacer>
  88. </item>
  89. <item row="0" column="2" colspan="2">
  90. <widget class="QLineEdit" name="le_host"/>
  91. </item>
  92. <item row="0" column="4" rowspan="6">
  93. <spacer name="horizontalSpacer_3">
  94. <property name="orientation">
  95. <enum>Qt::Horizontal</enum>
  96. </property>
  97. <property name="sizeType">
  98. <enum>QSizePolicy::Fixed</enum>
  99. </property>
  100. <property name="sizeHint" stdset="0">
  101. <size>
  102. <width>20</width>
  103. <height>60</height>
  104. </size>
  105. </property>
  106. </spacer>
  107. </item>
  108. </layout>
  109. </widget>
  110. </item>
  111. <item>
  112. <widget class="QGroupBox" name="group_reported_host">
  113. <property name="title">
  114. <string>Reported host</string>
  115. </property>
  116. <layout class="QGridLayout" name="gridLayout_2">
  117. <item row="0" column="0" rowspan="2">
  118. <spacer name="horizontalSpacer_10">
  119. <property name="orientation">
  120. <enum>Qt::Horizontal</enum>
  121. </property>
  122. <property name="sizeType">
  123. <enum>QSizePolicy::Fixed</enum>
  124. </property>
  125. <property name="sizeHint" stdset="0">
  126. <size>
  127. <width>92</width>
  128. <height>38</height>
  129. </size>
  130. </property>
  131. </spacer>
  132. </item>
  133. <item row="0" column="1" colspan="2">
  134. <widget class="QRadioButton" name="rb_reported_auto">
  135. <property name="sizePolicy">
  136. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  137. <horstretch>0</horstretch>
  138. <verstretch>0</verstretch>
  139. </sizepolicy>
  140. </property>
  141. <property name="text">
  142. <string>Automatic</string>
  143. </property>
  144. </widget>
  145. </item>
  146. <item row="0" column="3" rowspan="2">
  147. <spacer name="horizontalSpacer_9">
  148. <property name="orientation">
  149. <enum>Qt::Horizontal</enum>
  150. </property>
  151. <property name="sizeType">
  152. <enum>QSizePolicy::Fixed</enum>
  153. </property>
  154. <property name="sizeHint" stdset="0">
  155. <size>
  156. <width>92</width>
  157. <height>38</height>
  158. </size>
  159. </property>
  160. </spacer>
  161. </item>
  162. <item row="1" column="1">
  163. <widget class="QRadioButton" name="rb_reported_custom">
  164. <property name="sizePolicy">
  165. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  166. <horstretch>0</horstretch>
  167. <verstretch>0</verstretch>
  168. </sizepolicy>
  169. </property>
  170. <property name="text">
  171. <string>Custom:</string>
  172. </property>
  173. </widget>
  174. </item>
  175. <item row="1" column="2">
  176. <widget class="QLineEdit" name="le_reported_host"/>
  177. </item>
  178. <item row="2" column="0" colspan="4">
  179. <layout class="QHBoxLayout" name="horizontalLayout">
  180. <item>
  181. <spacer name="horizontalSpacer">
  182. <property name="orientation">
  183. <enum>Qt::Horizontal</enum>
  184. </property>
  185. <property name="sizeType">
  186. <enum>QSizePolicy::Fixed</enum>
  187. </property>
  188. <property name="sizeHint" stdset="0">
  189. <size>
  190. <width>10</width>
  191. <height>1</height>
  192. </size>
  193. </property>
  194. </spacer>
  195. </item>
  196. <item>
  197. <widget class="QPlainTextEdit" name="te_reported_hint">
  198. <property name="frameShape">
  199. <enum>QFrame::NoFrame</enum>
  200. </property>
  201. <property name="frameShadow">
  202. <enum>QFrame::Plain</enum>
  203. </property>
  204. <property name="lineWidth">
  205. <number>0</number>
  206. </property>
  207. <property name="midLineWidth">
  208. <number>1</number>
  209. </property>
  210. <property name="verticalScrollBarPolicy">
  211. <enum>Qt::ScrollBarAlwaysOff</enum>
  212. </property>
  213. <property name="horizontalScrollBarPolicy">
  214. <enum>Qt::ScrollBarAlwaysOff</enum>
  215. </property>
  216. <property name="undoRedoEnabled">
  217. <bool>false</bool>
  218. </property>
  219. <property name="plainText">
  220. <string>In some networks (like USB connections), the remote system cannot reach the local network. You can specify here which hostname or IP to make the remote Carla connect to.
  221. If you are unsure, leave it as 'Automatic'.</string>
  222. </property>
  223. <property name="textInteractionFlags">
  224. <set>Qt::NoTextInteraction</set>
  225. </property>
  226. </widget>
  227. </item>
  228. <item>
  229. <spacer name="horizontalSpacer_2">
  230. <property name="orientation">
  231. <enum>Qt::Horizontal</enum>
  232. </property>
  233. <property name="sizeType">
  234. <enum>QSizePolicy::Fixed</enum>
  235. </property>
  236. <property name="sizeHint" stdset="0">
  237. <size>
  238. <width>10</width>
  239. <height>1</height>
  240. </size>
  241. </property>
  242. </spacer>
  243. </item>
  244. </layout>
  245. </item>
  246. </layout>
  247. </widget>
  248. </item>
  249. <item>
  250. <widget class="QDialogButtonBox" name="buttonBox">
  251. <property name="orientation">
  252. <enum>Qt::Horizontal</enum>
  253. </property>
  254. <property name="standardButtons">
  255. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  256. </property>
  257. </widget>
  258. </item>
  259. </layout>
  260. </widget>
  261. <resources>
  262. <include location="../resources.qrc"/>
  263. </resources>
  264. <connections>
  265. <connection>
  266. <sender>buttonBox</sender>
  267. <signal>accepted()</signal>
  268. <receiver>Dialog</receiver>
  269. <slot>accept()</slot>
  270. <hints>
  271. <hint type="sourcelabel">
  272. <x>248</x>
  273. <y>254</y>
  274. </hint>
  275. <hint type="destinationlabel">
  276. <x>157</x>
  277. <y>274</y>
  278. </hint>
  279. </hints>
  280. </connection>
  281. <connection>
  282. <sender>buttonBox</sender>
  283. <signal>rejected()</signal>
  284. <receiver>Dialog</receiver>
  285. <slot>reject()</slot>
  286. <hints>
  287. <hint type="sourcelabel">
  288. <x>316</x>
  289. <y>260</y>
  290. </hint>
  291. <hint type="destinationlabel">
  292. <x>286</x>
  293. <y>274</y>
  294. </hint>
  295. </hints>
  296. </connection>
  297. </connections>
  298. </ui>