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.

161 lines
4.2KB

  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>435</width>
  10. <height>183</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="QDialogButtonBox" name="buttonBox">
  113. <property name="orientation">
  114. <enum>Qt::Horizontal</enum>
  115. </property>
  116. <property name="standardButtons">
  117. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </widget>
  123. <resources>
  124. <include location="../resources.qrc"/>
  125. </resources>
  126. <connections>
  127. <connection>
  128. <sender>buttonBox</sender>
  129. <signal>accepted()</signal>
  130. <receiver>Dialog</receiver>
  131. <slot>accept()</slot>
  132. <hints>
  133. <hint type="sourcelabel">
  134. <x>248</x>
  135. <y>254</y>
  136. </hint>
  137. <hint type="destinationlabel">
  138. <x>157</x>
  139. <y>274</y>
  140. </hint>
  141. </hints>
  142. </connection>
  143. <connection>
  144. <sender>buttonBox</sender>
  145. <signal>rejected()</signal>
  146. <receiver>Dialog</receiver>
  147. <slot>reject()</slot>
  148. <hints>
  149. <hint type="sourcelabel">
  150. <x>316</x>
  151. <y>260</y>
  152. </hint>
  153. <hint type="destinationlabel">
  154. <x>286</x>
  155. <y>274</y>
  156. </hint>
  157. </hints>
  158. </connection>
  159. </connections>
  160. </ui>