moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kig / objects / editanglesizebase.ui
blobe89cd583e9b6c6d582bba24d800918c99ca5ccea
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>EditAngleSizeBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>EditAngleSizeBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>300</width>
12             <height>108</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Set Angle Size</string>
17     </property>
18     <vbox>
19         <property name="name">
20             <cstring>unnamed</cstring>
21         </property>
22         <property name="margin">
23             <number>11</number>
24         </property>
25         <property name="spacing">
26             <number>6</number>
27         </property>
28         <widget class="QLabel">
29             <property name="name">
30                 <cstring>label3</cstring>
31             </property>
32             <property name="text">
33                 <string>Insert the new size of this angle:</string>
34             </property>
35         </widget>
36         <widget class="QLayoutWidget">
37             <property name="name">
38                 <cstring>layout3</cstring>
39             </property>
40             <hbox>
41                 <property name="name">
42                     <cstring>unnamed</cstring>
43                 </property>
44                 <property name="margin">
45                     <number>0</number>
46                 </property>
47                 <property name="spacing">
48                     <number>6</number>
49                 </property>
50                 <widget class="KLineEdit">
51                     <property name="name">
52                         <cstring>editAngle</cstring>
53                     </property>
54                     <property name="whatsThis" stdset="0">
55                         <string>Use this edit field to modify the size of this angle.</string>
56                     </property>
57                 </widget>
58                 <widget class="KComboBox">
59                     <property name="name">
60                         <cstring>comboSystem</cstring>
61                     </property>
62                     <property name="whatsThis" stdset="0">
63                         <string>Choose from this list the goniometric unit you want to use to modify the size of this angle.&lt;br&gt;
64 If you switch to another unit, the value in the edit field on the left will be converted to the new selected unit.</string>
65                     </property>
66                 </widget>
67             </hbox>
68         </widget>
69         <widget class="QLayoutWidget">
70             <property name="name">
71                 <cstring>layout4</cstring>
72             </property>
73             <hbox>
74                 <property name="name">
75                     <cstring>unnamed</cstring>
76                 </property>
77                 <widget class="Line">
78                     <property name="name">
79                         <cstring>Line1</cstring>
80                     </property>
81                     <property name="frameShape">
82                         <enum>HLine</enum>
83                     </property>
84                     <property name="frameShadow">
85                         <enum>Sunken</enum>
86                     </property>
87                     <property name="orientation">
88                         <enum>Horizontal</enum>
89                     </property>
90                 </widget>
91                 <spacer>
92                     <property name="name">
93                         <cstring>spacer</cstring>
94                     </property>
95                     <property name="orientation">
96                         <enum>Horizontal</enum>
97                     </property>
98                     <property name="sizeType">
99                         <enum>Expanding</enum>
100                     </property>
101                     <property name="sizeHint">
102                         <size>
103                             <width>20</width>
104                             <height>20</height>
105                         </size>
106                     </property>
107                 </spacer>
108                 <widget class="KPushButton">
109                     <property name="name">
110                         <cstring>buttonOk</cstring>
111                     </property>
112                     <property name="text">
113                         <string>&amp;OK</string>
114                     </property>
115                     <property name="autoDefault">
116                         <bool>true</bool>
117                     </property>
118                     <property name="default">
119                         <bool>true</bool>
120                     </property>
121                 </widget>
122                 <widget class="KPushButton">
123                     <property name="name">
124                         <cstring>buttonCancel</cstring>
125                     </property>
126                     <property name="text">
127                         <string>&amp;Cancel</string>
128                     </property>
129                     <property name="autoDefault">
130                         <bool>true</bool>
131                     </property>
132                 </widget>
133             </hbox>
134         </widget>
135     </vbox>
136 </widget>
137 <customwidgets>
138 </customwidgets>
139 <connections>
140     <connection>
141         <sender>buttonOk</sender>
142         <signal>clicked()</signal>
143         <receiver>EditAngleSizeBase</receiver>
144         <slot>okSlot()</slot>
145     </connection>
146     <connection>
147         <sender>buttonCancel</sender>
148         <signal>clicked()</signal>
149         <receiver>EditAngleSizeBase</receiver>
150         <slot>cancelSlot()</slot>
151     </connection>
152     <connection>
153         <sender>comboSystem</sender>
154         <signal>activated(int)</signal>
155         <receiver>EditAngleSizeBase</receiver>
156         <slot>activatedSlot(int)</slot>
157     </connection>
158     <connection>
159         <sender>editAngle</sender>
160         <signal>textChanged(const QString&amp;)</signal>
161         <receiver>EditAngleSizeBase</receiver>
162         <slot>textChangedSlot(const QString&amp;)</slot>
163     </connection>
164 </connections>
165 <slots>
166     <slot>okSlot()</slot>
167     <slot>cancelSlot()</slot>
168     <slot access="protected">activatedSlot(int)</slot>
169     <slot access="protected">textChangedSlot(const QString&amp;)</slot>
170 </slots>
171 <layoutdefaults spacing="6" margin="11"/>
172 <includehints>
173     <includehint>klineedit.h</includehint>
174     <includehint>kcombobox.h</includehint>
175     <includehint>kpushbutton.h</includehint>
176     <includehint>kpushbutton.h</includehint>
177 </includehints>
178 </UI>