New lua versions
[ryzomcore.git] / studio / src / plugins / object_viewer / sound_settings_page.ui
blobbcb29b06076976f4339d3c60a0e7287fccdbdc47
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SoundSettingsPage</class>
4 <widget class="QWidget" name="SoundSettingsPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>331</width>
10 <height>278</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0" colspan="3">
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QLabel" name="driverSndLabel">
21 <property name="text">
22 <string>Driver</string>
23 </property>
24 </widget>
25 </item>
26 <item>
27 <spacer name="horizontalSpacer">
28 <property name="orientation">
29 <enum>Qt::Horizontal</enum>
30 </property>
31 <property name="sizeHint" stdset="0">
32 <size>
33 <width>40</width>
34 <height>20</height>
35 </size>
36 </property>
37 </spacer>
38 </item>
39 <item>
40 <widget class="QComboBox" name="driverSndComboBox">
41 <property name="sizePolicy">
42 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
43 <horstretch>0</horstretch>
44 <verstretch>0</verstretch>
45 </sizepolicy>
46 </property>
47 <item>
48 <property name="text">
49 <string>Auto</string>
50 </property>
51 </item>
52 <item>
53 <property name="text">
54 <string>OpenAL</string>
55 </property>
56 </item>
57 <item>
58 <property name="text">
59 <string>XAudio2</string>
60 </property>
61 </item>
62 <item>
63 <property name="text">
64 <string>FMod</string>
65 </property>
66 </item>
67 <item>
68 <property name="text">
69 <string>DSound</string>
70 </property>
71 </item>
72 </widget>
73 </item>
74 </layout>
75 </item>
76 <item row="1" column="0" colspan="2">
77 <widget class="QCheckBox" name="autoLoadSampleCheckBox">
78 <property name="text">
79 <string>SoundAutoLoadSample</string>
80 </property>
81 </widget>
82 </item>
83 <item row="2" column="0" colspan="3">
84 <widget class="QCheckBox" name="enableOccludeObstructCheckBox">
85 <property name="text">
86 <string>SoundEnableOccludeObstruct</string>
87 </property>
88 </widget>
89 </item>
90 <item row="3" column="0" colspan="2">
91 <widget class="QCheckBox" name="enableReverbCheckBox">
92 <property name="text">
93 <string>SoundEnableReverb</string>
94 </property>
95 </widget>
96 </item>
97 <item row="4" column="0" colspan="2">
98 <widget class="QCheckBox" name="manualRolloffCheckBox">
99 <property name="text">
100 <string>SoundManualRolloff</string>
101 </property>
102 </widget>
103 </item>
104 <item row="5" column="0" colspan="2">
105 <widget class="QCheckBox" name="forceSoftwareCheckBox">
106 <property name="text">
107 <string>SoundForceSoftware</string>
108 </property>
109 </widget>
110 </item>
111 <item row="6" column="0" colspan="2">
112 <widget class="QCheckBox" name="useADPCMCheckBox">
113 <property name="text">
114 <string>SoundUseADPCM</string>
115 </property>
116 </widget>
117 </item>
118 <item row="7" column="0" colspan="3">
119 <layout class="QHBoxLayout" name="horizontalLayout_2">
120 <item>
121 <widget class="QLabel" name="maxTrackLabel">
122 <property name="text">
123 <string>SoundMaxTrack</string>
124 </property>
125 </widget>
126 </item>
127 <item>
128 <spacer name="horizontalSpacer_2">
129 <property name="orientation">
130 <enum>Qt::Horizontal</enum>
131 </property>
132 <property name="sizeHint" stdset="0">
133 <size>
134 <width>40</width>
135 <height>20</height>
136 </size>
137 </property>
138 </spacer>
139 </item>
140 <item>
141 <widget class="QSpinBox" name="maxTrackSpinBox">
142 <property name="sizePolicy">
143 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
144 <horstretch>0</horstretch>
145 <verstretch>0</verstretch>
146 </sizepolicy>
147 </property>
148 <property name="specialValueText">
149 <string notr="true"/>
150 </property>
151 <property name="suffix">
152 <string notr="true"/>
153 </property>
154 <property name="prefix">
155 <string notr="true"/>
156 </property>
157 </widget>
158 </item>
159 </layout>
160 </item>
161 <item row="8" column="0">
162 <widget class="QLabel" name="label">
163 <property name="text">
164 <string>SoundPackedSheetPath</string>
165 </property>
166 </widget>
167 </item>
168 <item row="8" column="1">
169 <widget class="QLineEdit" name="soundSheetPathLineEdit"/>
170 </item>
171 <item row="8" column="2">
172 <widget class="QToolButton" name="soundSheetPathButton">
173 <property name="text">
174 <string>...</string>
175 </property>
176 </widget>
177 </item>
178 <item row="9" column="0">
179 <widget class="QLabel" name="label_2">
180 <property name="text">
181 <string>SoundSamplePath</string>
182 </property>
183 </widget>
184 </item>
185 <item row="9" column="1">
186 <widget class="QLineEdit" name="soundSamplePathLineEdit"/>
187 </item>
188 <item row="9" column="2">
189 <widget class="QToolButton" name="soundSamplePathButton">
190 <property name="text">
191 <string>...</string>
192 </property>
193 </widget>
194 </item>
195 <item row="10" column="0">
196 <spacer name="verticalSpacer">
197 <property name="orientation">
198 <enum>Qt::Vertical</enum>
199 </property>
200 <property name="sizeHint" stdset="0">
201 <size>
202 <width>20</width>
203 <height>83</height>
204 </size>
205 </property>
206 </spacer>
207 </item>
208 </layout>
209 </widget>
210 <resources>
211 <include location="../../object_viewer_qt.qrc"/>
212 </resources>
213 <connections/>
214 </ui>