Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / svx / uiconfig / ui / compressgraphicdialog.ui
blob2897e7b6ae07c5890dda87ab8971da745d6ebde4
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.20.4 -->
3 <interface domain="svx">
4 <requires lib="gtk+" version="3.18"/>
5 <object class="GtkAdjustment" id="compression-adjustment">
6 <property name="lower">1</property>
7 <property name="upper">9</property>
8 <property name="value">9</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">1</property>
11 </object>
12 <object class="GtkAdjustment" id="height-adjustment">
13 <property name="lower">1</property>
14 <property name="upper">20000</property>
15 <property name="value">1</property>
16 <property name="step_increment">100</property>
17 <property name="page_increment">100</property>
18 </object>
19 <object class="GtkAdjustment" id="quality-adjustment">
20 <property name="lower">1</property>
21 <property name="upper">99</property>
22 <property name="value">90</property>
23 <property name="step_increment">1</property>
24 <property name="page_increment">10</property>
25 </object>
26 <object class="GtkAdjustment" id="width-adjustment">
27 <property name="lower">1</property>
28 <property name="upper">20000</property>
29 <property name="value">1</property>
30 <property name="step_increment">100</property>
31 <property name="page_increment">100</property>
32 </object>
33 <object class="GtkDialog" id="CompressGraphicDialog">
34 <property name="can_focus">False</property>
35 <property name="border_width">6</property>
36 <property name="title" translatable="yes" context="compressgraphicdialog|CompressGraphicDialog">Compress Image</property>
37 <property name="resizable">False</property>
38 <property name="modal">True</property>
39 <property name="default_width">0</property>
40 <property name="default_height">9</property>
41 <property name="type_hint">dialog</property>
42 <child internal-child="vbox">
43 <object class="GtkBox" id="dialog-vbox1">
44 <property name="can_focus">False</property>
45 <property name="orientation">vertical</property>
46 <property name="spacing">12</property>
47 <child internal-child="action_area">
48 <object class="GtkButtonBox" id="dialog-action_area1">
49 <property name="can_focus">False</property>
50 <property name="layout_style">end</property>
51 <child>
52 <object class="GtkButton" id="ok">
53 <property name="label">gtk-ok</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="can_default">True</property>
57 <property name="has_default">True</property>
58 <property name="receives_default">True</property>
59 <property name="use_stock">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">True</property>
64 <property name="position">0</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkButton" id="cancel">
69 <property name="label">gtk-cancel</property>
70 <property name="visible">True</property>
71 <property name="can_focus">True</property>
72 <property name="receives_default">True</property>
73 <property name="use_stock">True</property>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="position">1</property>
79 </packing>
80 </child>
81 <child>
82 <object class="GtkButton" id="help">
83 <property name="label">gtk-help</property>
84 <property name="visible">True</property>
85 <property name="can_focus">True</property>
86 <property name="receives_default">True</property>
87 <property name="use_stock">True</property>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">True</property>
92 <property name="position">2</property>
93 <property name="secondary">True</property>
94 </packing>
95 </child>
96 </object>
97 <packing>
98 <property name="expand">False</property>
99 <property name="fill">True</property>
100 <property name="pack_type">end</property>
101 <property name="position">0</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkGrid">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="row_spacing">6</property>
109 <property name="column_spacing">12</property>
110 <child>
111 <object class="GtkFrame" id="frame2">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="valign">start</property>
115 <property name="label_xalign">0</property>
116 <property name="shadow_type">none</property>
117 <child>
118 <object class="GtkAlignment" id="alignment1">
119 <property name="visible">True</property>
120 <property name="can_focus">False</property>
121 <property name="top_padding">6</property>
122 <property name="left_padding">12</property>
123 <child>
124 <object class="GtkGrid" id="grid2">
125 <property name="visible">True</property>
126 <property name="can_focus">False</property>
127 <property name="hexpand">True</property>
128 <property name="row_spacing">6</property>
129 <property name="column_spacing">6</property>
130 <child>
131 <object class="GtkRadioButton" id="radio-jpeg">
132 <property name="label" translatable="yes" context="compressgraphicdialog|radio-jpeg">JPEG Quality</property>
133 <property name="visible">True</property>
134 <property name="can_focus">True</property>
135 <property name="receives_default">False</property>
136 <property name="tooltip_text" translatable="yes" context="compressgraphicdialog|radio-jpeg|tooltip_text">Lossy compression</property>
137 <property name="use_underline">True</property>
138 <property name="xalign">0</property>
139 <property name="draw_indicator">True</property>
140 <property name="group">radio-lossless</property>
141 <accessibility>
142 <relation type="label-for" target="scale-quality"/>
143 <relation type="label-for" target="spin-quality"/>
144 </accessibility>
145 </object>
146 <packing>
147 <property name="left_attach">0</property>
148 <property name="top_attach">0</property>
149 </packing>
150 </child>
151 <child>
152 <object class="GtkRadioButton" id="radio-lossless">
153 <property name="label" translatable="yes" context="compressgraphicdialog|radio-lossless">PNG Compression</property>
154 <property name="visible">True</property>
155 <property name="can_focus">True</property>
156 <property name="receives_default">False</property>
157 <property name="tooltip_text" translatable="yes" context="compressgraphicdialog|radio-lossless|tooltip_text">Lossless compression</property>
158 <property name="use_underline">True</property>
159 <property name="xalign">0</property>
160 <property name="active">True</property>
161 <property name="draw_indicator">True</property>
162 <accessibility>
163 <relation type="label-for" target="scale-compression"/>
164 <relation type="label-for" target="spin-compression"/>
165 </accessibility>
166 </object>
167 <packing>
168 <property name="left_attach">0</property>
169 <property name="top_attach">2</property>
170 </packing>
171 </child>
172 <child>
173 <object class="GtkAlignment">
174 <property name="visible">True</property>
175 <property name="can_focus">False</property>
176 <property name="left_padding">12</property>
177 <child>
178 <object class="GtkGrid">
179 <property name="visible">True</property>
180 <property name="can_focus">False</property>
181 <property name="column_spacing">6</property>
182 <child>
183 <object class="GtkScale" id="scale-quality">
184 <property name="width_request">150</property>
185 <property name="visible">True</property>
186 <property name="can_focus">True</property>
187 <property name="hexpand">True</property>
188 <property name="adjustment">quality-adjustment</property>
189 <property name="digits">0</property>
190 <property name="draw_value">False</property>
191 <property name="value_pos">right</property>
192 <accessibility>
193 <relation type="labelled-by" target="radio-jpeg"/>
194 </accessibility>
195 </object>
196 <packing>
197 <property name="left_attach">0</property>
198 <property name="top_attach">0</property>
199 </packing>
200 </child>
201 <child>
202 <object class="GtkSpinButton" id="spin-quality">
203 <property name="visible">True</property>
204 <property name="can_focus">True</property>
205 <property name="activates_default">True</property>
206 <property name="text">90</property>
207 <property name="adjustment">quality-adjustment</property>
208 <property name="numeric">True</property>
209 <property name="value">90</property>
210 <accessibility>
211 <relation type="labelled-by" target="radio-jpeg"/>
212 </accessibility>
213 </object>
214 <packing>
215 <property name="left_attach">1</property>
216 <property name="top_attach">0</property>
217 </packing>
218 </child>
219 </object>
220 </child>
221 </object>
222 <packing>
223 <property name="left_attach">0</property>
224 <property name="top_attach">1</property>
225 </packing>
226 </child>
227 <child>
228 <object class="GtkAlignment">
229 <property name="visible">True</property>
230 <property name="can_focus">False</property>
231 <property name="left_padding">12</property>
232 <child>
233 <object class="GtkGrid">
234 <property name="visible">True</property>
235 <property name="can_focus">False</property>
236 <property name="column_spacing">6</property>
237 <child>
238 <object class="GtkScale" id="scale-compression">
239 <property name="width_request">150</property>
240 <property name="visible">True</property>
241 <property name="can_focus">True</property>
242 <property name="adjustment">compression-adjustment</property>
243 <property name="digits">0</property>
244 <property name="draw_value">False</property>
245 <property name="value_pos">right</property>
246 <accessibility>
247 <relation type="labelled-by" target="radio-lossless"/>
248 </accessibility>
249 </object>
250 <packing>
251 <property name="left_attach">0</property>
252 <property name="top_attach">0</property>
253 </packing>
254 </child>
255 <child>
256 <object class="GtkSpinButton" id="spin-compression">
257 <property name="visible">True</property>
258 <property name="can_focus">True</property>
259 <property name="activates_default">True</property>
260 <property name="text">9</property>
261 <property name="adjustment">compression-adjustment</property>
262 <property name="numeric">True</property>
263 <property name="value">9</property>
264 <accessibility>
265 <relation type="labelled-by" target="radio-lossless"/>
266 </accessibility>
267 </object>
268 <packing>
269 <property name="left_attach">1</property>
270 <property name="top_attach">0</property>
271 </packing>
272 </child>
273 </object>
274 </child>
275 </object>
276 <packing>
277 <property name="left_attach">0</property>
278 <property name="top_attach">3</property>
279 </packing>
280 </child>
281 </object>
282 </child>
283 </object>
284 </child>
285 <child type="label">
286 <object class="GtkLabel" id="label2">
287 <property name="visible">True</property>
288 <property name="can_focus">False</property>
289 <property name="label" translatable="yes" context="compressgraphicdialog|label2">Compression</property>
290 <attributes>
291 <attribute name="weight" value="bold"/>
292 </attributes>
293 </object>
294 </child>
295 </object>
296 <packing>
297 <property name="left_attach">0</property>
298 <property name="top_attach">0</property>
299 </packing>
300 </child>
301 <child>
302 <object class="GtkFrame" id="frame3">
303 <property name="visible">True</property>
304 <property name="can_focus">False</property>
305 <property name="label_xalign">0</property>
306 <property name="shadow_type">none</property>
307 <child>
308 <object class="GtkAlignment" id="alignment3">
309 <property name="visible">True</property>
310 <property name="can_focus">False</property>
311 <property name="top_padding">6</property>
312 <property name="left_padding">12</property>
313 <child>
314 <object class="GtkGrid">
315 <property name="visible">True</property>
316 <property name="can_focus">False</property>
317 <property name="valign">start</property>
318 <property name="row_spacing">6</property>
319 <property name="column_spacing">12</property>
320 <child>
321 <object class="GtkCheckButton" id="checkbox-reduce-resolution">
322 <property name="label" translatable="yes" context="compressgraphicdialog|checkbox-reduce-resolution">Reduce image resolution</property>
323 <property name="visible">True</property>
324 <property name="can_focus">True</property>
325 <property name="receives_default">False</property>
326 <property name="use_underline">True</property>
327 <property name="xalign">0</property>
328 <property name="draw_indicator">True</property>
329 </object>
330 <packing>
331 <property name="left_attach">0</property>
332 <property name="top_attach">0</property>
333 <property name="width">3</property>
334 </packing>
335 </child>
336 <child>
337 <object class="GtkLabel" id="label3">
338 <property name="visible">True</property>
339 <property name="can_focus">False</property>
340 <property name="label" translatable="yes" context="compressgraphicdialog|label3">Width:</property>
341 <property name="use_underline">True</property>
342 <property name="mnemonic_widget">spin-new-width</property>
343 <property name="width_chars">14</property>
344 <property name="xalign">1</property>
345 </object>
346 <packing>
347 <property name="left_attach">0</property>
348 <property name="top_attach">1</property>
349 </packing>
350 </child>
351 <child>
352 <object class="GtkLabel" id="label4">
353 <property name="visible">True</property>
354 <property name="can_focus">False</property>
355 <property name="label" translatable="yes" context="compressgraphicdialog|label4">Height:</property>
356 <property name="use_underline">True</property>
357 <property name="mnemonic_widget">spin-new-height</property>
358 <property name="width_chars">14</property>
359 <property name="xalign">1</property>
360 </object>
361 <packing>
362 <property name="left_attach">0</property>
363 <property name="top_attach">2</property>
364 </packing>
365 </child>
366 <child>
367 <object class="GtkLabel" id="label5">
368 <property name="visible">True</property>
369 <property name="can_focus">False</property>
370 <property name="label" translatable="yes" context="compressgraphicdialog|label5">Resolution:</property>
371 <property name="use_underline">True</property>
372 <property name="mnemonic_widget">combo-resolution</property>
373 <property name="width_chars">14</property>
374 <property name="xalign">1</property>
375 </object>
376 <packing>
377 <property name="left_attach">0</property>
378 <property name="top_attach">3</property>
379 </packing>
380 </child>
381 <child>
382 <object class="GtkLabel" id="label12">
383 <property name="visible">True</property>
384 <property name="can_focus">False</property>
385 <property name="label" translatable="yes" context="compressgraphicdialog|label12">Interpolation:</property>
386 <property name="use_underline">True</property>
387 <property name="mnemonic_widget">interpolation-method-combo</property>
388 <property name="width_chars">14</property>
389 <property name="xalign">1</property>
390 </object>
391 <packing>
392 <property name="left_attach">0</property>
393 <property name="top_attach">4</property>
394 </packing>
395 </child>
396 <child>
397 <object class="GtkSpinButton" id="spin-new-width">
398 <property name="visible">True</property>
399 <property name="can_focus">True</property>
400 <property name="activates_default">True</property>
401 <property name="text">1</property>
402 <property name="adjustment">width-adjustment</property>
403 <property name="numeric">True</property>
404 <property name="value">1</property>
405 </object>
406 <packing>
407 <property name="left_attach">1</property>
408 <property name="top_attach">1</property>
409 </packing>
410 </child>
411 <child>
412 <object class="GtkSpinButton" id="spin-new-height">
413 <property name="visible">True</property>
414 <property name="can_focus">True</property>
415 <property name="activates_default">True</property>
416 <property name="text">1</property>
417 <property name="adjustment">height-adjustment</property>
418 <property name="numeric">True</property>
419 <property name="value">1</property>
420 </object>
421 <packing>
422 <property name="left_attach">1</property>
423 <property name="top_attach">2</property>
424 </packing>
425 </child>
426 <child>
427 <object class="GtkComboBoxText" id="combo-resolution">
428 <property name="visible">True</property>
429 <property name="can_focus">False</property>
430 <property name="has_entry">True</property>
431 <items>
432 <item>50</item>
433 <item>75</item>
434 <item>96</item>
435 <item>150</item>
436 <item>200</item>
437 <item>300</item>
438 <item>600</item>
439 </items>
440 <child internal-child="entry">
441 <object class="GtkEntry">
442 <property name="can_focus">True</property>
443 <property name="activates_default">True</property>
444 </object>
445 </child>
446 </object>
447 <packing>
448 <property name="left_attach">1</property>
449 <property name="top_attach">3</property>
450 </packing>
451 </child>
452 <child>
453 <object class="GtkComboBoxText" id="interpolation-method-combo">
454 <property name="visible">True</property>
455 <property name="can_focus">False</property>
456 <items>
457 <item translatable="yes" context="compressgraphicdialog|interpolation-method-store">None</item>
458 <item translatable="yes" context="compressgraphicdialog|interpolation-method-store">Bilinear</item>
459 <item translatable="yes" context="compressgraphicdialog|interpolation-method-store">Bicubic</item>
460 <item translatable="yes" context="compressgraphicdialog|interpolation-method-store">Lanczos</item>
461 </items>
462 </object>
463 <packing>
464 <property name="left_attach">1</property>
465 <property name="top_attach">4</property>
466 </packing>
467 </child>
468 <child>
469 <object class="GtkLabel" id="label13">
470 <property name="visible">True</property>
471 <property name="can_focus">False</property>
472 <property name="label" translatable="yes" context="compressgraphicdialog|label13">px</property>
473 <property name="xalign">0</property>
474 </object>
475 <packing>
476 <property name="left_attach">2</property>
477 <property name="top_attach">1</property>
478 </packing>
479 </child>
480 <child>
481 <object class="GtkLabel" id="label14">
482 <property name="visible">True</property>
483 <property name="can_focus">False</property>
484 <property name="label" translatable="yes" context="compressgraphicdialog|label14">px</property>
485 <property name="xalign">0</property>
486 </object>
487 <packing>
488 <property name="left_attach">2</property>
489 <property name="top_attach">2</property>
490 </packing>
491 </child>
492 <child>
493 <object class="GtkLabel" id="label16">
494 <property name="visible">True</property>
495 <property name="can_focus">False</property>
496 <property name="label" translatable="yes" context="compressgraphicdialog|label16">DPI</property>
497 <property name="xalign">0</property>
498 </object>
499 <packing>
500 <property name="left_attach">2</property>
501 <property name="top_attach">3</property>
502 </packing>
503 </child>
504 <child>
505 <placeholder/>
506 </child>
507 </object>
508 </child>
509 </object>
510 </child>
511 <child type="label">
512 <object class="GtkLabel" id="label22">
513 <property name="visible">True</property>
514 <property name="can_focus">False</property>
515 <property name="label" translatable="yes" context="compressgraphicdialog|label22">Resolution</property>
516 <attributes>
517 <attribute name="weight" value="bold"/>
518 </attributes>
519 </object>
520 </child>
521 </object>
522 <packing>
523 <property name="left_attach">1</property>
524 <property name="top_attach">0</property>
525 </packing>
526 </child>
527 <child>
528 <object class="GtkFrame" id="frame1">
529 <property name="visible">True</property>
530 <property name="can_focus">False</property>
531 <property name="label_xalign">0</property>
532 <property name="shadow_type">none</property>
533 <child>
534 <object class="GtkAlignment" id="alignment2">
535 <property name="visible">True</property>
536 <property name="can_focus">False</property>
537 <property name="top_padding">6</property>
538 <property name="left_padding">16</property>
539 <child>
540 <object class="GtkGrid" id="grid1">
541 <property name="visible">True</property>
542 <property name="can_focus">False</property>
543 <property name="valign">start</property>
544 <property name="row_spacing">6</property>
545 <property name="column_spacing">6</property>
546 <child>
547 <object class="GtkLabel" id="label15">
548 <property name="visible">True</property>
549 <property name="can_focus">False</property>
550 <property name="label" translatable="yes" context="compressgraphicdialog|label15">Type:</property>
551 <property name="single_line_mode">True</property>
552 <property name="xalign">0</property>
553 <accessibility>
554 <relation type="label-for" target="label-graphic-type"/>
555 </accessibility>
556 </object>
557 <packing>
558 <property name="left_attach">0</property>
559 <property name="top_attach">0</property>
560 </packing>
561 </child>
562 <child>
563 <object class="GtkLabel" id="label-graphic-type">
564 <property name="visible">True</property>
565 <property name="can_focus">False</property>
566 <property name="hexpand">True</property>
567 <property name="label">???</property>
568 <property name="xalign">0</property>
569 <accessibility>
570 <relation type="labelled-by" target="label15"/>
571 </accessibility>
572 </object>
573 <packing>
574 <property name="left_attach">1</property>
575 <property name="top_attach">0</property>
576 </packing>
577 </child>
578 <child>
579 <object class="GtkLabel" id="label7">
580 <property name="visible">True</property>
581 <property name="can_focus">False</property>
582 <property name="label" translatable="yes" context="compressgraphicdialog|label7">Actual dimensions:</property>
583 <property name="single_line_mode">True</property>
584 <property name="xalign">0</property>
585 <accessibility>
586 <relation type="label-for" target="label-original-size"/>
587 </accessibility>
588 </object>
589 <packing>
590 <property name="left_attach">0</property>
591 <property name="top_attach">1</property>
592 </packing>
593 </child>
594 <child>
595 <object class="GtkLabel" id="label-original-size">
596 <property name="visible">True</property>
597 <property name="can_focus">False</property>
598 <property name="hexpand">True</property>
599 <property name="label">???</property>
600 <property name="xalign">0</property>
601 <accessibility>
602 <relation type="labelled-by" target="label7"/>
603 </accessibility>
604 </object>
605 <packing>
606 <property name="left_attach">1</property>
607 <property name="top_attach">1</property>
608 </packing>
609 </child>
610 <child>
611 <object class="GtkLabel" id="label8">
612 <property name="visible">True</property>
613 <property name="can_focus">False</property>
614 <property name="label" translatable="yes" context="compressgraphicdialog|label8">Apparent dimensions:</property>
615 <property name="xalign">0</property>
616 <accessibility>
617 <relation type="label-for" target="label-view-size"/>
618 </accessibility>
619 </object>
620 <packing>
621 <property name="left_attach">0</property>
622 <property name="top_attach">2</property>
623 </packing>
624 </child>
625 <child>
626 <object class="GtkLabel" id="label-view-size">
627 <property name="visible">True</property>
628 <property name="can_focus">False</property>
629 <property name="hexpand">True</property>
630 <property name="label">???</property>
631 <property name="xalign">0</property>
632 <accessibility>
633 <relation type="labelled-by" target="label8"/>
634 </accessibility>
635 </object>
636 <packing>
637 <property name="left_attach">1</property>
638 <property name="top_attach">2</property>
639 </packing>
640 </child>
641 <child>
642 <object class="GtkLabel" id="label9">
643 <property name="visible">True</property>
644 <property name="can_focus">False</property>
645 <property name="label" translatable="yes" context="compressgraphicdialog|label9">Image size:</property>
646 <property name="xalign">0</property>
647 <accessibility>
648 <relation type="label-for" target="label-image-capacity"/>
649 </accessibility>
650 </object>
651 <packing>
652 <property name="left_attach">0</property>
653 <property name="top_attach">3</property>
654 </packing>
655 </child>
656 <child>
657 <object class="GtkLabel" id="label-image-capacity">
658 <property name="visible">True</property>
659 <property name="can_focus">False</property>
660 <property name="hexpand">True</property>
661 <property name="label">???</property>
662 <property name="xalign">0</property>
663 <accessibility>
664 <relation type="labelled-by" target="label9"/>
665 </accessibility>
666 </object>
667 <packing>
668 <property name="left_attach">1</property>
669 <property name="top_attach">3</property>
670 </packing>
671 </child>
672 <child>
673 <object class="GtkButton" id="calculate">
674 <property name="label" translatable="yes" context="compressgraphicdialog|calculate">Calculate New Size:</property>
675 <property name="visible">True</property>
676 <property name="can_focus">True</property>
677 <property name="receives_default">True</property>
678 <property name="halign">start</property>
679 <accessibility>
680 <relation type="label-for" target="label-new-capacity"/>
681 </accessibility>
682 </object>
683 <packing>
684 <property name="left_attach">0</property>
685 <property name="top_attach">4</property>
686 </packing>
687 </child>
688 <child>
689 <object class="GtkLabel" id="label-new-capacity">
690 <property name="visible">True</property>
691 <property name="can_focus">False</property>
692 <property name="hexpand">True</property>
693 <property name="label">???</property>
694 <property name="xalign">0</property>
695 <accessibility>
696 <relation type="labelled-by" target="calculate"/>
697 </accessibility>
698 </object>
699 <packing>
700 <property name="left_attach">1</property>
701 <property name="top_attach">4</property>
702 </packing>
703 </child>
704 </object>
705 </child>
706 </object>
707 </child>
708 <child type="label">
709 <object class="GtkLabel" id="label1">
710 <property name="visible">True</property>
711 <property name="can_focus">False</property>
712 <property name="label" translatable="yes" context="compressgraphicdialog|label1">Image Information</property>
713 <attributes>
714 <attribute name="weight" value="bold"/>
715 </attributes>
716 </object>
717 </child>
718 </object>
719 <packing>
720 <property name="left_attach">0</property>
721 <property name="top_attach">1</property>
722 <property name="width">2</property>
723 </packing>
724 </child>
725 </object>
726 <packing>
727 <property name="expand">False</property>
728 <property name="fill">True</property>
729 <property name="position">1</property>
730 </packing>
731 </child>
732 </object>
733 </child>
734 <action-widgets>
735 <action-widget response="-5">ok</action-widget>
736 <action-widget response="-6">cancel</action-widget>
737 <action-widget response="-11">help</action-widget>
738 </action-widgets>
739 <child>
740 <placeholder/>
741 </child>
742 </object>
743 </interface>