1.12.42
[gnumeric.git] / src / dialogs / descriptive-stats.ui
blobb5438df5aae1134b81ba3cfe2f879b2841eeecae
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="DescStats">
5 <property name="can_focus">False</property>
6 <property name="title" translatable="yes">Descriptive Statistics</property>
7 <property name="destroy_with_parent">True</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="vbox1">
11 <property name="visible">True</property>
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">8</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="hbuttonbox1">
17 <property name="visible">True</property>
18 <property name="can_focus">False</property>
19 <property name="layout_style">end</property>
20 <child>
21 <object class="GtkButton" id="helpbutton">
22 <property name="label">gtk-help</property>
23 <property name="use_action_appearance">False</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">True</property>
27 <property name="receives_default">False</property>
28 <property name="use_action_appearance">False</property>
29 <property name="use_stock">True</property>
30 </object>
31 <packing>
32 <property name="expand">False</property>
33 <property name="fill">False</property>
34 <property name="position">0</property>
35 </packing>
36 </child>
37 <child>
38 <object class="GtkButton" id="cancelbutton">
39 <property name="label">gtk-cancel</property>
40 <property name="use_action_appearance">False</property>
41 <property name="visible">True</property>
42 <property name="can_focus">True</property>
43 <property name="can_default">True</property>
44 <property name="receives_default">False</property>
45 <property name="use_action_appearance">False</property>
46 <property name="use_stock">True</property>
47 </object>
48 <packing>
49 <property name="expand">False</property>
50 <property name="fill">False</property>
51 <property name="position">1</property>
52 </packing>
53 </child>
54 <child>
55 <object class="GtkButton" id="okbutton">
56 <property name="label">gtk-ok</property>
57 <property name="use_action_appearance">False</property>
58 <property name="visible">True</property>
59 <property name="can_focus">True</property>
60 <property name="can_default">True</property>
61 <property name="has_default">True</property>
62 <property name="receives_default">False</property>
63 <property name="use_action_appearance">False</property>
64 <property name="use_stock">True</property>
65 </object>
66 <packing>
67 <property name="expand">False</property>
68 <property name="fill">False</property>
69 <property name="position">2</property>
70 </packing>
71 </child>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">True</property>
76 <property name="pack_type">end</property>
77 <property name="position">0</property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkNotebook" id="notebook1">
82 <property name="visible">True</property>
83 <property name="can_focus">True</property>
84 <child>
85 <object class="GtkGrid" id="input-grid">
86 <property name="visible">True</property>
87 <property name="can_focus">False</property>
88 <property name="border_width">12</property>
89 <property name="row_spacing">6</property>
90 <property name="column_spacing">12</property>
91 <child>
92 <object class="GtkLabel" id="var1-label">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="xalign">0</property>
96 <property name="label" translatable="yes">_Input range:</property>
97 <property name="use_underline">True</property>
98 <property name="justify">right</property>
99 </object>
100 <packing>
101 <property name="left_attach">0</property>
102 <property name="top_attach">0</property>
103 <property name="width">1</property>
104 <property name="height">1</property>
105 </packing>
106 </child>
107 <child>
108 <object class="GtkLabel" id="label2">
109 <property name="visible">True</property>
110 <property name="can_focus">False</property>
111 <property name="xalign">0</property>
112 <property name="label" translatable="yes">Grouped by:</property>
113 <property name="justify">center</property>
114 </object>
115 <packing>
116 <property name="left_attach">0</property>
117 <property name="top_attach">1</property>
118 <property name="width">1</property>
119 <property name="height">1</property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkCheckButton" id="labels_button">
124 <property name="label" translatable="yes">_Labels</property>
125 <property name="use_action_appearance">False</property>
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="receives_default">False</property>
129 <property name="use_action_appearance">False</property>
130 <property name="use_underline">True</property>
131 <property name="xalign">0</property>
132 <property name="draw_indicator">True</property>
133 </object>
134 <packing>
135 <property name="left_attach">0</property>
136 <property name="top_attach">4</property>
137 <property name="width">1</property>
138 <property name="height">1</property>
139 </packing>
140 </child>
141 <child>
142 <object class="GtkRadioButton" id="grouped_by_col">
143 <property name="label" translatable="yes" context="groupby" comments="Group by Columns">_Columns</property>
144 <property name="use_action_appearance">False</property>
145 <property name="visible">True</property>
146 <property name="can_focus">True</property>
147 <property name="receives_default">False</property>
148 <property name="use_action_appearance">False</property>
149 <property name="use_underline">True</property>
150 <property name="xalign">0</property>
151 <property name="active">True</property>
152 <property name="draw_indicator">True</property>
153 </object>
154 <packing>
155 <property name="left_attach">1</property>
156 <property name="top_attach">1</property>
157 <property name="width">1</property>
158 <property name="height">1</property>
159 </packing>
160 </child>
161 <child>
162 <object class="GtkRadioButton" id="grouped_by_row">
163 <property name="label" translatable="yes" context="groupby" comments="Group by Rows">_Rows</property>
164 <property name="use_action_appearance">False</property>
165 <property name="visible">True</property>
166 <property name="can_focus">True</property>
167 <property name="receives_default">False</property>
168 <property name="use_action_appearance">False</property>
169 <property name="use_underline">True</property>
170 <property name="xalign">0</property>
171 <property name="draw_indicator">True</property>
172 <property name="group">grouped_by_col</property>
173 </object>
174 <packing>
175 <property name="left_attach">1</property>
176 <property name="top_attach">2</property>
177 <property name="width">1</property>
178 <property name="height">1</property>
179 </packing>
180 </child>
181 <child>
182 <object class="GtkRadioButton" id="grouped_by_area">
183 <property name="label" translatable="yes">_Areas</property>
184 <property name="use_action_appearance">False</property>
185 <property name="visible">True</property>
186 <property name="can_focus">True</property>
187 <property name="receives_default">False</property>
188 <property name="use_action_appearance">False</property>
189 <property name="use_underline">True</property>
190 <property name="xalign">0</property>
191 <property name="draw_indicator">True</property>
192 <property name="group">grouped_by_col</property>
193 </object>
194 <packing>
195 <property name="left_attach">1</property>
196 <property name="top_attach">3</property>
197 <property name="width">1</property>
198 <property name="height">1</property>
199 </packing>
200 </child>
201 </object>
202 </child>
203 <child type="tab">
204 <object class="GtkLabel" id="label7">
205 <property name="visible">True</property>
206 <property name="can_focus">False</property>
207 <property name="label" translatable="yes">Input</property>
208 </object>
209 <packing>
210 <property name="tab_fill">False</property>
211 </packing>
212 </child>
213 <child>
214 <object class="GtkGrid" id="stats-grid">
215 <property name="visible">True</property>
216 <property name="can_focus">False</property>
217 <property name="border_width">12</property>
218 <property name="row_spacing">6</property>
219 <property name="column_spacing">12</property>
220 <child>
221 <object class="GtkCheckButton" id="summary_stats_button">
222 <property name="label" translatable="yes">S_ummary Statistics</property>
223 <property name="use_action_appearance">False</property>
224 <property name="visible">True</property>
225 <property name="can_focus">True</property>
226 <property name="receives_default">False</property>
227 <property name="use_action_appearance">False</property>
228 <property name="use_underline">True</property>
229 <property name="xalign">0</property>
230 <property name="active">True</property>
231 <property name="draw_indicator">True</property>
232 </object>
233 <packing>
234 <property name="left_attach">0</property>
235 <property name="top_attach">0</property>
236 <property name="width">3</property>
237 <property name="height">1</property>
238 </packing>
239 </child>
240 <child>
241 <object class="GtkCheckButton" id="ss_button">
242 <property name="label" translatable="yes">_Use ssmedian</property>
243 <property name="use_action_appearance">False</property>
244 <property name="visible">True</property>
245 <property name="sensitive">False</property>
246 <property name="can_focus">True</property>
247 <property name="receives_default">False</property>
248 <property name="has_tooltip">True</property>
249 <property name="tooltip_markup" translatable="yes">Use the ssmedian function with interval width 1 rather than the traditional median function. </property>
250 <property name="tooltip_text" translatable="yes">Use the ssmedian function with interval width 1 rather than the traditional median function. </property>
251 <property name="use_action_appearance">False</property>
252 <property name="use_underline">True</property>
253 <property name="xalign">0</property>
254 <property name="draw_indicator">True</property>
255 </object>
256 <packing>
257 <property name="left_attach">2</property>
258 <property name="top_attach">1</property>
259 <property name="width">1</property>
260 <property name="height">1</property>
261 </packing>
262 </child>
263 <child>
264 <object class="GtkCheckButton" id="mean_stats_button">
265 <property name="label" translatable="yes">Confidence Interval for the _Mean</property>
266 <property name="use_action_appearance">False</property>
267 <property name="visible">True</property>
268 <property name="can_focus">True</property>
269 <property name="receives_default">False</property>
270 <property name="use_action_appearance">False</property>
271 <property name="use_underline">True</property>
272 <property name="xalign">0</property>
273 <property name="draw_indicator">True</property>
274 </object>
275 <packing>
276 <property name="left_attach">0</property>
277 <property name="top_attach">2</property>
278 <property name="width">3</property>
279 <property name="height">1</property>
280 </packing>
281 </child>
282 <child>
283 <object class="GtkLabel" id="label3">
284 <property name="visible">True</property>
285 <property name="can_focus">False</property>
286 <property name="xalign">1</property>
287 <property name="label" translatable="yes">(1 - _alpha):</property>
288 <property name="use_underline">True</property>
289 <property name="justify">right</property>
290 <property name="mnemonic_widget">c_entry</property>
291 </object>
292 <packing>
293 <property name="left_attach">1</property>
294 <property name="top_attach">3</property>
295 <property name="width">1</property>
296 <property name="height">1</property>
297 </packing>
298 </child>
299 <child>
300 <object class="GtkLabel" id="label4">
301 <property name="visible">True</property>
302 <property name="can_focus">False</property>
303 <property name="xalign">1</property>
304 <property name="label" translatable="yes">_K:</property>
305 <property name="use_underline">True</property>
306 <property name="justify">right</property>
307 <property name="mnemonic_widget">l_entry</property>
308 </object>
309 <packing>
310 <property name="left_attach">1</property>
311 <property name="top_attach">5</property>
312 <property name="width">1</property>
313 <property name="height">1</property>
314 </packing>
315 </child>
316 <child>
317 <object class="GtkLabel" id="label5">
318 <property name="visible">True</property>
319 <property name="can_focus">False</property>
320 <property name="xalign">1</property>
321 <property name="label" translatable="yes">_K:</property>
322 <property name="use_underline">True</property>
323 <property name="justify">right</property>
324 <property name="mnemonic_widget">s_entry</property>
325 </object>
326 <packing>
327 <property name="left_attach">1</property>
328 <property name="top_attach">7</property>
329 <property name="width">1</property>
330 <property name="height">1</property>
331 </packing>
332 </child>
333 <child>
334 <object class="GtkCheckButton" id="kth_smallest_button">
335 <property name="label" translatable="yes">Kth _Smallest</property>
336 <property name="use_action_appearance">False</property>
337 <property name="visible">True</property>
338 <property name="can_focus">True</property>
339 <property name="receives_default">False</property>
340 <property name="use_action_appearance">False</property>
341 <property name="use_underline">True</property>
342 <property name="xalign">0</property>
343 <property name="draw_indicator">True</property>
344 </object>
345 <packing>
346 <property name="left_attach">0</property>
347 <property name="top_attach">6</property>
348 <property name="width">3</property>
349 <property name="height">1</property>
350 </packing>
351 </child>
352 <child>
353 <object class="GtkCheckButton" id="kth_largest_button">
354 <property name="label" translatable="yes">Kth _Largest</property>
355 <property name="use_action_appearance">False</property>
356 <property name="visible">True</property>
357 <property name="can_focus">True</property>
358 <property name="receives_default">False</property>
359 <property name="use_action_appearance">False</property>
360 <property name="use_underline">True</property>
361 <property name="xalign">0</property>
362 <property name="draw_indicator">True</property>
363 </object>
364 <packing>
365 <property name="left_attach">0</property>
366 <property name="top_attach">4</property>
367 <property name="width">3</property>
368 <property name="height">1</property>
369 </packing>
370 </child>
371 <child>
372 <object class="GtkSpinButton" id="c_entry">
373 <property name="visible">True</property>
374 <property name="can_focus">True</property>
375 <property name="invisible_char"></property>
376 <property name="invisible_char_set">True</property>
377 <property name="adjustment">adjustment1</property>
378 <property name="climb_rate">0.01</property>
379 <property name="digits">3</property>
380 </object>
381 <packing>
382 <property name="left_attach">2</property>
383 <property name="top_attach">3</property>
384 <property name="width">1</property>
385 <property name="height">1</property>
386 </packing>
387 </child>
388 <child>
389 <object class="GtkEntry" id="l_entry">
390 <property name="visible">True</property>
391 <property name="can_focus">True</property>
392 <property name="invisible_char"></property>
393 <property name="text" translatable="yes">1</property>
394 <property name="invisible_char_set">True</property>
395 </object>
396 <packing>
397 <property name="left_attach">2</property>
398 <property name="top_attach">5</property>
399 <property name="width">1</property>
400 <property name="height">1</property>
401 </packing>
402 </child>
403 <child>
404 <placeholder/>
405 </child>
406 <child>
407 <placeholder/>
408 </child>
409 <child>
410 <placeholder/>
411 </child>
412 <child>
413 <placeholder/>
414 </child>
415 <child>
416 <placeholder/>
417 </child>
418 <child>
419 <object class="GtkEntry" id="s_entry">
420 <property name="visible">True</property>
421 <property name="can_focus">True</property>
422 <property name="invisible_char"></property>
423 <property name="text" translatable="yes">1</property>
424 <property name="invisible_char_set">True</property>
425 </object>
426 <packing>
427 <property name="left_attach">2</property>
428 <property name="top_attach">7</property>
429 <property name="width">1</property>
430 <property name="height">1</property>
431 </packing>
432 </child>
433 </object>
434 <packing>
435 <property name="position">1</property>
436 </packing>
437 </child>
438 <child type="tab">
439 <object class="GtkLabel" id="label8">
440 <property name="visible">True</property>
441 <property name="can_focus">False</property>
442 <property name="label" translatable="yes">Statistics</property>
443 </object>
444 <packing>
445 <property name="position">1</property>
446 <property name="tab_fill">False</property>
447 </packing>
448 </child>
449 <child>
450 <object class="GtkBox" id="dao">
451 <property name="visible">True</property>
452 <property name="can_focus">False</property>
453 <child>
454 <placeholder/>
455 </child>
456 </object>
457 <packing>
458 <property name="position">2</property>
459 </packing>
460 </child>
461 <child type="tab">
462 <object class="GtkLabel" id="label9">
463 <property name="visible">True</property>
464 <property name="can_focus">False</property>
465 <property name="label" translatable="yes">Output</property>
466 </object>
467 <packing>
468 <property name="position">2</property>
469 <property name="tab_fill">False</property>
470 </packing>
471 </child>
472 </object>
473 <packing>
474 <property name="expand">False</property>
475 <property name="fill">True</property>
476 <property name="position">1</property>
477 </packing>
478 </child>
479 <child>
480 <object class="GtkLabel" id="warnings">
481 <property name="visible">True</property>
482 <property name="can_focus">False</property>
483 <property name="wrap">True</property>
484 </object>
485 <packing>
486 <property name="expand">False</property>
487 <property name="fill">True</property>
488 <property name="position">2</property>
489 </packing>
490 </child>
491 </object>
492 </child>
493 <action-widgets>
494 <action-widget response="0">helpbutton</action-widget>
495 <action-widget response="0">cancelbutton</action-widget>
496 <action-widget response="0">okbutton</action-widget>
497 </action-widgets>
498 </object>
499 <object class="GtkAdjustment" id="adjustment1">
500 <property name="upper">1</property>
501 <property name="value">0.050000000000000003</property>
502 <property name="step_increment">0.01</property>
503 <property name="page_increment">10</property>
504 </object>
505 </interface>