configure_audio.ui 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConfigureAudio</class>
  4. <widget class="QWidget" name="ConfigureAudio">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>188</width>
  10. <height>246</height>
  11. </rect>
  12. </property>
  13. <layout class="QVBoxLayout">
  14. <item>
  15. <widget class="QGroupBox" name="groupBox">
  16. <property name="title">
  17. <string>Audio</string>
  18. </property>
  19. <layout class="QVBoxLayout">
  20. <item>
  21. <layout class="QHBoxLayout">
  22. <item>
  23. <widget class="QLabel" name="label_1">
  24. <property name="text">
  25. <string>Output Engine:</string>
  26. </property>
  27. </widget>
  28. </item>
  29. <item>
  30. <widget class="QComboBox" name="output_sink_combo_box"/>
  31. </item>
  32. </layout>
  33. </item>
  34. <item>
  35. <widget class="QCheckBox" name="toggle_audio_stretching">
  36. <property name="toolTip">
  37. <string>This post-processing effect adjusts audio speed to match emulation speed and helps prevent audio stutter. This however increases audio latency.</string>
  38. </property>
  39. <property name="text">
  40. <string>Enable audio stretching</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <layout class="QHBoxLayout">
  46. <item>
  47. <widget class="QLabel" name="label_2">
  48. <property name="text">
  49. <string>Audio Device:</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <widget class="QComboBox" name="audio_device_combo_box"/>
  55. </item>
  56. </layout>
  57. </item>
  58. <item>
  59. <layout class="QHBoxLayout" name="horizontalLayout_2">
  60. <property name="topMargin">
  61. <number>0</number>
  62. </property>
  63. <item>
  64. <widget class="QLabel" name="label_3">
  65. <property name="text">
  66. <string>Volume:</string>
  67. </property>
  68. </widget>
  69. </item>
  70. <item>
  71. <spacer name="horizontalSpacer">
  72. <property name="orientation">
  73. <enum>Qt::Horizontal</enum>
  74. </property>
  75. <property name="sizeHint" stdset="0">
  76. <size>
  77. <width>40</width>
  78. <height>20</height>
  79. </size>
  80. </property>
  81. </spacer>
  82. </item>
  83. <item>
  84. <widget class="QSlider" name="volume_slider">
  85. <property name="sizePolicy">
  86. <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
  87. <horstretch>0</horstretch>
  88. <verstretch>0</verstretch>
  89. </sizepolicy>
  90. </property>
  91. <property name="maximum">
  92. <number>100</number>
  93. </property>
  94. <property name="pageStep">
  95. <number>10</number>
  96. </property>
  97. <property name="orientation">
  98. <enum>Qt::Horizontal</enum>
  99. </property>
  100. </widget>
  101. </item>
  102. <item>
  103. <widget class="QLabel" name="volume_indicator">
  104. <property name="minimumSize">
  105. <size>
  106. <width>32</width>
  107. <height>0</height>
  108. </size>
  109. </property>
  110. <property name="text">
  111. <string>0 %</string>
  112. </property>
  113. <property name="alignment">
  114. <set>Qt::AlignCenter</set>
  115. </property>
  116. </widget>
  117. </item>
  118. </layout>
  119. </item>
  120. </layout>
  121. </widget>
  122. </item>
  123. <item>
  124. <spacer>
  125. <property name="orientation">
  126. <enum>Qt::Vertical</enum>
  127. </property>
  128. <property name="sizeHint" stdset="0">
  129. <size>
  130. <width>167</width>
  131. <height>55</height>
  132. </size>
  133. </property>
  134. </spacer>
  135. </item>
  136. </layout>
  137. </widget>
  138. <resources/>
  139. <connections/>
  140. </ui>