tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / chart2 / uiconfig / ui / tp_ErrorBars.ui
blobaa63a36bcf7c400649f911d766b04880e5cc2cf0
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="chart">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustmentNEG">
6 <property name="upper">100</property>
7 <property name="step_increment">1</property>
8 <property name="page_increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustmentPOS">
11 <property name="upper">100</property>
12 <property name="step_increment">1</property>
13 <property name="page_increment">10</property>
14 </object>
15 <object class="GtkImage" id="imageRANGE_SELECT_NEG">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="icon_name">chart2/res/selectrange.png</property>
19 </object>
20 <object class="GtkImage" id="imageRANGE_SELECT_POSITIVE">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="icon_name">chart2/res/selectrange.png</property>
24 </object>
25 <object class="GtkBox" id="tp_ErrorBars">
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
28 <property name="border_width">6</property>
29 <property name="orientation">vertical</property>
30 <property name="spacing">6</property>
31 <child>
32 <object class="GtkBox" id="box2">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <property name="spacing">12</property>
36 <property name="homogeneous">True</property>
37 <child>
38 <object class="GtkFrame" id="FL_ERROR">
39 <property name="visible">True</property>
40 <property name="can_focus">False</property>
41 <property name="label_xalign">0</property>
42 <property name="shadow_type">none</property>
43 <child>
44 <object class="GtkBox" id="box3">
45 <property name="visible">True</property>
46 <property name="can_focus">False</property>
47 <property name="orientation">vertical</property>
48 <property name="spacing">6</property>
49 <property name="margin-start">12</property>
50 <property name="margin-top">6</property>
51 <child>
52 <object class="GtkRadioButton" id="RB_NONE">
53 <property name="label" translatable="yes" context="tp_ErrorBars|RB_NONE">_None</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">False</property>
57 <property name="halign">start</property>
58 <property name="valign">center</property>
59 <property name="use_underline">True</property>
60 <property name="active">True</property>
61 <property name="draw_indicator">True</property>
62 <child internal-child="accessible">
63 <object class="AtkObject" id="RB_NONE-atkobject">
64 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_NONE">Does not show any error bars.</property>
65 </object>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="position">0</property>
72 </packing>
73 </child>
74 <child>
75 <object class="GtkRadioButton" id="RB_CONST">
76 <property name="label" translatable="yes" context="tp_ErrorBars|RB_CONST">_Constant Value</property>
77 <property name="visible">True</property>
78 <property name="can_focus">True</property>
79 <property name="receives_default">False</property>
80 <property name="halign">start</property>
81 <property name="valign">center</property>
82 <property name="use_underline">True</property>
83 <property name="draw_indicator">True</property>
84 <property name="group">RB_NONE</property>
85 <child internal-child="accessible">
86 <object class="AtkObject" id="RB_CONST-atkobject">
87 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_CONST">Displays constant values that you specify in the Parameters area.</property>
88 </object>
89 </child>
90 </object>
91 <packing>
92 <property name="expand">False</property>
93 <property name="fill">True</property>
94 <property name="position">1</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkRadioButton" id="RB_PERCENT">
99 <property name="label" translatable="yes" context="tp_ErrorBars|RB_PERCENT">_Percentage</property>
100 <property name="visible">True</property>
101 <property name="can_focus">True</property>
102 <property name="receives_default">False</property>
103 <property name="halign">start</property>
104 <property name="valign">center</property>
105 <property name="use_underline">True</property>
106 <property name="draw_indicator">True</property>
107 <property name="group">RB_NONE</property>
108 <child internal-child="accessible">
109 <object class="AtkObject" id="RB_PERCENT-atkobject">
110 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_PERCENT">Displays a percentage. The display refers to the corresponding data point. Set the percentage in the Parameters area.</property>
111 </object>
112 </child>
113 </object>
114 <packing>
115 <property name="expand">False</property>
116 <property name="fill">True</property>
117 <property name="position">2</property>
118 </packing>
119 </child>
120 <child>
121 <object class="GtkBox" id="box4">
122 <property name="visible">True</property>
123 <property name="can_focus">False</property>
124 <property name="spacing">6</property>
125 <child>
126 <object class="GtkRadioButton" id="RB_FUNCTION">
127 <property name="visible">True</property>
128 <property name="can_focus">True</property>
129 <property name="receives_default">False</property>
130 <property name="halign">start</property>
131 <property name="valign">center</property>
132 <property name="use_underline">True</property>
133 <property name="draw_indicator">True</property>
134 <property name="group">RB_NONE</property>
135 <child internal-child="accessible">
136 <object class="AtkObject" id="RB_FUNCTION-atkobject">
137 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_FUNCTION">Select a function to calculate the error bars.</property>
138 </object>
139 </child>
140 </object>
141 <packing>
142 <property name="expand">False</property>
143 <property name="fill">True</property>
144 <property name="position">0</property>
145 </packing>
146 </child>
147 <child>
148 <object class="GtkComboBoxText" id="LB_FUNCTION">
149 <property name="visible">True</property>
150 <property name="can_focus">False</property>
151 <items>
152 <item id="0" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Standard Error</item>
153 <item id="1" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Standard Deviation</item>
154 <item id="2" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Variance</item>
155 <item id="3" translatable="yes" context="tp_ErrorBars|liststoreFUNCTION">Error Margin</item>
156 </items>
157 <child internal-child="accessible">
158 <object class="AtkObject" id="LB_FUNCTION-atkobject">
159 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|LB_FUNCTION">Select a function to calculate the error bars.</property>
160 </object>
161 </child>
162 </object>
163 <packing>
164 <property name="expand">False</property>
165 <property name="fill">True</property>
166 <property name="position">1</property>
167 </packing>
168 </child>
169 </object>
170 <packing>
171 <property name="expand">False</property>
172 <property name="fill">True</property>
173 <property name="position">3</property>
174 </packing>
175 </child>
176 <child>
177 <object class="GtkRadioButton" id="RB_RANGE">
178 <property name="label" translatable="yes" context="tp_ErrorBars|RB_RANGE">Cell _Range</property>
179 <property name="visible">True</property>
180 <property name="can_focus">True</property>
181 <property name="receives_default">False</property>
182 <property name="halign">start</property>
183 <property name="valign">center</property>
184 <property name="use_underline">True</property>
185 <property name="draw_indicator">True</property>
186 <property name="group">RB_NONE</property>
187 <child internal-child="accessible">
188 <object class="AtkObject" id="RB_RANGE-atkobject">
189 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_RANGE">Click Cell Range and then specify a cell range from which to take the positive and negative error bar values.</property>
190 </object>
191 </child>
192 </object>
193 <packing>
194 <property name="expand">False</property>
195 <property name="fill">True</property>
196 <property name="position">4</property>
197 </packing>
198 </child>
199 </object>
200 </child>
201 <child type="label">
202 <object class="GtkLabel" id="label1">
203 <property name="visible">True</property>
204 <property name="can_focus">False</property>
205 <property name="label" translatable="yes" context="tp_ErrorBars|label1">Error Category</property>
206 <attributes>
207 <attribute name="weight" value="bold"/>
208 </attributes>
209 </object>
210 </child>
211 </object>
212 <packing>
213 <property name="expand">False</property>
214 <property name="fill">True</property>
215 <property name="position">0</property>
216 </packing>
217 </child>
218 <child>
219 <object class="GtkFrame" id="frame2">
220 <property name="visible">True</property>
221 <property name="can_focus">False</property>
222 <property name="label_xalign">0</property>
223 <property name="shadow_type">none</property>
224 <child>
225 <!-- n-columns=1 n-rows=1 -->
226 <object class="GtkGrid" id="grid1">
227 <property name="visible">True</property>
228 <property name="can_focus">False</property>
229 <property name="halign">start</property>
230 <property name="row_spacing">6</property>
231 <property name="column_spacing">12</property>
232 <property name="margin-start">12</property>
233 <property name="margin-top">6</property>
234 <child>
235 <object class="GtkRadioButton" id="RB_BOTH">
236 <property name="label" translatable="yes" context="tp_ErrorBars|RB_BOTH">Positive _and Negative</property>
237 <property name="visible">True</property>
238 <property name="can_focus">True</property>
239 <property name="receives_default">False</property>
240 <property name="halign">start</property>
241 <property name="valign">center</property>
242 <property name="use_underline">True</property>
243 <property name="active">True</property>
244 <property name="draw_indicator">True</property>
245 <child internal-child="accessible">
246 <object class="AtkObject" id="RB_BOTH-atkobject">
247 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_BOTH">Shows positive and negative error bars.</property>
248 </object>
249 </child>
250 </object>
251 <packing>
252 <property name="left_attach">1</property>
253 <property name="top_attach">0</property>
254 </packing>
255 </child>
256 <child>
257 <object class="GtkRadioButton" id="RB_POSITIVE">
258 <property name="label" translatable="yes" context="tp_ErrorBars|RB_POSITIVE">Pos_itive</property>
259 <property name="visible">True</property>
260 <property name="can_focus">True</property>
261 <property name="receives_default">False</property>
262 <property name="halign">start</property>
263 <property name="valign">center</property>
264 <property name="use_underline">True</property>
265 <property name="draw_indicator">True</property>
266 <property name="group">RB_BOTH</property>
267 <child internal-child="accessible">
268 <object class="AtkObject" id="RB_POSITIVE-atkobject">
269 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_POSITIVE">Shows only positive error bars.</property>
270 </object>
271 </child>
272 </object>
273 <packing>
274 <property name="left_attach">1</property>
275 <property name="top_attach">1</property>
276 </packing>
277 </child>
278 <child>
279 <object class="GtkRadioButton" id="RB_NEGATIVE">
280 <property name="label" translatable="yes" context="tp_ErrorBars|RB_NEGATIVE">Ne_gative</property>
281 <property name="visible">True</property>
282 <property name="can_focus">True</property>
283 <property name="receives_default">False</property>
284 <property name="halign">start</property>
285 <property name="valign">center</property>
286 <property name="use_underline">True</property>
287 <property name="draw_indicator">True</property>
288 <property name="group">RB_BOTH</property>
289 <child internal-child="accessible">
290 <object class="AtkObject" id="RB_NEGATIVE-atkobject">
291 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|RB_NEGATIVE">Shows only negative error bars.</property>
292 </object>
293 </child>
294 </object>
295 <packing>
296 <property name="left_attach">1</property>
297 <property name="top_attach">2</property>
298 </packing>
299 </child>
300 <child>
301 <object class="GtkImage" id="FI_BOTH">
302 <property name="visible">True</property>
303 <property name="can_focus">False</property>
304 <property name="icon-name">missing-image</property>
305 </object>
306 <packing>
307 <property name="left_attach">0</property>
308 <property name="top_attach">0</property>
309 </packing>
310 </child>
311 <child>
312 <object class="GtkImage" id="FI_POSITIVE">
313 <property name="visible">True</property>
314 <property name="can_focus">False</property>
315 <property name="icon-name">missing-image</property>
316 </object>
317 <packing>
318 <property name="left_attach">0</property>
319 <property name="top_attach">1</property>
320 </packing>
321 </child>
322 <child>
323 <object class="GtkImage" id="FI_NEGATIVE">
324 <property name="visible">True</property>
325 <property name="can_focus">False</property>
326 <property name="icon-name">missing-image</property>
327 </object>
328 <packing>
329 <property name="left_attach">0</property>
330 <property name="top_attach">2</property>
331 </packing>
332 </child>
333 </object>
334 </child>
335 <child type="label">
336 <object class="GtkLabel" id="label2">
337 <property name="visible">True</property>
338 <property name="can_focus">False</property>
339 <property name="label" translatable="yes" context="tp_ErrorBars|label2">Error Indicator</property>
340 <property name="xalign">0</property>
341 <attributes>
342 <attribute name="weight" value="bold"/>
343 </attributes>
344 </object>
345 </child>
346 </object>
347 <packing>
348 <property name="expand">False</property>
349 <property name="fill">True</property>
350 <property name="position">1</property>
351 </packing>
352 </child>
353 </object>
354 <packing>
355 <property name="expand">False</property>
356 <property name="fill">True</property>
357 <property name="position">0</property>
358 </packing>
359 </child>
360 <child>
361 <object class="GtkFrame" id="framePARAMETERS">
362 <property name="visible">True</property>
363 <property name="can_focus">False</property>
364 <property name="label_xalign">0</property>
365 <property name="shadow_type">none</property>
366 <child>
367 <object class="GtkBox" id="box5">
368 <property name="visible">True</property>
369 <property name="can_focus">False</property>
370 <property name="orientation">vertical</property>
371 <property name="spacing">6</property>
372 <property name="margin-start">12</property>
373 <property name="margin-top">6</property>
374 <child>
375 <object class="GtkBox" id="boxPOSITIVE">
376 <property name="visible">True</property>
377 <property name="can_focus">False</property>
378 <property name="spacing">12</property>
379 <child>
380 <object class="GtkLabel" id="FT_POSITIVE">
381 <property name="visible">True</property>
382 <property name="can_focus">False</property>
383 <property name="label" translatable="yes" context="tp_ErrorBars|FT_POSITIVE">P_ositive (+)</property>
384 <property name="use_underline">True</property>
385 <property name="mnemonic_widget">MF_POSITIVE</property>
386 </object>
387 <packing>
388 <property name="expand">False</property>
389 <property name="fill">True</property>
390 <property name="position">0</property>
391 </packing>
392 </child>
393 <child>
394 <object class="GtkSpinButton" id="MF_POSITIVE">
395 <property name="visible">True</property>
396 <property name="can_focus">True</property>
397 <property name="adjustment">adjustmentPOS</property>
398 <property name="digits">2</property>
399 <property name="truncate-multiline">True</property>
400 <child internal-child="accessible">
401 <object class="AtkObject" id="MF_POSITIVE-atkobject">
402 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|MF_POSITIVE">Enter the value to add to the displayed value as the positive error value.</property>
403 </object>
404 </child>
405 </object>
406 <packing>
407 <property name="expand">False</property>
408 <property name="fill">True</property>
409 <property name="position">1</property>
410 </packing>
411 </child>
412 <child>
413 <object class="GtkEntry" id="ED_RANGE_POSITIVE">
414 <property name="visible">True</property>
415 <property name="can_focus">True</property>
416 <property name="hexpand">True</property>
417 <property name="activates_default">True</property>
418 <property name="truncate-multiline">True</property>
419 <child internal-child="accessible">
420 <object class="AtkObject" id="ED_RANGE_POSITIVE-atkobject">
421 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|ED_RANGE_POSITIVE">Enter the address range from where to get the positive error values. Use the Shrink button to select the range from a sheet.</property>
422 </object>
423 </child>
424 </object>
425 <packing>
426 <property name="expand">False</property>
427 <property name="fill">True</property>
428 <property name="position">2</property>
429 </packing>
430 </child>
431 <child>
432 <object class="GtkButton" id="IB_RANGE_POSITIVE">
433 <property name="visible">True</property>
434 <property name="can_focus">True</property>
435 <property name="receives_default">True</property>
436 <property name="tooltip_text" translatable="yes" context="tp_ErrorBars|IB_RANGE_POSITIVE|tooltip_text">Select data range</property>
437 <property name="image">imageRANGE_SELECT_POSITIVE</property>
438 <property name="always-show-image">True</property>
439 <child internal-child="accessible">
440 <object class="AtkObject" id="IB_RANGE_POSITIVE-atkobject">
441 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|IB_RANGE_POSITIVE">Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size.</property>
442 </object>
443 </child>
444 </object>
445 <packing>
446 <property name="expand">False</property>
447 <property name="fill">True</property>
448 <property name="position">3</property>
449 </packing>
450 </child>
451 </object>
452 <packing>
453 <property name="expand">False</property>
454 <property name="fill">True</property>
455 <property name="position">0</property>
456 </packing>
457 </child>
458 <child>
459 <object class="GtkBox" id="boxNEGATIVE">
460 <property name="visible">True</property>
461 <property name="can_focus">False</property>
462 <property name="spacing">12</property>
463 <child>
464 <object class="GtkLabel" id="FT_NEGATIVE">
465 <property name="visible">True</property>
466 <property name="can_focus">False</property>
467 <property name="label" translatable="yes" context="tp_ErrorBars|FT_NEGATIVE">_Negative (-)</property>
468 <property name="use_underline">True</property>
469 <property name="mnemonic_widget">MF_NEGATIVE</property>
470 </object>
471 <packing>
472 <property name="expand">False</property>
473 <property name="fill">True</property>
474 <property name="position">0</property>
475 </packing>
476 </child>
477 <child>
478 <object class="GtkSpinButton" id="MF_NEGATIVE">
479 <property name="visible">True</property>
480 <property name="can_focus">True</property>
481 <property name="adjustment">adjustmentNEG</property>
482 <property name="digits">2</property>
483 <property name="truncate-multiline">True</property>
484 <child internal-child="accessible">
485 <object class="AtkObject" id="MF_NEGATIVE-atkobject">
486 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|MF_NEGATIVE">Enter the value to subtract from the displayed value as the negative error value.</property>
487 </object>
488 </child>
489 </object>
490 <packing>
491 <property name="expand">False</property>
492 <property name="fill">True</property>
493 <property name="position">1</property>
494 </packing>
495 </child>
496 <child>
497 <object class="GtkEntry" id="ED_RANGE_NEGATIVE">
498 <property name="visible">True</property>
499 <property name="can_focus">True</property>
500 <property name="hexpand">True</property>
501 <property name="truncate-multiline">True</property>
502 <child internal-child="accessible">
503 <object class="AtkObject" id="ED_RANGE_NEGATIVE-atkobject">
504 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|ED_RANGE_NEGATIVE">Enter the address range from where to get the negative error values. Use the Shrink button to select the range from a sheet.</property>
505 </object>
506 </child>
507 </object>
508 <packing>
509 <property name="expand">False</property>
510 <property name="fill">True</property>
511 <property name="position">2</property>
512 </packing>
513 </child>
514 <child>
515 <object class="GtkButton" id="IB_RANGE_NEGATIVE">
516 <property name="visible">True</property>
517 <property name="can_focus">True</property>
518 <property name="receives_default">True</property>
519 <property name="tooltip_text" translatable="yes" context="tp_ErrorBars|IB_RANGE_NEGATIVE|tooltip_text">Select data range</property>
520 <property name="image">imageRANGE_SELECT_NEG</property>
521 <property name="always-show-image">True</property>
522 <child internal-child="accessible">
523 <object class="AtkObject" id="IB_RANGE_NEGATIVE-atkobject">
524 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|IB_RANGE_NEGATIVE">Click a button to shrink the dialog, then use the mouse to select the cell range in the spreadsheet. Click the button again to restore the dialog to full size.</property>
525 </object>
526 </child>
527 </object>
528 <packing>
529 <property name="expand">False</property>
530 <property name="fill">True</property>
531 <property name="position">3</property>
532 </packing>
533 </child>
534 </object>
535 <packing>
536 <property name="expand">False</property>
537 <property name="fill">True</property>
538 <property name="position">1</property>
539 </packing>
540 </child>
541 <child>
542 <object class="GtkCheckButton" id="CB_SYN_POS_NEG">
543 <property name="label" translatable="yes" context="tp_ErrorBars|CB_SYN_POS_NEG">Same value for both</property>
544 <property name="visible">True</property>
545 <property name="can_focus">True</property>
546 <property name="receives_default">False</property>
547 <property name="use_underline">True</property>
548 <property name="draw_indicator">True</property>
549 <child internal-child="accessible">
550 <object class="AtkObject" id="CB_SYN_POS_NEG-atkobject">
551 <property name="AtkObject::accessible-description" translatable="yes" context="tp_ErrorBars|extended_tip|CB_SYN_POS_NEG">Enable to use the positive error values also as negative error values. You can only change the value of the "Positive (+)" box. That value gets copied to the "Negative (-)" box automatically.</property>
552 </object>
553 </child>
554 </object>
555 <packing>
556 <property name="expand">False</property>
557 <property name="fill">True</property>
558 <property name="position">2</property>
559 </packing>
560 </child>
561 </object>
562 </child>
563 <child type="label">
564 <object class="GtkLabel" id="label3">
565 <property name="visible">True</property>
566 <property name="can_focus">False</property>
567 <property name="label" translatable="yes" context="tp_ErrorBars|label3">Parameters</property>
568 <property name="xalign">0</property>
569 <attributes>
570 <attribute name="weight" value="bold"/>
571 </attributes>
572 </object>
573 </child>
574 </object>
575 <packing>
576 <property name="expand">False</property>
577 <property name="fill">True</property>
578 <property name="position">1</property>
579 </packing>
580 </child>
581 <child>
582 <object class="GtkLabel" id="STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS">
583 <property name="can_focus">False</property>
584 <property name="label" translatable="yes" context="tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_POSITIVE_ERRORBARS">Select Range for Positive Error Bars</property>
585 </object>
586 <packing>
587 <property name="expand">False</property>
588 <property name="fill">True</property>
589 <property name="position">2</property>
590 </packing>
591 </child>
592 <child>
593 <object class="GtkLabel" id="STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS">
594 <property name="can_focus">False</property>
595 <property name="label" translatable="yes" context="tp_ErrorBars|STR_DATA_SELECT_RANGE_FOR_NEGATIVE_ERRORBARS">Select Range for Negative Error Bars</property>
596 </object>
597 <packing>
598 <property name="expand">False</property>
599 <property name="fill">True</property>
600 <property name="position">3</property>
601 </packing>
602 </child>
603 <child>
604 <object class="GtkLabel" id="STR_CONTROLTEXT_ERROR_BARS_FROM_DATA">
605 <property name="can_focus">False</property>
606 <property name="label" translatable="yes" context="tp_ErrorBars|STR_CONTROLTEXT_ERROR_BARS_FROM_DATA">From Data Table</property>
607 </object>
608 <packing>
609 <property name="expand">False</property>
610 <property name="fill">True</property>
611 <property name="position">4</property>
612 </packing>
613 </child>
614 </object>
615 <object class="GtkSizeGroup" id="sizegroup1">
616 <widgets>
617 <widget name="FT_POSITIVE"/>
618 <widget name="FT_NEGATIVE"/>
619 </widgets>
620 </object>
621 </interface>