moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kmplot / kmplot / sliderwindow.ui
blobdeff716a01f9aa096d8837bc81d3d0445aae3c93
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>SliderWindow</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>SliderWindow</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>273</width>
12             <height>51</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Slider</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QSlider" row="0" column="0">
23             <property name="name">
24                 <cstring>slider</cstring>
25             </property>
26             <property name="minimumSize">
27                 <size>
28                     <width>200</width>
29                     <height>0</height>
30                 </size>
31             </property>
32             <property name="cursor">
33                 <cursor>13</cursor>
34             </property>
35             <property name="focusPolicy">
36                 <enum>StrongFocus</enum>
37             </property>
38             <property name="maxValue">
39                 <number>100</number>
40             </property>
41             <property name="orientation">
42                 <enum>Horizontal</enum>
43             </property>
44             <property name="tickmarks">
45                 <enum>Below</enum>
46             </property>
47             <property name="tickInterval">
48                 <number>10</number>
49             </property>
50         </widget>
51         <widget class="QLabel" row="0" column="1">
52             <property name="name">
53                 <cstring>value</cstring>
54             </property>
55             <property name="sizePolicy">
56                 <sizepolicy>
57                     <hsizetype>1</hsizetype>
58                     <vsizetype>5</vsizetype>
59                     <horstretch>0</horstretch>
60                     <verstretch>0</verstretch>
61                 </sizepolicy>
62             </property>
63             <property name="minimumSize">
64                 <size>
65                     <width>45</width>
66                     <height>0</height>
67                 </size>
68             </property>
69             <property name="text">
70                 <string>0</string>
71             </property>
72             <property name="alignment">
73                 <set>AlignVCenter|AlignRight</set>
74             </property>
75         </widget>
76     </grid>
77 </widget>
78 <connections>
79     <connection>
80         <sender>slider</sender>
81         <signal>valueChanged(int)</signal>
82         <receiver>value</receiver>
83         <slot>setNum(int)</slot>
84     </connection>
85 </connections>
86 <layoutdefaults spacing="6" margin="11"/>
87 </UI>