moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kstars / kstars / contrastbrightnessgui.ui
blobb05db5b3faf23fb5cd4978b635d19405cc9749c2
1 <!DOCTYPE UI><UI version="3.2" stdsetdef="1">
2 <class>ConBriForm</class>
3 <widget class="QWidget">
4     <property name="name">
5         <cstring>ConBriForm</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>398</width>
12             <height>88</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Contrast/Brightness</string>
17     </property>
18     <grid>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <widget class="QSlider" row="0" column="1">
23             <property name="name">
24                 <cstring>briSlider</cstring>
25             </property>
26             <property name="minValue">
27                 <number>-128</number>
28             </property>
29             <property name="maxValue">
30                 <number>128</number>
31             </property>
32             <property name="orientation">
33                 <enum>Horizontal</enum>
34             </property>
35             <property name="tickmarks">
36                 <enum>NoMarks</enum>
37             </property>
38         </widget>
39         <widget class="QLabel" row="1" column="0">
40             <property name="name">
41                 <cstring>conLabel</cstring>
42             </property>
43             <property name="text">
44                 <string>Contrast:</string>
45             </property>
46         </widget>
47         <widget class="KIntSpinBox" row="0" column="2">
48             <property name="name">
49                 <cstring>briSpinBox</cstring>
50             </property>
51             <property name="maxValue">
52                 <number>128</number>
53             </property>
54             <property name="minValue">
55                 <number>-128</number>
56             </property>
57         </widget>
58         <widget class="KIntSpinBox" row="1" column="2">
59             <property name="name">
60                 <cstring>conSpinBox</cstring>
61             </property>
62             <property name="maxValue">
63                 <number>128</number>
64             </property>
65             <property name="minValue">
66                 <number>-128</number>
67             </property>
68         </widget>
69         <widget class="QLabel" row="0" column="0">
70             <property name="name">
71                 <cstring>briLabel</cstring>
72             </property>
73             <property name="text">
74                 <string>Brightness:</string>
75             </property>
76         </widget>
77         <widget class="QSlider" row="1" column="1">
78             <property name="name">
79                 <cstring>conSlider</cstring>
80             </property>
81             <property name="minValue">
82                 <number>-128</number>
83             </property>
84             <property name="maxValue">
85                 <number>128</number>
86             </property>
87             <property name="orientation">
88                 <enum>Horizontal</enum>
89             </property>
90         </widget>
91     </grid>
92 </widget>
93 <customwidgets>
94 </customwidgets>
95 <connections>
96     <connection>
97         <sender>briSlider</sender>
98         <signal>sliderMoved(int)</signal>
99         <receiver>briSpinBox</receiver>
100         <slot>setValue(int)</slot>
101     </connection>
102     <connection>
103         <sender>briSpinBox</sender>
104         <signal>valueChanged(int)</signal>
105         <receiver>briSlider</receiver>
106         <slot>setValue(int)</slot>
107     </connection>
108     <connection>
109         <sender>conSlider</sender>
110         <signal>sliderMoved(int)</signal>
111         <receiver>conSpinBox</receiver>
112         <slot>setValue(int)</slot>
113     </connection>
114     <connection>
115         <sender>conSpinBox</sender>
116         <signal>valueChanged(int)</signal>
117         <receiver>conSlider</receiver>
118         <slot>setValue(int)</slot>
119     </connection>
120 </connections>
121 <layoutdefaults spacing="6" margin="11"/>
122 <includehints>
123     <includehint>knuminput.h</includehint>
124     <includehint>knuminput.h</includehint>
125 </includehints>
126 </UI>