source: s10k/Vago/soundWizard/soundpage3.ui@ 1186

Last change on this file since 1186 was 1061, checked in by s10k, 8 years ago

Added Vago 1.3

File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>soundpage3</class>
4 <widget class="QWizardPage" name="soundpage3">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>680</width>
10 <height>460</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>WizardPage</string>
15 </property>
16 <property name="title">
17 <string>OSBD.amb file properties</string>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_4">
20 <item>
21 <widget class="QGroupBox" name="groupBox">
22 <property name="title">
23 <string>Sound priority</string>
24 </property>
25 <layout class="QVBoxLayout" name="verticalLayout_2">
26 <item>
27 <layout class="QHBoxLayout" name="horizontalLayout">
28 <item>
29 <widget class="QRadioButton" name="rbPriorityLow">
30 <property name="text">
31 <string>Low</string>
32 </property>
33 </widget>
34 </item>
35 <item>
36 <widget class="QRadioButton" name="rbPriorityNormal">
37 <property name="text">
38 <string>Normal</string>
39 </property>
40 <property name="checked">
41 <bool>true</bool>
42 </property>
43 </widget>
44 </item>
45 <item>
46 <widget class="QRadioButton" name="rbPriorityHigh">
47 <property name="text">
48 <string>High</string>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QRadioButton" name="rbPriorityHighest">
54 <property name="text">
55 <string>Highest</string>
56 </property>
57 </widget>
58 </item>
59 </layout>
60 </item>
61 </layout>
62 </widget>
63 </item>
64 <item>
65 <widget class="QGroupBox" name="groupBox_2">
66 <property name="title">
67 <string>Options</string>
68 </property>
69 <layout class="QHBoxLayout" name="horizontalLayout_9">
70 <item>
71 <widget class="QCheckBox" name="cbInterruptOnStop">
72 <property name="text">
73 <string>Interrupt track on stop</string>
74 </property>
75 <property name="checked">
76 <bool>true</bool>
77 </property>
78 </widget>
79 </item>
80 <item>
81 <widget class="QCheckBox" name="cbPlayOnce">
82 <property name="text">
83 <string>Play once</string>
84 </property>
85 </widget>
86 </item>
87 <item>
88 <widget class="QCheckBox" name="cbCanPan">
89 <property name="text">
90 <string>Can pan</string>
91 </property>
92 </widget>
93 </item>
94 </layout>
95 </widget>
96 </item>
97 <item>
98 <widget class="QGroupBox" name="groupBox_3">
99 <property name="title">
100 <string>Properties</string>
101 </property>
102 <layout class="QFormLayout" name="formLayout">
103 <item row="0" column="0">
104 <widget class="QLabel" name="label">
105 <property name="text">
106 <string>Sphere radious:</string>
107 </property>
108 </widget>
109 </item>
110 <item row="0" column="1">
111 <widget class="QLineEdit" name="leSphereRadious">
112 <property name="text">
113 <string>10</string>
114 </property>
115 </widget>
116 </item>
117 <item row="1" column="0">
118 <widget class="QLabel" name="label_2">
119 <property name="text">
120 <string>Min elapsed time:</string>
121 </property>
122 </widget>
123 </item>
124 <item row="1" column="1">
125 <widget class="QLineEdit" name="leMinElapsedTime">
126 <property name="text">
127 <string>1</string>
128 </property>
129 </widget>
130 </item>
131 <item row="2" column="0">
132 <widget class="QLabel" name="label_3">
133 <property name="text">
134 <string>Max elapsed time:</string>
135 </property>
136 </widget>
137 </item>
138 <item row="2" column="1">
139 <widget class="QLineEdit" name="leMaxElapsedTime">
140 <property name="text">
141 <string>1</string>
142 </property>
143 </widget>
144 </item>
145 <item row="3" column="0">
146 <widget class="QLabel" name="label_4">
147 <property name="text">
148 <string>Min volume distance:</string>
149 </property>
150 </widget>
151 </item>
152 <item row="3" column="1">
153 <widget class="QLineEdit" name="leMinVolumeDistance">
154 <property name="text">
155 <string>10</string>
156 </property>
157 </widget>
158 </item>
159 <item row="4" column="0">
160 <widget class="QLabel" name="label_5">
161 <property name="text">
162 <string>Max volume distance:</string>
163 </property>
164 </widget>
165 </item>
166 <item row="4" column="1">
167 <widget class="QLineEdit" name="leMaxVolumeDistance">
168 <property name="text">
169 <string>50</string>
170 </property>
171 </widget>
172 </item>
173 <item row="5" column="0">
174 <widget class="QLabel" name="label_6">
175 <property name="text">
176 <string>Min occlusion:</string>
177 </property>
178 </widget>
179 </item>
180 <item row="5" column="1">
181 <widget class="QLineEdit" name="leMinOcclusion">
182 <property name="text">
183 <string>0</string>
184 </property>
185 </widget>
186 </item>
187 <item row="6" column="0">
188 <widget class="QLabel" name="label_7">
189 <property name="text">
190 <string>Treshold:</string>
191 </property>
192 </widget>
193 </item>
194 <item row="6" column="1">
195 <widget class="QLineEdit" name="leTreshold">
196 <property name="text">
197 <string>1</string>
198 </property>
199 </widget>
200 </item>
201 </layout>
202 </widget>
203 </item>
204 </layout>
205 </widget>
206 <resources/>
207 <connections/>
208</ui>
Note: See TracBrowser for help on using the repository browser.