1 |
<?xml version="1.0" encoding="UTF-8"?> |
2 |
<ui version="4.0"> |
3 |
<class>soundpage5</class> |
4 |
<widget class="QWizardPage" name="soundpage5"> |
5 |
<property name="geometry"> |
6 |
<rect> |
7 |
<x>0</x> |
8 |
<y>0</y> |
9 |
<width>640</width> |
10 |
<height>478</height> |
11 |
</rect> |
12 |
</property> |
13 |
<property name="windowTitle"> |
14 |
<string>WizardPage</string> |
15 |
</property> |
16 |
<property name="title"> |
17 |
<string>OSBD.imp file properties</string> |
18 |
</property> |
19 |
<layout class="QVBoxLayout" name="verticalLayout"> |
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_3"> |
66 |
<property name="title"> |
67 |
<string>Properties</string> |
68 |
</property> |
69 |
<layout class="QFormLayout" name="formLayout"> |
70 |
<item row="0" column="0"> |
71 |
<widget class="QLabel" name="label"> |
72 |
<property name="text"> |
73 |
<string>Min volume distance:</string> |
74 |
</property> |
75 |
</widget> |
76 |
</item> |
77 |
<item row="0" column="1"> |
78 |
<widget class="QLineEdit" name="leMinVolumeDistance"> |
79 |
<property name="text"> |
80 |
<string>15</string> |
81 |
</property> |
82 |
</widget> |
83 |
</item> |
84 |
<item row="1" column="0"> |
85 |
<widget class="QLabel" name="label_2"> |
86 |
<property name="text"> |
87 |
<string>Max volume distance:</string> |
88 |
</property> |
89 |
</widget> |
90 |
</item> |
91 |
<item row="1" column="1"> |
92 |
<widget class="QLineEdit" name="leMaxVolumeDistance"> |
93 |
<property name="text"> |
94 |
<string>80</string> |
95 |
</property> |
96 |
</widget> |
97 |
</item> |
98 |
<item row="2" column="0"> |
99 |
<widget class="QLabel" name="label_4"> |
100 |
<property name="text"> |
101 |
<string>Min angle:</string> |
102 |
</property> |
103 |
</widget> |
104 |
</item> |
105 |
<item row="2" column="1"> |
106 |
<widget class="QLineEdit" name="leMinAngle"> |
107 |
<property name="text"> |
108 |
<string>360</string> |
109 |
</property> |
110 |
</widget> |
111 |
</item> |
112 |
<item row="3" column="0"> |
113 |
<widget class="QLabel" name="label_5"> |
114 |
<property name="text"> |
115 |
<string>Max angle:</string> |
116 |
</property> |
117 |
</widget> |
118 |
</item> |
119 |
<item row="3" column="1"> |
120 |
<widget class="QLineEdit" name="leMaxAngle"> |
121 |
<property name="text"> |
122 |
<string>360</string> |
123 |
</property> |
124 |
</widget> |
125 |
</item> |
126 |
<item row="4" column="0"> |
127 |
<widget class="QLabel" name="label_3"> |
128 |
<property name="text"> |
129 |
<string>Min attenuation:</string> |
130 |
</property> |
131 |
</widget> |
132 |
</item> |
133 |
<item row="4" column="1"> |
134 |
<widget class="QLineEdit" name="leMinAttenuation"> |
135 |
<property name="text"> |
136 |
<string>1</string> |
137 |
</property> |
138 |
</widget> |
139 |
</item> |
140 |
<item row="5" column="0"> |
141 |
<widget class="QLabel" name="label_6"> |
142 |
<property name="text"> |
143 |
<string>Impact velocity:</string> |
144 |
</property> |
145 |
</widget> |
146 |
</item> |
147 |
<item row="5" column="1"> |
148 |
<widget class="QLineEdit" name="leImpactVelocity"> |
149 |
<property name="text"> |
150 |
<string>0</string> |
151 |
</property> |
152 |
</widget> |
153 |
</item> |
154 |
<item row="6" column="0"> |
155 |
<widget class="QLabel" name="label_7"> |
156 |
<property name="text"> |
157 |
<string>Min occlusion:</string> |
158 |
</property> |
159 |
</widget> |
160 |
</item> |
161 |
<item row="6" column="1"> |
162 |
<widget class="QLineEdit" name="leMinOcclusion"> |
163 |
<property name="text"> |
164 |
<string>0</string> |
165 |
</property> |
166 |
</widget> |
167 |
</item> |
168 |
</layout> |
169 |
</widget> |
170 |
</item> |
171 |
</layout> |
172 |
</widget> |
173 |
<resources/> |
174 |
<connections/> |
175 |
</ui> |