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.

121 lines
3.0KB

  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>218</width>
  10. <height>124</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>PulseAudio Options</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QGridLayout" name="gridLayout">
  19. <item row="0" column="0">
  20. <widget class="QLabel" name="labelPulseInputs">
  21. <property name="text">
  22. <string>Input Channels :</string>
  23. </property>
  24. <property name="alignment">
  25. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  26. </property>
  27. </widget>
  28. </item>
  29. <item row="1" column="0">
  30. <widget class="QLabel" name="labelPulseOutputs">
  31. <property name="text">
  32. <string>Output Channels :</string>
  33. </property>
  34. <property name="alignment">
  35. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  36. </property>
  37. </widget>
  38. </item>
  39. <item row="0" column="1">
  40. <widget class="QSpinBox" name="spinBoxPulseInputs">
  41. <property name="specialValueText">
  42. <string>Default</string>
  43. </property>
  44. <property name="minimum">
  45. <number>-1</number>
  46. </property>
  47. <property name="maximum">
  48. <number>10</number>
  49. </property>
  50. <property name="value">
  51. <number>-1</number>
  52. </property>
  53. </widget>
  54. </item>
  55. <item row="1" column="1">
  56. <widget class="QSpinBox" name="spinBoxPulseOutputs">
  57. <property name="specialValueText">
  58. <string>Default</string>
  59. </property>
  60. <property name="minimum">
  61. <number>-1</number>
  62. </property>
  63. <property name="maximum">
  64. <number>10</number>
  65. </property>
  66. <property name="value">
  67. <number>-1</number>
  68. </property>
  69. </widget>
  70. </item>
  71. </layout>
  72. </item>
  73. <item>
  74. <widget class="QDialogButtonBox" name="buttonBox">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="standardButtons">
  79. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  80. </property>
  81. </widget>
  82. </item>
  83. </layout>
  84. </widget>
  85. <resources/>
  86. <connections>
  87. <connection>
  88. <sender>buttonBox</sender>
  89. <signal>accepted()</signal>
  90. <receiver>Dialog</receiver>
  91. <slot>accept()</slot>
  92. <hints>
  93. <hint type="sourcelabel">
  94. <x>248</x>
  95. <y>254</y>
  96. </hint>
  97. <hint type="destinationlabel">
  98. <x>157</x>
  99. <y>274</y>
  100. </hint>
  101. </hints>
  102. </connection>
  103. <connection>
  104. <sender>buttonBox</sender>
  105. <signal>rejected()</signal>
  106. <receiver>Dialog</receiver>
  107. <slot>reject()</slot>
  108. <hints>
  109. <hint type="sourcelabel">
  110. <x>316</x>
  111. <y>260</y>
  112. </hint>
  113. <hint type="destinationlabel">
  114. <x>286</x>
  115. <y>274</y>
  116. </hint>
  117. </hints>
  118. </connection>
  119. </connections>
  120. </ui>