tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sd / uiconfig / simpress / ui / slidetransitionspanel.ui
blobbc214c72671461d28cd715c9b99233faa376e81f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.38.2 -->
3 <interface domain="sd">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">1000</property>
7 <property name="step-increment">1</property>
8 <property name="page-increment">10</property>
9 </object>
10 <object class="GtkAdjustment" id="adjustment2">
11 <property name="upper">1000</property>
12 <property name="step-increment">1</property>
13 <property name="page-increment">10</property>
14 </object>
15 <object class="GtkImage" id="image1">
16 <property name="visible">True</property>
17 <property name="can-focus">False</property>
18 <property name="icon-name">sd/res/playblue_16.png</property>
19 </object>
20 <object class="GtkTreeStore" id="liststore1">
21 <columns>
22 <!-- column-name expander -->
23 <column type="GdkPixbuf"/>
24 <!-- column-name text -->
25 <column type="gchararray"/>
26 <!-- column-name id -->
27 <column type="gchararray"/>
28 </columns>
29 </object>
30 <object class="GtkBox" id="SlideTransitionsPanel">
31 <property name="visible">True</property>
32 <property name="can-focus">False</property>
33 <property name="vexpand">True</property>
34 <property name="border-width">6</property>
35 <property name="orientation">vertical</property>
36 <child>
37 <object class="GtkBox" id="box1">
38 <property name="visible">True</property>
39 <property name="can-focus">False</property>
40 <property name="vexpand">True</property>
41 <property name="orientation">vertical</property>
42 <property name="spacing">12</property>
43 <child>
44 <object class="GtkScrolledWindow" id="transitions_icons_scrolled_window">
45 <property name="visible">True</property>
46 <property name="can-focus">True</property>
47 <property name="hexpand">True</property>
48 <property name="vexpand">True</property>
49 <property name="hscrollbar-policy">never</property>
50 <property name="shadow-type">in</property>
51 <child>
52 <object class="GtkIconView" id="transitions_icons">
53 <property name="visible">True</property>
54 <property name="can-focus">True</property>
55 <property name="margin">6</property>
56 <property name="hexpand">True</property>
57 <property name="vexpand">True</property>
58 <property name="model">liststore1</property>
59 <property name="pixbuf-column">0</property>
60 <property name="text-column">1</property>
61 <property name="item-width">55</property>
62 <property name="tooltip-column">1</property>
63 <property name="activate-on-single-click">True</property>
64 <child internal-child="accessible">
65 <object class="AtkObject" id="transitions_icons-atkobject">
66 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|transitions_icons">Select the slide transition you want to use for the selected slides.</property>
67 </object>
68 </child>
69 </object>
70 </child>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">True</property>
75 <property name="position">0</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkFrame" id="frame1">
80 <property name="visible">True</property>
81 <property name="can-focus">False</property>
82 <property name="label-xalign">0</property>
83 <property name="shadow-type">none</property>
84 <child>
85 <!-- n-columns=2 n-rows=4 -->
86 <object class="GtkGrid" id="grid2">
87 <property name="visible">True</property>
88 <property name="can-focus">False</property>
89 <property name="margin-start">12</property>
90 <property name="margin-top">3</property>
91 <property name="row-spacing">6</property>
92 <property name="column-spacing">12</property>
93 <child>
94 <object class="GtkLabel" id="duration_label">
95 <property name="visible">True</property>
96 <property name="can-focus">False</property>
97 <property name="halign">end</property>
98 <property name="label" translatable="yes" context="slidetransitionspanel|duration_label">Duration:</property>
99 <property name="use-underline">True</property>
100 <property name="mnemonic-widget">transition_duration</property>
101 <property name="xalign">1</property>
102 </object>
103 <packing>
104 <property name="left-attach">0</property>
105 <property name="top-attach">1</property>
106 </packing>
107 </child>
108 <child>
109 <object class="GtkSpinButton" id="transition_duration">
110 <property name="visible">True</property>
111 <property name="can-focus">True</property>
112 <property name="tooltip-text" translatable="yes" context="slidetransitionspanel|transition_duration|tooltip_text">Select the speed of Slide Transition.</property>
113 <property name="hexpand">True</property>
114 <property name="truncate-multiline">True</property>
115 <property name="adjustment">adjustment2</property>
116 <property name="digits">2</property>
117 <child internal-child="accessible">
118 <object class="AtkObject" id="transition_duration-atkobject">
119 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|transition_duration">Sets the duration of the slide transition.</property>
120 </object>
121 </child>
122 </object>
123 <packing>
124 <property name="left-attach">1</property>
125 <property name="top-attach">1</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkLabel" id="sound_label">
130 <property name="visible">True</property>
131 <property name="can-focus">False</property>
132 <property name="halign">end</property>
133 <property name="label" translatable="yes" context="slidetransitionspanel|sound_label">Sound:</property>
134 <property name="use-underline">True</property>
135 <property name="mnemonic-widget">sound_list</property>
136 <property name="xalign">1</property>
137 </object>
138 <packing>
139 <property name="left-attach">0</property>
140 <property name="top-attach">2</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkComboBoxText" id="sound_list">
145 <property name="visible">True</property>
146 <property name="can-focus">False</property>
147 <property name="hexpand">True</property>
148 <items>
149 <item translatable="yes" context="slidetransitionspanel|sound_list">No sound</item>
150 <item translatable="yes" context="slidetransitionspanel|sound_list">Stop previous sound</item>
151 <item translatable="yes" context="slidetransitionspanel|sound_list">Other sound...</item>
152 </items>
153 <child internal-child="accessible">
154 <object class="AtkObject" id="sound_list-atkobject">
155 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|sound_list">Lists sounds that can played during the slide transition.</property>
156 </object>
157 </child>
158 </object>
159 <packing>
160 <property name="left-attach">1</property>
161 <property name="top-attach">2</property>
162 </packing>
163 </child>
164 <child>
165 <object class="GtkCheckButton" id="loop_sound">
166 <property name="label" translatable="yes" context="slidetransitionspanel|loop_sound">Loop until next sound</property>
167 <property name="visible">True</property>
168 <property name="can-focus">True</property>
169 <property name="receives-default">False</property>
170 <property name="use-underline">True</property>
171 <property name="draw-indicator">True</property>
172 <child internal-child="accessible">
173 <object class="AtkObject" id="loop_sound-atkobject">
174 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|loop_sound">Select to play the sound repeatedly until another sound starts.</property>
175 </object>
176 </child>
177 </object>
178 <packing>
179 <property name="left-attach">1</property>
180 <property name="top-attach">3</property>
181 </packing>
182 </child>
183 <child>
184 <object class="GtkLabel" id="variant_label">
185 <property name="visible">True</property>
186 <property name="can-focus">False</property>
187 <property name="halign">end</property>
188 <property name="label" translatable="yes" context="slidetransitionspanel|variant_label">Variant:</property>
189 <property name="use-underline">True</property>
190 <property name="mnemonic-widget">variant_list</property>
191 <property name="xalign">1</property>
192 </object>
193 <packing>
194 <property name="left-attach">0</property>
195 <property name="top-attach">0</property>
196 </packing>
197 </child>
198 <child>
199 <object class="GtkComboBoxText" id="variant_list">
200 <property name="visible">True</property>
201 <property name="can-focus">False</property>
202 <child internal-child="accessible">
203 <object class="AtkObject" id="variant_list-atkobject">
204 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|variant_list">Select a variation of the transition.</property>
205 </object>
206 </child>
207 </object>
208 <packing>
209 <property name="left-attach">1</property>
210 <property name="top-attach">0</property>
211 </packing>
212 </child>
213 <child>
214 <placeholder/>
215 </child>
216 </object>
217 </child>
218 <child type="label">
219 <object class="GtkLabel" id="label1">
220 <property name="visible">True</property>
221 <property name="can-focus">False</property>
222 <property name="label" translatable="yes" context="slidetransitionspanel|label1">Modify Transition</property>
223 <attributes>
224 <attribute name="weight" value="bold"/>
225 </attributes>
226 </object>
227 </child>
228 </object>
229 <packing>
230 <property name="expand">False</property>
231 <property name="fill">True</property>
232 <property name="position">1</property>
233 </packing>
234 </child>
235 <child>
236 <object class="GtkFrame" id="frame2">
237 <property name="visible">True</property>
238 <property name="can-focus">False</property>
239 <property name="label-xalign">0</property>
240 <property name="shadow-type">none</property>
241 <child>
242 <!-- n-columns=2 n-rows=2 -->
243 <object class="GtkGrid" id="grid1">
244 <property name="visible">True</property>
245 <property name="can-focus">False</property>
246 <property name="margin-start">12</property>
247 <property name="margin-top">3</property>
248 <property name="row-spacing">6</property>
249 <property name="column-spacing">12</property>
250 <child>
251 <object class="GtkRadioButton" id="rb_mouse_click">
252 <property name="label" translatable="yes" context="slidetransitionspanel|rb_mouse_click">On mouse click</property>
253 <property name="visible">True</property>
254 <property name="can-focus">True</property>
255 <property name="receives-default">False</property>
256 <property name="use-underline">True</property>
257 <property name="active">True</property>
258 <property name="draw-indicator">True</property>
259 <child internal-child="accessible">
260 <object class="AtkObject" id="rb_mouse_click-atkobject">
261 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|rb_mouse_click">Select to advance to the next slide on a mouse click.</property>
262 </object>
263 </child>
264 </object>
265 <packing>
266 <property name="left-attach">0</property>
267 <property name="top-attach">0</property>
268 <property name="width">2</property>
269 </packing>
270 </child>
271 <child>
272 <object class="GtkRadioButton" id="rb_auto_after">
273 <property name="label" translatable="yes" context="slidetransitionspanel|rb_auto_after">After:</property>
274 <property name="visible">True</property>
275 <property name="can-focus">True</property>
276 <property name="receives-default">False</property>
277 <property name="use-underline">True</property>
278 <property name="draw-indicator">True</property>
279 <property name="group">rb_mouse_click</property>
280 <accessibility>
281 <relation type="label-for" target="auto_after_value"/>
282 </accessibility>
283 <child internal-child="accessible">
284 <object class="AtkObject" id="rb_auto_after-atkobject">
285 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|rb_auto_after">Select to advance to the next slide after a number of seconds. Enter the seconds in the numerical field next to the spin button, or click the spin button.</property>
286 </object>
287 </child>
288 </object>
289 <packing>
290 <property name="left-attach">0</property>
291 <property name="top-attach">1</property>
292 </packing>
293 </child>
294 <child>
295 <object class="GtkSpinButton" id="auto_after_value">
296 <property name="visible">True</property>
297 <property name="can-focus">True</property>
298 <property name="hexpand">True</property>
299 <property name="truncate-multiline">True</property>
300 <property name="adjustment">adjustment1</property>
301 <property name="digits">2</property>
302 <accessibility>
303 <relation type="labelled-by" target="rb_auto_after"/>
304 </accessibility>
305 <child internal-child="accessible">
306 <object class="AtkObject" id="auto_after_value-atkobject">
307 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|auto_after_value">Select to advance to the next slide after a number of seconds. Enter the seconds in the numerical field next to the spin button, or click the spin button.</property>
308 </object>
309 </child>
310 </object>
311 <packing>
312 <property name="left-attach">1</property>
313 <property name="top-attach">1</property>
314 </packing>
315 </child>
316 </object>
317 </child>
318 <child type="label">
319 <object class="GtkLabel" id="label2">
320 <property name="visible">True</property>
321 <property name="can-focus">False</property>
322 <property name="label" translatable="yes" context="slidetransitionspanel|label2">Advance Slide</property>
323 <attributes>
324 <attribute name="weight" value="bold"/>
325 </attributes>
326 </object>
327 </child>
328 </object>
329 <packing>
330 <property name="expand">False</property>
331 <property name="fill">True</property>
332 <property name="position">2</property>
333 </packing>
334 </child>
335 <child>
336 <object class="GtkFrame" id="repeat_after_frame">
337 <property name="visible">True</property>
338 <property name="can-focus">False</property>
339 <property name="label-xalign">0</property>
340 <property name="shadow-type">none</property>
341 <child>
342 <!-- n-columns=2 n-rows=2 -->
343 <object class="GtkGrid" id="grid3">
344 <property name="visible">True</property>
345 <property name="can-focus">False</property>
346 <property name="margin-start">12</property>
347 <property name="margin-top">3</property>
348 <property name="row-spacing">6</property>
349 <property name="column-spacing">12</property>
350 <child>
351 <object class="GtkRadioButton" id="rb_disabled">
352 <property name="label" translatable="yes" context="slidetransitionspanel|rb_disabled">Disabled</property>
353 <property name="visible">True</property>
354 <property name="can-focus">True</property>
355 <property name="receives-default">False</property>
356 <property name="use-underline">True</property>
357 <property name="active">True</property>
358 <property name="draw-indicator">True</property>
359 <child internal-child="accessible">
360 <object class="AtkObject" id="rb_disabled-atkobject">
361 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|rb_disabled">Select to advance to the next slide on a mouse click.</property>
362 </object>
363 </child>
364 </object>
365 <packing>
366 <property name="left-attach">0</property>
367 <property name="top-attach">0</property>
368 <property name="width">2</property>
369 </packing>
370 </child>
371 <child>
372 <object class="GtkRadioButton" id="rb_auto_repeat">
373 <property name="label" translatable="yes" context="slidetransitionspanel|rb_auto_repeat">After :</property>
374 <property name="visible">True</property>
375 <property name="can-focus">True</property>
376 <property name="receives-default">False</property>
377 <property name="use-underline">True</property>
378 <property name="draw-indicator">True</property>
379 <property name="group">rb_disabled</property>
380 <accessibility>
381 <relation type="label-for" target="rb_auto_repeat_value"/>
382 </accessibility>
383 <child internal-child="accessible">
384 <object class="AtkObject" id="rb_auto_repeat-atkobject">
385 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|rb_auto_repeat">Select to advance to the next slide after a number of seconds. Enter the seconds in the numerical field next to the spin button, or click the spin button.</property>
386 </object>
387 </child>
388 </object>
389 <packing>
390 <property name="left-attach">0</property>
391 <property name="top-attach">1</property>
392 </packing>
393 </child>
394 <child>
395 <object class="GtkSpinButton" id="rb_auto_repeat_value">
396 <property name="visible">True</property>
397 <property name="can-focus">True</property>
398 <property name="hexpand">True</property>
399 <property name="truncate-multiline">True</property>
400 <property name="adjustment">adjustment1</property>
401 <property name="digits">2</property>
402 <accessibility>
403 <relation type="labelled-by" target="rb_auto_repeat"/>
404 </accessibility>
405 <child internal-child="accessible">
406 <object class="AtkObject" id="rb_auto_repeat_value-atkobject">
407 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|rb_auto_repeat_value">Select to advance to the next slide after a number of seconds. Enter the seconds in the numerical field next to the spin button, or click the spin button.</property>
408 </object>
409 </child>
410 </object>
411 <packing>
412 <property name="left-attach">1</property>
413 <property name="top-attach">1</property>
414 </packing>
415 </child>
416 </object>
417 </child>
418 <child type="label">
419 <object class="GtkLabel" id="label3">
420 <property name="visible">True</property>
421 <property name="can-focus">False</property>
422 <property name="label" translatable="yes" context="slidetransitionspanel|rb_auto_repeat">Repeat Slideshow</property>
423 <attributes>
424 <attribute name="weight" value="bold"/>
425 </attributes>
426 </object>
427 </child>
428 </object>
429 <packing>
430 <property name="expand">False</property>
431 <property name="fill">True</property>
432 <property name="position">4</property>
433 </packing>
434 </child>
435 <child>
436 <object class="GtkBox" id="box2">
437 <property name="visible">True</property>
438 <property name="can-focus">False</property>
439 <property name="orientation">vertical</property>
440 <property name="spacing">6</property>
441 <child>
442 <object class="GtkButtonBox" id="buttonbox1">
443 <property name="visible">True</property>
444 <property name="can-focus">False</property>
445 <property name="layout-style">center</property>
446 <child>
447 <object class="GtkButton" id="apply_to_all">
448 <property name="label" translatable="yes" context="slidetransitionspanel|apply_to_all">Apply Transition to All Slides</property>
449 <property name="visible">True</property>
450 <property name="can-focus">True</property>
451 <property name="receives-default">True</property>
452 <property name="halign">center</property>
453 <child internal-child="accessible">
454 <object class="AtkObject" id="apply_to_all-atkobject">
455 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|apply_to_all">Applies the selected slide transition to all slides in the current presentation document.</property>
456 </object>
457 </child>
458 </object>
459 <packing>
460 <property name="expand">False</property>
461 <property name="fill">True</property>
462 <property name="position">0</property>
463 </packing>
464 </child>
465 </object>
466 <packing>
467 <property name="expand">False</property>
468 <property name="fill">True</property>
469 <property name="position">0</property>
470 </packing>
471 </child>
472 <child>
473 <object class="GtkSeparator" id="separator1">
474 <property name="visible">True</property>
475 <property name="can-focus">False</property>
476 </object>
477 <packing>
478 <property name="expand">False</property>
479 <property name="fill">True</property>
480 <property name="position">1</property>
481 </packing>
482 </child>
483 <child>
484 <object class="GtkBox" id="box3">
485 <property name="visible">True</property>
486 <property name="can-focus">False</property>
487 <property name="spacing">18</property>
488 <child>
489 <object class="GtkCheckButton" id="auto_preview">
490 <property name="label" translatable="yes" context="slidetransitionspanel|auto_preview">Automatic Preview</property>
491 <property name="visible">True</property>
492 <property name="can-focus">True</property>
493 <property name="receives-default">False</property>
494 <property name="use-underline">True</property>
495 <property name="draw-indicator">True</property>
496 <child internal-child="accessible">
497 <object class="AtkObject" id="auto_preview-atkobject">
498 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|auto_preview">Select to see the slide transitions automatically in the document.</property>
499 </object>
500 </child>
501 </object>
502 <packing>
503 <property name="expand">False</property>
504 <property name="fill">True</property>
505 <property name="position">0</property>
506 </packing>
507 </child>
508 <child>
509 <object class="GtkButton" id="play">
510 <property name="label" translatable="yes" context="slidetransitionspanel|play">Play</property>
511 <property name="visible">True</property>
512 <property name="can-focus">True</property>
513 <property name="receives-default">True</property>
514 <property name="tooltip-text" translatable="yes" context="slidetransitionspanel|play|tooltip_text">Preview Effect</property>
515 <property name="image">image1</property>
516 <property name="use-underline">True</property>
517 <property name="image-position">right</property>
518 <property name="always-show-image">True</property>
519 <child internal-child="accessible">
520 <object class="AtkObject" id="play-atkobject">
521 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|play">Shows the current slide transition as a preview.</property>
522 </object>
523 </child>
524 </object>
525 <packing>
526 <property name="expand">False</property>
527 <property name="fill">True</property>
528 <property name="position">1</property>
529 </packing>
530 </child>
531 </object>
532 <packing>
533 <property name="expand">False</property>
534 <property name="fill">True</property>
535 <property name="position">2</property>
536 </packing>
537 </child>
538 </object>
539 <packing>
540 <property name="expand">False</property>
541 <property name="fill">True</property>
542 <property name="position">3</property>
543 </packing>
544 </child>
545 </object>
546 <packing>
547 <property name="expand">False</property>
548 <property name="fill">True</property>
549 <property name="position">0</property>
550 </packing>
551 </child>
552 <child internal-child="accessible">
553 <object class="AtkObject" id="SlideTransitionsPanel-atkobject">
554 <property name="AtkObject::accessible-description" translatable="yes" context="slidetransitionspanel|extended_tip|SlideTransitionsPanel">Defines the special effect that plays when you display a slide during a slide show.</property>
555 </object>
556 </child>
557 </object>
558 <object class="GtkSizeGroup">
559 <widgets>
560 <widget name="duration_label"/>
561 <widget name="sound_label"/>
562 <widget name="variant_label"/>
563 <widget name="rb_auto_after"/>
564 <widget name="rb_auto_repeat"/>
565 </widgets>
566 </object>
567 </interface>