|
6 | 6 | <rect>
|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 |
| - <width>491</width> |
10 |
| - <height>359</height> |
| 9 | + <width>547</width> |
| 10 | + <height>433</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="sizePolicy">
|
|
34 | 34 | <item>
|
35 | 35 | <widget class="QTabWidget" name="tabWidget">
|
36 | 36 | <property name="currentIndex">
|
37 |
| - <number>0</number> |
| 37 | + <number>1</number> |
38 | 38 | </property>
|
39 | 39 | <widget class="QWidget" name="elevation">
|
40 | 40 | <attribute name="title">
|
|
165 | 165 | </attribute>
|
166 | 166 | <layout class="QGridLayout" name="gridLayout">
|
167 | 167 | <item row="0" column="0">
|
168 |
| - <widget class="QLabel" name="label_2"> |
| 168 | + <widget class="QLabel" name="comboStereoModeLabel"> |
169 | 169 | <property name="text">
|
170 | 170 | <string>Stereo Mode</string>
|
171 | 171 | </property>
|
172 | 172 | </widget>
|
173 | 173 | </item>
|
174 |
| - <item row="0" column="1" colspan="2"> |
175 |
| - <widget class="QComboBox" name="comboStereoMode"> |
176 |
| - <property name="minimumSize"> |
177 |
| - <size> |
178 |
| - <width>300</width> |
179 |
| - <height>25</height> |
180 |
| - </size> |
| 174 | + <item row="4" column="0"> |
| 175 | + <widget class="QLabel" name="screenDistanceLabel"> |
| 176 | + <property name="text"> |
| 177 | + <string>Screen distance (m)</string> |
| 178 | + </property> |
| 179 | + <property name="buddy"> |
| 180 | + <cstring>screenDistance</cstring> |
| 181 | + </property> |
| 182 | + </widget> |
| 183 | + </item> |
| 184 | + <item row="4" column="2"> |
| 185 | + <widget class="QDoubleSpinBox" name="screenDistance"> |
| 186 | + <property name="decimals"> |
| 187 | + <number>3</number> |
| 188 | + </property> |
| 189 | + <property name="singleStep"> |
| 190 | + <double>0.100000000000000</double> |
| 191 | + </property> |
| 192 | + </widget> |
| 193 | + </item> |
| 194 | + <item row="7" column="0"> |
| 195 | + <widget class="QLabel" name="screenWidthLabel"> |
| 196 | + <property name="text"> |
| 197 | + <string>Screen width (m)</string> |
| 198 | + </property> |
| 199 | + </widget> |
| 200 | + </item> |
| 201 | + <item row="7" column="2"> |
| 202 | + <widget class="QDoubleSpinBox" name="screenWidth"> |
| 203 | + <property name="decimals"> |
| 204 | + <number>3</number> |
| 205 | + </property> |
| 206 | + <property name="singleStep"> |
| 207 | + <double>0.010000000000000</double> |
| 208 | + </property> |
| 209 | + </widget> |
| 210 | + </item> |
| 211 | + <item row="10" column="0" colspan="2"> |
| 212 | + <widget class="QLabel" name="splitStereoHorizontalSeparationLabel"> |
| 213 | + <property name="text"> |
| 214 | + <string>Split stereo horizontal separation (px)</string> |
| 215 | + </property> |
| 216 | + </widget> |
| 217 | + </item> |
| 218 | + <item row="12" column="0" colspan="2"> |
| 219 | + <widget class="QLabel" name="splitStereoVerticalSeparationLabel"> |
| 220 | + <property name="text"> |
| 221 | + <string>Split stereo vertical separation (px)</string> |
| 222 | + </property> |
| 223 | + </widget> |
| 224 | + </item> |
| 225 | + <item row="14" column="0" colspan="2"> |
| 226 | + <widget class="QLabel" name="splitStereoVerticalEyeMappingLabel"> |
| 227 | + <property name="text"> |
| 228 | + <string>Split stereo vertical eye mapping</string> |
| 229 | + </property> |
| 230 | + </widget> |
| 231 | + </item> |
| 232 | + <item row="14" column="2"> |
| 233 | + <widget class="QComboBox" name="splitStereoVerticalEyeMapping"> |
| 234 | + <item> |
| 235 | + <property name="text"> |
| 236 | + <string>LEFT_EYE_TOP_VIEWPORT</string> |
| 237 | + </property> |
| 238 | + </item> |
| 239 | + <item> |
| 240 | + <property name="text"> |
| 241 | + <string>LEFT_EYE_BOTTOM_VIEWPORT</string> |
| 242 | + </property> |
| 243 | + </item> |
| 244 | + </widget> |
| 245 | + </item> |
| 246 | + <item row="8" column="2"> |
| 247 | + <widget class="QDoubleSpinBox" name="screenHeight"> |
| 248 | + <property name="decimals"> |
| 249 | + <number>3</number> |
| 250 | + </property> |
| 251 | + <property name="singleStep"> |
| 252 | + <double>0.010000000000000</double> |
| 253 | + </property> |
| 254 | + </widget> |
| 255 | + </item> |
| 256 | + <item row="8" column="0"> |
| 257 | + <widget class="QLabel" name="screenHeightLabel"> |
| 258 | + <property name="text"> |
| 259 | + <string>Screen height (m)</string> |
181 | 260 | </property>
|
182 |
| - <property name="maxCount"> |
183 |
| - <number>200</number> |
| 261 | + </widget> |
| 262 | + </item> |
| 263 | + <item row="13" column="0"> |
| 264 | + <widget class="QLabel" name="splitStereoHorizontalEyeMappingLabel"> |
| 265 | + <property name="text"> |
| 266 | + <string>Split stereo horizontal eye mapping</string> |
184 | 267 | </property>
|
| 268 | + </widget> |
| 269 | + </item> |
| 270 | + <item row="13" column="2"> |
| 271 | + <widget class="QComboBox" name="splitStereoHorizontalEyeMapping"> |
| 272 | + <item> |
| 273 | + <property name="text"> |
| 274 | + <string>LEFT_EYE_LEFT_VIEWPORT</string> |
| 275 | + </property> |
| 276 | + </item> |
| 277 | + <item> |
| 278 | + <property name="text"> |
| 279 | + <string>LEFT_EYE_RIGHT_VIEWPORT</string> |
| 280 | + </property> |
| 281 | + </item> |
| 282 | + </widget> |
| 283 | + </item> |
| 284 | + <item row="12" column="2"> |
| 285 | + <widget class="QSpinBox" name="splitStereoVerticalSeparation"/> |
| 286 | + </item> |
| 287 | + <item row="10" column="2"> |
| 288 | + <widget class="QSpinBox" name="splitStereoHorizontalSeparation"/> |
| 289 | + </item> |
| 290 | + <item row="0" column="2"> |
| 291 | + <widget class="QComboBox" name="comboStereoMode"> |
185 | 292 | <item>
|
186 | 293 | <property name="text">
|
187 | 294 | <string>OFF</string>
|
|
209 | 316 | </item>
|
210 | 317 | </widget>
|
211 | 318 | </item>
|
212 |
| - <item row="1" column="0"> |
213 |
| - <widget class="QLabel" name="label"> |
214 |
| - <property name="text"> |
215 |
| - <string>Screen distance</string> |
216 |
| - </property> |
217 |
| - <property name="buddy"> |
218 |
| - <cstring>screenDistance</cstring> |
219 |
| - </property> |
220 |
| - </widget> |
221 |
| - </item> |
222 |
| - <item row="1" column="2"> |
223 |
| - <widget class="QDoubleSpinBox" name="screenDistance"/> |
224 |
| - </item> |
225 | 319 | <item row="2" column="0">
|
226 |
| - <widget class="QLabel" name="label_3"> |
| 320 | + <widget class="QLabel" name="eyeSeparationLabel"> |
227 | 321 | <property name="text">
|
228 |
| - <string>SCREEN_WIDTH </string> |
| 322 | + <string>Eye separation (m)</string> |
229 | 323 | </property>
|
230 | 324 | </widget>
|
231 | 325 | </item>
|
232 | 326 | <item row="2" column="2">
|
233 |
| - <widget class="QDoubleSpinBox" name="xxxx_2"/> |
234 |
| - </item> |
235 |
| - <item row="3" column="0"> |
236 |
| - <widget class="QLabel" name="label_4"> |
237 |
| - <property name="text"> |
238 |
| - <string>EYE_SEPARATION </string> |
| 327 | + <widget class="QDoubleSpinBox" name="eyeSeparation"> |
| 328 | + <property name="decimals"> |
| 329 | + <number>3</number> |
239 | 330 | </property>
|
240 |
| - </widget> |
241 |
| - </item> |
242 |
| - <item row="3" column="2"> |
243 |
| - <widget class="QDoubleSpinBox" name="xxxx_3"/> |
244 |
| - </item> |
245 |
| - <item row="4" column="0" colspan="2"> |
246 |
| - <widget class="QLabel" name="label_5"> |
247 |
| - <property name="text"> |
248 |
| - <string>SPLIT_STEREO_HORIZONTAL_SEPARATION</string> |
| 331 | + <property name="maximum"> |
| 332 | + <double>10.000000000000000</double> |
249 | 333 | </property>
|
250 |
| - </widget> |
251 |
| - </item> |
252 |
| - <item row="4" column="2"> |
253 |
| - <widget class="QDoubleSpinBox" name="xxxx_4"/> |
254 |
| - </item> |
255 |
| - <item row="5" column="0" colspan="2"> |
256 |
| - <widget class="QLabel" name="label_6"> |
257 |
| - <property name="text"> |
258 |
| - <string>SPLIT_STEREO_HORIZONTAL_EYE_MAPPING</string> |
| 334 | + <property name="singleStep"> |
| 335 | + <double>0.001000000000000</double> |
259 | 336 | </property>
|
260 | 337 | </widget>
|
261 | 338 | </item>
|
262 |
| - <item row="5" column="2"> |
263 |
| - <widget class="QDoubleSpinBox" name="xxxx_5"/> |
264 |
| - </item> |
265 |
| - <item row="6" column="0" colspan="2"> |
266 |
| - <widget class="QLabel" name="label_7"> |
| 339 | + <item row="15" column="2"> |
| 340 | + <widget class="QPushButton" name="resetDefaults"> |
267 | 341 | <property name="text">
|
268 |
| - <string>SPLIT_STEREO_VERTICAL_SEPARATION </string> |
| 342 | + <string>Reset to defaults</string> |
269 | 343 | </property>
|
270 | 344 | </widget>
|
271 | 345 | </item>
|
272 |
| - <item row="6" column="2"> |
273 |
| - <widget class="QDoubleSpinBox" name="xxxx_6"/> |
274 |
| - </item> |
275 |
| - <item row="7" column="0" colspan="2"> |
276 |
| - <widget class="QLabel" name="label_8"> |
277 |
| - <property name="text"> |
278 |
| - <string>SPLIT_STEREO_VERTICAL_EYE_MAPPING</string> |
279 |
| - </property> |
280 |
| - </widget> |
281 |
| - </item> |
282 |
| - <item row="7" column="2"> |
283 |
| - <widget class="QDoubleSpinBox" name="xxxx_7"/> |
284 |
| - </item> |
285 | 346 | </layout>
|
286 | 347 | </widget>
|
287 | 348 | </widget>
|
|
298 | 359 | <layoutdefault spacing="6" margin="11"/>
|
299 | 360 | <tabstops>
|
300 | 361 | <tabstop>buttonBox</tabstop>
|
| 362 | + <tabstop>tabWidget</tabstop> |
| 363 | + <tabstop>comboBox</tabstop> |
| 364 | + <tabstop>lineEdit</tabstop> |
| 365 | + <tabstop>pushButton</tabstop> |
| 366 | + <tabstop>pushButton_2</tabstop> |
| 367 | + <tabstop>tableWidget</tabstop> |
| 368 | + <tabstop>comboStereoMode</tabstop> |
| 369 | + <tabstop>eyeSeparation</tabstop> |
| 370 | + <tabstop>screenDistance</tabstop> |
| 371 | + <tabstop>screenWidth</tabstop> |
| 372 | + <tabstop>screenHeight</tabstop> |
| 373 | + <tabstop>splitStereoHorizontalSeparation</tabstop> |
| 374 | + <tabstop>splitStereoVerticalSeparation</tabstop> |
| 375 | + <tabstop>splitStereoHorizontalEyeMapping</tabstop> |
| 376 | + <tabstop>splitStereoVerticalEyeMapping</tabstop> |
301 | 377 | </tabstops>
|
302 | 378 | <resources/>
|
303 | 379 | <connections>
|
|
0 commit comments