moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kig / filters / exporttoimagedialogbase.ui
blob87e20020d753117746cb3e8d2095e3499231b3b2
1 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2 <class>ExportToImageDialogBase</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>ExportToImageDialogBase</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>490</width>
12             <height>282</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Export to Image</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>ExplanationTextLabel</cstring>
31             </property>
32             <property name="text">
33                 <string>Select a file name and resolution for the image file to save the screen to.</string>
34             </property>
35             <property name="alignment">
36                 <set>WordBreak|AlignVCenter</set>
37             </property>
38         </widget>
39         <widget class="QLayoutWidget">
40             <property name="name">
41                 <cstring>Layout1</cstring>
42             </property>
43             <hbox>
44                 <property name="name">
45                     <cstring>unnamed</cstring>
46                 </property>
47                 <property name="margin">
48                     <number>0</number>
49                 </property>
50                 <property name="spacing">
51                     <number>6</number>
52                 </property>
53                 <widget class="QLabel">
54                     <property name="name">
55                         <cstring>URLLabel_2</cstring>
56                     </property>
57                     <property name="text">
58                         <string>Image file:</string>
59                     </property>
60                 </widget>
61                 <widget class="KURLRequester">
62                     <property name="name">
63                         <cstring>URLRequester</cstring>
64                     </property>
65                 </widget>
66             </hbox>
67         </widget>
68         <widget class="QGroupBox">
69             <property name="name">
70                 <cstring>groupBox1</cstring>
71             </property>
72             <property name="title">
73                 <string>Resolution</string>
74             </property>
75             <vbox>
76                 <property name="name">
77                     <cstring>unnamed</cstring>
78                 </property>
79                 <widget class="QLayoutWidget">
80                     <property name="name">
81                         <cstring>Layout2_2</cstring>
82                     </property>
83                     <hbox>
84                         <property name="name">
85                             <cstring>unnamed</cstring>
86                         </property>
87                         <property name="margin">
88                             <number>0</number>
89                         </property>
90                         <property name="spacing">
91                             <number>6</number>
92                         </property>
93                         <widget class="QLabel">
94                             <property name="name">
95                                 <cstring>WidthLabel_2</cstring>
96                             </property>
97                             <property name="text">
98                                 <string>Width:</string>
99                             </property>
100                         </widget>
101                         <widget class="KIntNumInput">
102                             <property name="name">
103                                 <cstring>WidthInput</cstring>
104                             </property>
105                             <property name="minValue">
106                                 <number>1</number>
107                             </property>
108                             <property name="suffix">
109                                 <string> pixels</string>
110                             </property>
111                         </widget>
112                     </hbox>
113                 </widget>
114                 <widget class="QLayoutWidget">
115                     <property name="name">
116                         <cstring>Layout3_2</cstring>
117                     </property>
118                     <hbox>
119                         <property name="name">
120                             <cstring>unnamed</cstring>
121                         </property>
122                         <property name="margin">
123                             <number>0</number>
124                         </property>
125                         <property name="spacing">
126                             <number>6</number>
127                         </property>
128                         <widget class="QLabel">
129                             <property name="name">
130                                 <cstring>HeightLabel_2</cstring>
131                             </property>
132                             <property name="text">
133                                 <string>Height:</string>
134                             </property>
135                         </widget>
136                         <widget class="KIntNumInput">
137                             <property name="name">
138                                 <cstring>HeightInput</cstring>
139                             </property>
140                             <property name="minValue">
141                                 <number>1</number>
142                             </property>
143                             <property name="suffix">
144                                 <string> pixels</string>
145                             </property>
146                         </widget>
147                     </hbox>
148                 </widget>
149             </vbox>
150         </widget>
151         <widget class="QGroupBox">
152             <property name="name">
153                 <cstring>groupBox2</cstring>
154             </property>
155             <property name="title">
156                 <string>Options</string>
157             </property>
158             <grid>
159                 <property name="name">
160                     <cstring>unnamed</cstring>
161                 </property>
162                 <widget class="QCheckBox" row="0" column="0">
163                     <property name="name">
164                         <cstring>showGridCheckBox</cstring>
165                     </property>
166                     <property name="text">
167                         <string>Show grid</string>
168                     </property>
169                 </widget>
170                 <widget class="QCheckBox" row="0" column="1">
171                     <property name="name">
172                         <cstring>showAxesCheckBox</cstring>
173                     </property>
174                     <property name="text">
175                         <string>Show axes</string>
176                     </property>
177                 </widget>
178             </grid>
179         </widget>
180         <widget class="Line">
181             <property name="name">
182                 <cstring>Line1</cstring>
183             </property>
184             <property name="frameShape">
185                 <enum>HLine</enum>
186             </property>
187             <property name="frameShadow">
188                 <enum>Sunken</enum>
189             </property>
190             <property name="orientation">
191                 <enum>Horizontal</enum>
192             </property>
193         </widget>
194         <widget class="QLayoutWidget">
195             <property name="name">
196                 <cstring>Layout7</cstring>
197             </property>
198             <hbox>
199                 <property name="name">
200                     <cstring>unnamed</cstring>
201                 </property>
202                 <property name="margin">
203                     <number>0</number>
204                 </property>
205                 <property name="spacing">
206                     <number>6</number>
207                 </property>
208                 <spacer>
209                     <property name="name">
210                         <cstring>spacer</cstring>
211                     </property>
212                     <property name="orientation">
213                         <enum>Horizontal</enum>
214                     </property>
215                     <property name="sizeType">
216                         <enum>Expanding</enum>
217                     </property>
218                     <property name="sizeHint">
219                         <size>
220                             <width>20</width>
221                             <height>20</height>
222                         </size>
223                     </property>
224                 </spacer>
225                 <widget class="KPushButton">
226                     <property name="name">
227                         <cstring>OKButton</cstring>
228                     </property>
229                     <property name="sizePolicy">
230                         <sizepolicy>
231                             <hsizetype>1</hsizetype>
232                             <vsizetype>0</vsizetype>
233                             <horstretch>0</horstretch>
234                             <verstretch>0</verstretch>
235                         </sizepolicy>
236                     </property>
237                     <property name="text">
238                         <string>&amp;OK</string>
239                     </property>
240                 </widget>
241                 <widget class="KPushButton">
242                     <property name="name">
243                         <cstring>CancelButton</cstring>
244                     </property>
245                     <property name="text">
246                         <string>&amp;Cancel</string>
247                     </property>
248                 </widget>
249             </hbox>
250         </widget>
251     </vbox>
252 </widget>
253 <layoutdefaults spacing="6" margin="11"/>
254 <includehints>
255     <includehint>kurlrequester.h</includehint>
256     <includehint>klineedit.h</includehint>
257     <includehint>kpushbutton.h</includehint>
258     <includehint>knuminput.h</includehint>
259     <includehint>knuminput.h</includehint>
260     <includehint>knuminput.h</includehint>
261     <includehint>knuminput.h</includehint>
262     <includehint>kpushbutton.h</includehint>
263     <includehint>kpushbutton.h</includehint>
264 </includehints>
265 </UI>