GUI: Move .ui files from goffice resources to glib resources
[gnumeric.git] / src / dialogs / moving-averages.ui
blobaa8c06c4b39509b3937926aff7b7337b0e2ae9e5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkAdjustment" id="adjustment1">
5 <property name="upper">100</property>
6 <property name="step_increment">1</property>
7 <property name="page_increment">10</property>
8 </object>
9 <object class="GtkDialog" id="MovAverages">
10 <property name="can_focus">False</property>
11 <property name="border_width">5</property>
12 <property name="title" translatable="yes">Moving Average</property>
13 <property name="type_hint">dialog</property>
14 <child internal-child="vbox">
15 <object class="GtkBox" id="vbox1">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="orientation">vertical</property>
19 <property name="spacing">2</property>
20 <child internal-child="action_area">
21 <object class="GtkButtonBox" id="hbuttonbox1">
22 <property name="visible">True</property>
23 <property name="can_focus">False</property>
24 <property name="layout_style">end</property>
25 <child>
26 <object class="GtkButton" id="helpbutton">
27 <property name="label">gtk-help</property>
28 <property name="use_action_appearance">False</property>
29 <property name="visible">True</property>
30 <property name="can_focus">True</property>
31 <property name="can_default">True</property>
32 <property name="receives_default">False</property>
33 <property name="use_action_appearance">False</property>
34 <property name="use_stock">True</property>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">False</property>
39 <property name="position">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkButton" id="cancelbutton">
44 <property name="label">gtk-cancel</property>
45 <property name="use_action_appearance">False</property>
46 <property name="visible">True</property>
47 <property name="can_focus">True</property>
48 <property name="can_default">True</property>
49 <property name="receives_default">False</property>
50 <property name="use_action_appearance">False</property>
51 <property name="use_stock">True</property>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">False</property>
56 <property name="position">1</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkButton" id="okbutton">
61 <property name="label">gtk-ok</property>
62 <property name="use_action_appearance">False</property>
63 <property name="visible">True</property>
64 <property name="can_focus">True</property>
65 <property name="can_default">True</property>
66 <property name="has_default">True</property>
67 <property name="receives_default">False</property>
68 <property name="use_action_appearance">False</property>
69 <property name="use_stock">True</property>
70 </object>
71 <packing>
72 <property name="expand">False</property>
73 <property name="fill">False</property>
74 <property name="position">2</property>
75 </packing>
76 </child>
77 </object>
78 <packing>
79 <property name="expand">False</property>
80 <property name="fill">True</property>
81 <property name="pack_type">end</property>
82 <property name="position">0</property>
83 </packing>
84 </child>
85 <child>
86 <object class="GtkBox" id="vbox2">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="orientation">vertical</property>
90 <child>
91 <object class="GtkNotebook" id="notebook1">
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="border_width">5</property>
95 <child>
96 <object class="GtkGrid" id="input-grid">
97 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <property name="valign">start</property>
100 <property name="border_width">12</property>
101 <property name="row_spacing">6</property>
102 <property name="column_spacing">12</property>
103 <child>
104 <object class="GtkLabel" id="var1-label">
105 <property name="visible">True</property>
106 <property name="can_focus">False</property>
107 <property name="xalign">0</property>
108 <property name="label" translatable="yes">_Input range:</property>
109 <property name="use_underline">True</property>
110 </object>
111 <packing>
112 <property name="left_attach">0</property>
113 <property name="top_attach">0</property>
114 <property name="width">1</property>
115 <property name="height">1</property>
116 </packing>
117 </child>
118 <child>
119 <object class="GtkLabel" id="label1">
120 <property name="visible">True</property>
121 <property name="can_focus">False</property>
122 <property name="xalign">0</property>
123 <property name="label" translatable="yes">Grouped by:</property>
124 </object>
125 <packing>
126 <property name="left_attach">0</property>
127 <property name="top_attach">1</property>
128 <property name="width">1</property>
129 <property name="height">1</property>
130 </packing>
131 </child>
132 <child>
133 <object class="GtkRadioButton" id="grouped_by_col">
134 <property name="label" translatable="yes" context="groupby" comments="Group by Columns">C_olumns</property>
135 <property name="use_action_appearance">False</property>
136 <property name="visible">True</property>
137 <property name="can_focus">True</property>
138 <property name="receives_default">False</property>
139 <property name="use_action_appearance">False</property>
140 <property name="use_underline">True</property>
141 <property name="xalign">0</property>
142 <property name="active">True</property>
143 <property name="draw_indicator">True</property>
144 </object>
145 <packing>
146 <property name="left_attach">1</property>
147 <property name="top_attach">1</property>
148 <property name="width">1</property>
149 <property name="height">1</property>
150 </packing>
151 </child>
152 <child>
153 <object class="GtkRadioButton" id="grouped_by_row">
154 <property name="label" translatable="yes" context="groupby" comments="Group by Rows">_Rows</property>
155 <property name="use_action_appearance">False</property>
156 <property name="visible">True</property>
157 <property name="can_focus">True</property>
158 <property name="receives_default">False</property>
159 <property name="use_action_appearance">False</property>
160 <property name="use_underline">True</property>
161 <property name="xalign">0</property>
162 <property name="draw_indicator">True</property>
163 <property name="group">grouped_by_col</property>
164 </object>
165 <packing>
166 <property name="left_attach">2</property>
167 <property name="top_attach">1</property>
168 <property name="width">1</property>
169 <property name="height">1</property>
170 </packing>
171 </child>
172 <child>
173 <object class="GtkCheckButton" id="labels_button">
174 <property name="label" translatable="yes">_Labels</property>
175 <property name="use_action_appearance">False</property>
176 <property name="visible">True</property>
177 <property name="can_focus">True</property>
178 <property name="receives_default">False</property>
179 <property name="use_action_appearance">False</property>
180 <property name="use_underline">True</property>
181 <property name="xalign">0</property>
182 <property name="draw_indicator">True</property>
183 </object>
184 <packing>
185 <property name="left_attach">0</property>
186 <property name="top_attach">2</property>
187 <property name="width">3</property>
188 <property name="height">1</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkSeparator" id="hseparator1">
193 <property name="visible">True</property>
194 <property name="can_focus">False</property>
195 </object>
196 <packing>
197 <property name="left_attach">0</property>
198 <property name="top_attach">3</property>
199 <property name="width">3</property>
200 <property name="height">1</property>
201 </packing>
202 </child>
203 <child>
204 <object class="GtkRadioButton" id="sma-button">
205 <property name="label" translatable="yes">Simple moving average</property>
206 <property name="use_action_appearance">False</property>
207 <property name="visible">True</property>
208 <property name="can_focus">True</property>
209 <property name="receives_default">False</property>
210 <property name="use_action_appearance">False</property>
211 <property name="xalign">0</property>
212 <property name="active">True</property>
213 <property name="draw_indicator">True</property>
214 </object>
215 <packing>
216 <property name="left_attach">0</property>
217 <property name="top_attach">4</property>
218 <property name="width">3</property>
219 <property name="height">1</property>
220 </packing>
221 </child>
222 <child>
223 <object class="GtkRadioButton" id="cma-button">
224 <property name="label" translatable="yes">Cumulative moving average</property>
225 <property name="use_action_appearance">False</property>
226 <property name="visible">True</property>
227 <property name="can_focus">True</property>
228 <property name="receives_default">False</property>
229 <property name="use_action_appearance">False</property>
230 <property name="xalign">0</property>
231 <property name="draw_indicator">True</property>
232 <property name="group">sma-button</property>
233 </object>
234 <packing>
235 <property name="left_attach">0</property>
236 <property name="top_attach">5</property>
237 <property name="width">3</property>
238 <property name="height">1</property>
239 </packing>
240 </child>
241 <child>
242 <object class="GtkRadioButton" id="wma-button">
243 <property name="label" translatable="yes">Weighted moving average</property>
244 <property name="use_action_appearance">False</property>
245 <property name="visible">True</property>
246 <property name="can_focus">True</property>
247 <property name="receives_default">False</property>
248 <property name="use_action_appearance">False</property>
249 <property name="xalign">0</property>
250 <property name="draw_indicator">True</property>
251 <property name="group">sma-button</property>
252 </object>
253 <packing>
254 <property name="left_attach">0</property>
255 <property name="top_attach">6</property>
256 <property name="width">3</property>
257 <property name="height">1</property>
258 </packing>
259 </child>
260 <child>
261 <object class="GtkRadioButton" id="spencer-ma-button">
262 <property name="label" translatable="yes">Spencer's 15-point moving average</property>
263 <property name="use_action_appearance">False</property>
264 <property name="visible">True</property>
265 <property name="can_focus">True</property>
266 <property name="receives_default">False</property>
267 <property name="use_action_appearance">False</property>
268 <property name="xalign">0</property>
269 <property name="draw_indicator">True</property>
270 <property name="group">sma-button</property>
271 </object>
272 <packing>
273 <property name="left_attach">0</property>
274 <property name="top_attach">7</property>
275 <property name="width">3</property>
276 <property name="height">1</property>
277 </packing>
278 </child>
279 <child>
280 <placeholder/>
281 </child>
282 <child>
283 <placeholder/>
284 </child>
285 </object>
286 </child>
287 <child type="tab">
288 <object class="GtkLabel" id="label2">
289 <property name="visible">True</property>
290 <property name="can_focus">False</property>
291 <property name="label" translatable="yes">Input</property>
292 <property name="use_underline">True</property>
293 </object>
294 <packing>
295 <property name="tab_fill">False</property>
296 </packing>
297 </child>
298 <child>
299 <object class="GtkGrid" id="options-grid">
300 <property name="visible">True</property>
301 <property name="can_focus">False</property>
302 <property name="border_width">12</property>
303 <property name="row_spacing">6</property>
304 <property name="column_spacing">12</property>
305 <child>
306 <object class="GtkLabel" id="label3">
307 <property name="visible">True</property>
308 <property name="can_focus">False</property>
309 <property name="xalign">0</property>
310 <property name="label" translatable="yes">_Interval:</property>
311 <property name="use_underline">True</property>
312 <property name="mnemonic_widget">interval-entry</property>
313 </object>
314 <packing>
315 <property name="left_attach">0</property>
316 <property name="top_attach">0</property>
317 <property name="width">1</property>
318 <property name="height">1</property>
319 </packing>
320 </child>
321 <child>
322 <object class="GtkRadioButton" id="offset-button">
323 <property name="label" translatable="yes">Other offset</property>
324 <property name="use_action_appearance">False</property>
325 <property name="visible">True</property>
326 <property name="can_focus">True</property>
327 <property name="receives_default">False</property>
328 <property name="use_action_appearance">False</property>
329 <property name="xalign">0</property>
330 <property name="draw_indicator">True</property>
331 <property name="group">prior-button</property>
332 </object>
333 <packing>
334 <property name="left_attach">0</property>
335 <property name="top_attach">7</property>
336 <property name="width">1</property>
337 <property name="height">1</property>
338 </packing>
339 </child>
340 <child>
341 <object class="GtkRadioButton" id="central-button">
342 <property name="label" translatable="yes">Central moving average</property>
343 <property name="use_action_appearance">False</property>
344 <property name="visible">True</property>
345 <property name="can_focus">True</property>
346 <property name="receives_default">False</property>
347 <property name="use_action_appearance">False</property>
348 <property name="xalign">0</property>
349 <property name="draw_indicator">True</property>
350 <property name="group">prior-button</property>
351 </object>
352 <packing>
353 <property name="left_attach">0</property>
354 <property name="top_attach">6</property>
355 <property name="width">2</property>
356 <property name="height">1</property>
357 </packing>
358 </child>
359 <child>
360 <object class="GtkRadioButton" id="prior-button">
361 <property name="label" translatable="yes">Prior moving average</property>
362 <property name="use_action_appearance">False</property>
363 <property name="visible">True</property>
364 <property name="can_focus">True</property>
365 <property name="receives_default">False</property>
366 <property name="use_action_appearance">False</property>
367 <property name="xalign">0</property>
368 <property name="active">True</property>
369 <property name="draw_indicator">True</property>
370 </object>
371 <packing>
372 <property name="left_attach">0</property>
373 <property name="top_attach">5</property>
374 <property name="width">2</property>
375 <property name="height">1</property>
376 </packing>
377 </child>
378 <child>
379 <object class="GtkSpinButton" id="offset-spinbutton">
380 <property name="visible">True</property>
381 <property name="sensitive">False</property>
382 <property name="can_focus">True</property>
383 <property name="invisible_char"></property>
384 <property name="xalign">1</property>
385 <property name="invisible_char_set">True</property>
386 <property name="adjustment">adjustment1</property>
387 <property name="climb_rate">0.20000000000000001</property>
388 </object>
389 <packing>
390 <property name="left_attach">1</property>
391 <property name="top_attach">7</property>
392 <property name="width">1</property>
393 <property name="height">1</property>
394 </packing>
395 </child>
396 <child>
397 <object class="GtkEntry" id="interval-entry">
398 <property name="visible">True</property>
399 <property name="can_focus">True</property>
400 <property name="invisible_char"></property>
401 <property name="text" translatable="yes">3</property>
402 <property name="xalign">1</property>
403 <property name="invisible_char_set">True</property>
404 </object>
405 <packing>
406 <property name="left_attach">1</property>
407 <property name="top_attach">0</property>
408 <property name="width">1</property>
409 <property name="height">1</property>
410 </packing>
411 </child>
412 <child>
413 <object class="GtkSeparator" id="hseparator3">
414 <property name="visible">True</property>
415 <property name="can_focus">False</property>
416 <property name="hexpand">True</property>
417 </object>
418 <packing>
419 <property name="left_attach">0</property>
420 <property name="top_attach">1</property>
421 <property name="width">3</property>
422 <property name="height">1</property>
423 </packing>
424 </child>
425 <child>
426 <object class="GtkSeparator" id="hseparator2">
427 <property name="visible">True</property>
428 <property name="can_focus">False</property>
429 </object>
430 <packing>
431 <property name="left_attach">0</property>
432 <property name="top_attach">4</property>
433 <property name="width">3</property>
434 <property name="height">1</property>
435 </packing>
436 </child>
437 <child>
438 <object class="GtkSeparator" id="hseparator4">
439 <property name="visible">True</property>
440 <property name="can_focus">False</property>
441 </object>
442 <packing>
443 <property name="left_attach">0</property>
444 <property name="top_attach">8</property>
445 <property name="width">3</property>
446 <property name="height">1</property>
447 </packing>
448 </child>
449 <child>
450 <object class="GtkCheckButton" id="graph-check">
451 <property name="label" translatable="yes">Include chart</property>
452 <property name="use_action_appearance">False</property>
453 <property name="visible">True</property>
454 <property name="can_focus">True</property>
455 <property name="receives_default">False</property>
456 <property name="use_action_appearance">False</property>
457 <property name="xalign">0</property>
458 <property name="draw_indicator">True</property>
459 </object>
460 <packing>
461 <property name="left_attach">0</property>
462 <property name="top_attach">9</property>
463 <property name="width">2</property>
464 <property name="height">1</property>
465 </packing>
466 </child>
467 <child>
468 <object class="GtkCheckButton" id="std-errors-button">
469 <property name="label" translatable="yes">_Standard errors</property>
470 <property name="use_action_appearance">False</property>
471 <property name="visible">True</property>
472 <property name="can_focus">True</property>
473 <property name="receives_default">False</property>
474 <property name="use_action_appearance">False</property>
475 <property name="use_underline">True</property>
476 <property name="xalign">0</property>
477 <property name="draw_indicator">True</property>
478 </object>
479 <packing>
480 <property name="left_attach">0</property>
481 <property name="top_attach">2</property>
482 <property name="width">2</property>
483 <property name="height">1</property>
484 </packing>
485 </child>
486 <child>
487 <object class="GtkGrid" id="denom-grid">
488 <property name="visible">True</property>
489 <property name="can_focus">False</property>
490 <property name="column_spacing">12</property>
491 <child>
492 <object class="GtkLabel" id="label7">
493 <property name="visible">True</property>
494 <property name="can_focus">False</property>
495 <property name="xalign">0</property>
496 <property name="label" translatable="yes">Denominator:</property>
497 </object>
498 <packing>
499 <property name="left_attach">0</property>
500 <property name="top_attach">0</property>
501 <property name="width">1</property>
502 <property name="height">1</property>
503 </packing>
504 </child>
505 <child>
506 <object class="GtkRadioButton" id="n-button">
507 <property name="label" translatable="yes">n</property>
508 <property name="use_action_appearance">False</property>
509 <property name="visible">True</property>
510 <property name="can_focus">True</property>
511 <property name="receives_default">False</property>
512 <property name="use_action_appearance">False</property>
513 <property name="xalign">0</property>
514 <property name="active">True</property>
515 <property name="draw_indicator">True</property>
516 </object>
517 <packing>
518 <property name="left_attach">1</property>
519 <property name="top_attach">0</property>
520 <property name="width">1</property>
521 <property name="height">1</property>
522 </packing>
523 </child>
524 <child>
525 <object class="GtkRadioButton" id="nm1-button">
526 <property name="label" translatable="yes">n−1</property>
527 <property name="use_action_appearance">False</property>
528 <property name="visible">True</property>
529 <property name="can_focus">True</property>
530 <property name="receives_default">False</property>
531 <property name="use_action_appearance">False</property>
532 <property name="xalign">0</property>
533 <property name="draw_indicator">True</property>
534 <property name="group">n-button</property>
535 </object>
536 <packing>
537 <property name="left_attach">2</property>
538 <property name="top_attach">0</property>
539 <property name="width">1</property>
540 <property name="height">1</property>
541 </packing>
542 </child>
543 <child>
544 <object class="GtkRadioButton" id="nm2-button">
545 <property name="label" translatable="yes">n−2</property>
546 <property name="use_action_appearance">False</property>
547 <property name="visible">True</property>
548 <property name="can_focus">True</property>
549 <property name="receives_default">False</property>
550 <property name="use_action_appearance">False</property>
551 <property name="xalign">0</property>
552 <property name="draw_indicator">True</property>
553 <property name="group">n-button</property>
554 </object>
555 <packing>
556 <property name="left_attach">3</property>
557 <property name="top_attach">0</property>
558 <property name="width">1</property>
559 <property name="height">1</property>
560 </packing>
561 </child>
562 </object>
563 <packing>
564 <property name="left_attach">0</property>
565 <property name="top_attach">3</property>
566 <property name="width">2</property>
567 <property name="height">1</property>
568 </packing>
569 </child>
570 <child>
571 <placeholder/>
572 </child>
573 <child>
574 <placeholder/>
575 </child>
576 <child>
577 <placeholder/>
578 </child>
579 <child>
580 <placeholder/>
581 </child>
582 <child>
583 <placeholder/>
584 </child>
585 <child>
586 <placeholder/>
587 </child>
588 <child>
589 <placeholder/>
590 </child>
591 </object>
592 <packing>
593 <property name="position">1</property>
594 </packing>
595 </child>
596 <child type="tab">
597 <object class="GtkLabel" id="label4">
598 <property name="visible">True</property>
599 <property name="can_focus">False</property>
600 <property name="label" translatable="yes">Options</property>
601 <property name="use_underline">True</property>
602 </object>
603 <packing>
604 <property name="position">1</property>
605 <property name="tab_fill">False</property>
606 </packing>
607 </child>
608 <child>
609 <object class="GtkBox" id="dao">
610 <property name="visible">True</property>
611 <property name="can_focus">False</property>
612 <child>
613 <placeholder/>
614 </child>
615 </object>
616 <packing>
617 <property name="position">2</property>
618 </packing>
619 </child>
620 <child type="tab">
621 <object class="GtkLabel" id="label5">
622 <property name="visible">True</property>
623 <property name="can_focus">False</property>
624 <property name="label" translatable="yes">Output</property>
625 <property name="use_underline">True</property>
626 </object>
627 <packing>
628 <property name="position">2</property>
629 <property name="tab_fill">False</property>
630 </packing>
631 </child>
632 </object>
633 <packing>
634 <property name="expand">True</property>
635 <property name="fill">True</property>
636 <property name="position">0</property>
637 </packing>
638 </child>
639 <child>
640 <object class="GtkLabel" id="warnings">
641 <property name="visible">True</property>
642 <property name="can_focus">False</property>
643 </object>
644 <packing>
645 <property name="expand">True</property>
646 <property name="fill">True</property>
647 <property name="position">1</property>
648 </packing>
649 </child>
650 </object>
651 <packing>
652 <property name="expand">False</property>
653 <property name="fill">True</property>
654 <property name="position">1</property>
655 </packing>
656 </child>
657 </object>
658 </child>
659 <action-widgets>
660 <action-widget response="0">helpbutton</action-widget>
661 <action-widget response="0">cancelbutton</action-widget>
662 <action-widget response="0">okbutton</action-widget>
663 </action-widgets>
664 </object>
665 </interface>