1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>SliderWindow</class>
3 <widget class="QDialog">
5 <cstring>SliderWindow</cstring>
7 <property name="geometry">
15 <property name="caption">
16 <string>Slider</string>
19 <property name="name">
20 <cstring>unnamed</cstring>
22 <widget class="QSlider" row="0" column="0">
23 <property name="name">
24 <cstring>slider</cstring>
26 <property name="minimumSize">
32 <property name="cursor">
35 <property name="focusPolicy">
36 <enum>StrongFocus</enum>
38 <property name="maxValue">
41 <property name="orientation">
42 <enum>Horizontal</enum>
44 <property name="tickmarks">
47 <property name="tickInterval">
51 <widget class="QLabel" row="0" column="1">
52 <property name="name">
53 <cstring>value</cstring>
55 <property name="sizePolicy">
57 <hsizetype>1</hsizetype>
58 <vsizetype>5</vsizetype>
59 <horstretch>0</horstretch>
60 <verstretch>0</verstretch>
63 <property name="minimumSize">
69 <property name="text">
72 <property name="alignment">
73 <set>AlignVCenter|AlignRight</set>
80 <sender>slider</sender>
81 <signal>valueChanged(int)</signal>
82 <receiver>value</receiver>
83 <slot>setNum(int)</slot>
86 <layoutdefaults spacing="6" margin="11"/>