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.

186 lines
4.6KB

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CatarinaAddPortW</class>
  4. <widget class="QDialog" name="CatarinaAddPortW">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>273</width>
  10. <height>307</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Add Port</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <widget class="QGroupBox" name="groupBox_3">
  19. <property name="title">
  20. <string>Parent</string>
  21. </property>
  22. <layout class="QHBoxLayout" name="horizontalLayout">
  23. <item>
  24. <widget class="QLabel" name="label_4">
  25. <property name="text">
  26. <string>Port Group:</string>
  27. </property>
  28. </widget>
  29. </item>
  30. <item>
  31. <widget class="QComboBox" name="cb_group"/>
  32. </item>
  33. </layout>
  34. </widget>
  35. </item>
  36. <item>
  37. <widget class="QGroupBox" name="groupBox_2">
  38. <property name="title">
  39. <string>Port Info</string>
  40. </property>
  41. <layout class="QGridLayout" name="gridLayout">
  42. <item row="0" column="0">
  43. <widget class="QLabel" name="label">
  44. <property name="text">
  45. <string>Port ID:</string>
  46. </property>
  47. </widget>
  48. </item>
  49. <item row="0" column="1">
  50. <widget class="QSpinBox" name="sb_port_id">
  51. <property name="readOnly">
  52. <bool>true</bool>
  53. </property>
  54. <property name="maximum">
  55. <number>9999</number>
  56. </property>
  57. </widget>
  58. </item>
  59. <item row="1" column="0">
  60. <widget class="QLabel" name="label_2">
  61. <property name="text">
  62. <string>Port Name</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item row="1" column="1">
  67. <widget class="QLineEdit" name="le_port_name"/>
  68. </item>
  69. <item row="2" column="0">
  70. <widget class="QLabel" name="label_3">
  71. <property name="text">
  72. <string>Port Type:</string>
  73. </property>
  74. </widget>
  75. </item>
  76. <item row="2" column="1">
  77. <widget class="QComboBox" name="cb_port_type">
  78. <item>
  79. <property name="text">
  80. <string>JACK Audio</string>
  81. </property>
  82. </item>
  83. <item>
  84. <property name="text">
  85. <string>JACK MIDI</string>
  86. </property>
  87. </item>
  88. <item>
  89. <property name="text">
  90. <string>A2J MIDI</string>
  91. </property>
  92. </item>
  93. <item>
  94. <property name="text">
  95. <string>ALSA MIDI</string>
  96. </property>
  97. </item>
  98. </widget>
  99. </item>
  100. </layout>
  101. </widget>
  102. </item>
  103. <item>
  104. <widget class="QGroupBox" name="groupBox">
  105. <property name="title">
  106. <string>Port Flags</string>
  107. </property>
  108. <layout class="QVBoxLayout" name="verticalLayout">
  109. <item>
  110. <widget class="QRadioButton" name="rb_flags_input">
  111. <property name="text">
  112. <string>Input</string>
  113. </property>
  114. <property name="checked">
  115. <bool>true</bool>
  116. </property>
  117. </widget>
  118. </item>
  119. <item>
  120. <widget class="QRadioButton" name="rb_flags_output">
  121. <property name="text">
  122. <string>Output</string>
  123. </property>
  124. </widget>
  125. </item>
  126. </layout>
  127. </widget>
  128. </item>
  129. <item>
  130. <widget class="QDialogButtonBox" name="buttonBox">
  131. <property name="orientation">
  132. <enum>Qt::Horizontal</enum>
  133. </property>
  134. <property name="standardButtons">
  135. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  136. </property>
  137. </widget>
  138. </item>
  139. </layout>
  140. </widget>
  141. <tabstops>
  142. <tabstop>le_port_name</tabstop>
  143. <tabstop>cb_port_type</tabstop>
  144. <tabstop>rb_flags_input</tabstop>
  145. <tabstop>rb_flags_output</tabstop>
  146. <tabstop>cb_group</tabstop>
  147. <tabstop>sb_port_id</tabstop>
  148. <tabstop>buttonBox</tabstop>
  149. </tabstops>
  150. <resources/>
  151. <connections>
  152. <connection>
  153. <sender>buttonBox</sender>
  154. <signal>accepted()</signal>
  155. <receiver>CatarinaAddPortW</receiver>
  156. <slot>accept()</slot>
  157. <hints>
  158. <hint type="sourcelabel">
  159. <x>248</x>
  160. <y>254</y>
  161. </hint>
  162. <hint type="destinationlabel">
  163. <x>157</x>
  164. <y>274</y>
  165. </hint>
  166. </hints>
  167. </connection>
  168. <connection>
  169. <sender>buttonBox</sender>
  170. <signal>rejected()</signal>
  171. <receiver>CatarinaAddPortW</receiver>
  172. <slot>reject()</slot>
  173. <hints>
  174. <hint type="sourcelabel">
  175. <x>316</x>
  176. <y>260</y>
  177. </hint>
  178. <hint type="destinationlabel">
  179. <x>286</x>
  180. <y>274</y>
  181. </hint>
  182. </hints>
  183. </connection>
  184. </connections>
  185. </ui>