Collection of tools useful for audio production
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.

170 lines
3.8KB

  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>390</width>
  10. <height>118</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>JACK Options</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QRadioButton" name="rb_jack">
  19. <property name="text">
  20. <string>Load JACK Default Settings</string>
  21. </property>
  22. <property name="checked">
  23. <bool>true</bool>
  24. </property>
  25. </widget>
  26. </item>
  27. <item>
  28. <widget class="QRadioButton" name="rb_ladish">
  29. <property name="text">
  30. <string>Load LADISH Studio</string>
  31. </property>
  32. </widget>
  33. </item>
  34. <item>
  35. <layout class="QHBoxLayout" name="horizontalLayout">
  36. <item>
  37. <spacer name="horizontalSpacer">
  38. <property name="orientation">
  39. <enum>Qt::Horizontal</enum>
  40. </property>
  41. <property name="sizeType">
  42. <enum>QSizePolicy::Fixed</enum>
  43. </property>
  44. <property name="sizeHint" stdset="0">
  45. <size>
  46. <width>20</width>
  47. <height>20</height>
  48. </size>
  49. </property>
  50. </spacer>
  51. </item>
  52. <item>
  53. <widget class="QLabel" name="label">
  54. <property name="enabled">
  55. <bool>false</bool>
  56. </property>
  57. <property name="text">
  58. <string>Studio Name:</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QComboBox" name="cb_studio_name">
  64. <property name="enabled">
  65. <bool>false</bool>
  66. </property>
  67. <property name="sizePolicy">
  68. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  69. <horstretch>0</horstretch>
  70. <verstretch>0</verstretch>
  71. </sizepolicy>
  72. </property>
  73. </widget>
  74. </item>
  75. </layout>
  76. </item>
  77. <item>
  78. <spacer name="verticalSpacer">
  79. <property name="orientation">
  80. <enum>Qt::Vertical</enum>
  81. </property>
  82. <property name="sizeHint" stdset="0">
  83. <size>
  84. <width>20</width>
  85. <height>40</height>
  86. </size>
  87. </property>
  88. </spacer>
  89. </item>
  90. <item>
  91. <widget class="QDialogButtonBox" name="buttonBox">
  92. <property name="orientation">
  93. <enum>Qt::Horizontal</enum>
  94. </property>
  95. <property name="standardButtons">
  96. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  97. </property>
  98. </widget>
  99. </item>
  100. </layout>
  101. </widget>
  102. <resources/>
  103. <connections>
  104. <connection>
  105. <sender>buttonBox</sender>
  106. <signal>accepted()</signal>
  107. <receiver>Dialog</receiver>
  108. <slot>accept()</slot>
  109. <hints>
  110. <hint type="sourcelabel">
  111. <x>224</x>
  112. <y>113</y>
  113. </hint>
  114. <hint type="destinationlabel">
  115. <x>157</x>
  116. <y>129</y>
  117. </hint>
  118. </hints>
  119. </connection>
  120. <connection>
  121. <sender>buttonBox</sender>
  122. <signal>rejected()</signal>
  123. <receiver>Dialog</receiver>
  124. <slot>reject()</slot>
  125. <hints>
  126. <hint type="sourcelabel">
  127. <x>292</x>
  128. <y>119</y>
  129. </hint>
  130. <hint type="destinationlabel">
  131. <x>286</x>
  132. <y>129</y>
  133. </hint>
  134. </hints>
  135. </connection>
  136. <connection>
  137. <sender>rb_ladish</sender>
  138. <signal>toggled(bool)</signal>
  139. <receiver>label</receiver>
  140. <slot>setEnabled(bool)</slot>
  141. <hints>
  142. <hint type="sourcelabel">
  143. <x>83</x>
  144. <y>38</y>
  145. </hint>
  146. <hint type="destinationlabel">
  147. <x>78</x>
  148. <y>63</y>
  149. </hint>
  150. </hints>
  151. </connection>
  152. <connection>
  153. <sender>rb_ladish</sender>
  154. <signal>toggled(bool)</signal>
  155. <receiver>cb_studio_name</receiver>
  156. <slot>setEnabled(bool)</slot>
  157. <hints>
  158. <hint type="sourcelabel">
  159. <x>115</x>
  160. <y>34</y>
  161. </hint>
  162. <hint type="destinationlabel">
  163. <x>163</x>
  164. <y>67</y>
  165. </hint>
  166. </hints>
  167. </connection>
  168. </connections>
  169. </ui>