99 lines
2.4 KiB
Text
99 lines
2.4 KiB
Text
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<ui version="4.0">
|
||
|
|
<class>DemoStereoWindow</class>
|
||
|
|
<widget class="QMainWindow" name="DemoStereoWindow">
|
||
|
|
<property name="geometry">
|
||
|
|
<rect>
|
||
|
|
<x>0</x>
|
||
|
|
<y>0</y>
|
||
|
|
<width>615</width>
|
||
|
|
<height>72</height>
|
||
|
|
</rect>
|
||
|
|
</property>
|
||
|
|
<widget class="QWidget" name="centralwidget">
|
||
|
|
<layout class="QGridLayout" name="gridLayout">
|
||
|
|
<item row="0" column="0">
|
||
|
|
<widget class="QLabel" name="label">
|
||
|
|
<property name="text">
|
||
|
|
<string>Width</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="1">
|
||
|
|
<widget class="QSlider" name="valWidth">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>500</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="minimum">
|
||
|
|
<number>-100</number>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<number>100</number>
|
||
|
|
</property>
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="tickPosition">
|
||
|
|
<enum>QSlider::TicksBelow</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="0" column="2">
|
||
|
|
<widget class="QSpinBox" name="spinWidth">
|
||
|
|
<property name="minimum">
|
||
|
|
<number>-100</number>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<number>100</number>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="0">
|
||
|
|
<widget class="QLabel" name="label_2">
|
||
|
|
<property name="text">
|
||
|
|
<string>Pan</string>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="1">
|
||
|
|
<widget class="QSlider" name="valPan">
|
||
|
|
<property name="minimumSize">
|
||
|
|
<size>
|
||
|
|
<width>500</width>
|
||
|
|
<height>0</height>
|
||
|
|
</size>
|
||
|
|
</property>
|
||
|
|
<property name="minimum">
|
||
|
|
<number>-100</number>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<number>100</number>
|
||
|
|
</property>
|
||
|
|
<property name="orientation">
|
||
|
|
<enum>Qt::Horizontal</enum>
|
||
|
|
</property>
|
||
|
|
<property name="tickPosition">
|
||
|
|
<enum>QSlider::TicksBelow</enum>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
<item row="1" column="2">
|
||
|
|
<widget class="QSpinBox" name="spinPan">
|
||
|
|
<property name="minimum">
|
||
|
|
<number>-100</number>
|
||
|
|
</property>
|
||
|
|
<property name="maximum">
|
||
|
|
<number>100</number>
|
||
|
|
</property>
|
||
|
|
</widget>
|
||
|
|
</item>
|
||
|
|
</layout>
|
||
|
|
</widget>
|
||
|
|
</widget>
|
||
|
|
<resources/>
|
||
|
|
<connections/>
|
||
|
|
</ui>
|