tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / sfx2 / uiconfig / ui / editdurationdialog.ui
blob6c8a8bb91ece871b1451e2729181605c7d784799
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="sfx">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="adjustment1">
6 <property name="upper">2147483647</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">2147483647</property>
12 <property name="step-increment">1</property>
13 <property name="page-increment">10</property>
14 </object>
15 <object class="GtkAdjustment" id="adjustment3">
16 <property name="upper">2147483647</property>
17 <property name="step-increment">1</property>
18 <property name="page-increment">10</property>
19 </object>
20 <object class="GtkAdjustment" id="adjustment4">
21 <property name="upper">2147483647</property>
22 <property name="step-increment">1</property>
23 <property name="page-increment">10</property>
24 </object>
25 <object class="GtkAdjustment" id="adjustment5">
26 <property name="upper">2147483647</property>
27 <property name="step-increment">1</property>
28 <property name="page-increment">10</property>
29 </object>
30 <object class="GtkAdjustment" id="adjustment6">
31 <property name="upper">2147483647</property>
32 <property name="step-increment">1</property>
33 <property name="page-increment">10</property>
34 </object>
35 <object class="GtkAdjustment" id="adjustment7">
36 <property name="upper">2147483647</property>
37 <property name="step-increment">1</property>
38 <property name="page-increment">10</property>
39 </object>
40 <object class="GtkDialog" id="EditDurationDialog">
41 <property name="can-focus">False</property>
42 <property name="border-width">6</property>
43 <property name="title" translatable="yes" context="editdurationdialog|EditDurationDialog">Edit Duration</property>
44 <property name="resizable">False</property>
45 <property name="modal">True</property>
46 <property name="default-width">0</property>
47 <property name="default-height">0</property>
48 <property name="type-hint">dialog</property>
49 <child internal-child="vbox">
50 <object class="GtkBox" id="dialog-vbox1">
51 <property name="can-focus">False</property>
52 <property name="orientation">vertical</property>
53 <property name="spacing">12</property>
54 <child internal-child="action_area">
55 <object class="GtkButtonBox" id="dialog-action_area1">
56 <property name="can-focus">False</property>
57 <property name="layout-style">end</property>
58 <child>
59 <object class="GtkButton" id="ok">
60 <property name="label" translatable="yes" context="stock">_OK</property>
61 <property name="visible">True</property>
62 <property name="can-focus">True</property>
63 <property name="can-default">True</property>
64 <property name="has-default">True</property>
65 <property name="receives-default">True</property>
66 <property name="use-underline">True</property>
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="GtkButton" id="cancel">
76 <property name="label" translatable="yes" context="stock">_Cancel</property>
77 <property name="visible">True</property>
78 <property name="can-focus">True</property>
79 <property name="receives-default">True</property>
80 <property name="use-underline">True</property>
81 </object>
82 <packing>
83 <property name="expand">False</property>
84 <property name="fill">True</property>
85 <property name="position">1</property>
86 </packing>
87 </child>
88 <child>
89 <object class="GtkButton" id="help">
90 <property name="label" translatable="yes" context="stock">_Help</property>
91 <property name="visible">True</property>
92 <property name="can-focus">True</property>
93 <property name="receives-default">True</property>
94 <property name="use-underline">True</property>
95 </object>
96 <packing>
97 <property name="expand">False</property>
98 <property name="fill">True</property>
99 <property name="position">2</property>
100 <property name="secondary">True</property>
101 </packing>
102 </child>
103 </object>
104 <packing>
105 <property name="expand">False</property>
106 <property name="fill">True</property>
107 <property name="pack-type">end</property>
108 <property name="position">0</property>
109 </packing>
110 </child>
111 <child>
112 <object class="GtkFrame" id="storageframe">
113 <property name="visible">True</property>
114 <property name="can-focus">False</property>
115 <property name="hexpand">True</property>
116 <property name="vexpand">True</property>
117 <property name="label-xalign">0</property>
118 <property name="shadow-type">none</property>
119 <child>
120 <!-- n-columns=2 n-rows=8 -->
121 <object class="GtkGrid" id="grid1">
122 <property name="visible">True</property>
123 <property name="can-focus">False</property>
124 <property name="margin-start">12</property>
125 <property name="margin-top">6</property>
126 <property name="hexpand">True</property>
127 <property name="vexpand">True</property>
128 <property name="row-spacing">6</property>
129 <property name="column-spacing">12</property>
130 <child>
131 <object class="GtkCheckButton" id="negative">
132 <property name="label" translatable="yes" context="editdurationdialog|negative">_Negative</property>
133 <property name="visible">True</property>
134 <property name="can-focus">True</property>
135 <property name="receives-default">False</property>
136 <property name="use-underline">True</property>
137 <property name="draw-indicator">True</property>
138 </object>
139 <packing>
140 <property name="left-attach">0</property>
141 <property name="top-attach">0</property>
142 <property name="width">2</property>
143 </packing>
144 </child>
145 <child>
146 <object class="GtkLabel" id="label1">
147 <property name="visible">True</property>
148 <property name="can-focus">False</property>
149 <property name="label" translatable="yes" context="editdurationdialog|label1">_Years:</property>
150 <property name="use-underline">True</property>
151 <property name="mnemonic-widget">years</property>
152 <property name="xalign">1</property>
153 </object>
154 <packing>
155 <property name="left-attach">0</property>
156 <property name="top-attach">1</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkLabel" id="label">
161 <property name="visible">True</property>
162 <property name="can-focus">False</property>
163 <property name="label" translatable="yes" context="editdurationdialog|label">_Months:</property>
164 <property name="use-underline">True</property>
165 <property name="mnemonic-widget">months</property>
166 <property name="xalign">1</property>
167 </object>
168 <packing>
169 <property name="left-attach">0</property>
170 <property name="top-attach">2</property>
171 </packing>
172 </child>
173 <child>
174 <object class="GtkLabel" id="label3">
175 <property name="visible">True</property>
176 <property name="can-focus">False</property>
177 <property name="label" translatable="yes" context="editdurationdialog|label3">_Days:</property>
178 <property name="use-underline">True</property>
179 <property name="mnemonic-widget">days</property>
180 <property name="xalign">1</property>
181 </object>
182 <packing>
183 <property name="left-attach">0</property>
184 <property name="top-attach">3</property>
185 </packing>
186 </child>
187 <child>
188 <object class="GtkLabel" id="label4">
189 <property name="visible">True</property>
190 <property name="can-focus">False</property>
191 <property name="label" translatable="yes" context="editdurationdialog|label4">H_ours:</property>
192 <property name="use-underline">True</property>
193 <property name="mnemonic-widget">hours</property>
194 <property name="xalign">1</property>
195 </object>
196 <packing>
197 <property name="left-attach">0</property>
198 <property name="top-attach">4</property>
199 </packing>
200 </child>
201 <child>
202 <object class="GtkLabel" id="label5">
203 <property name="visible">True</property>
204 <property name="can-focus">False</property>
205 <property name="label" translatable="yes" context="editdurationdialog|label5">Min_utes:</property>
206 <property name="use-underline">True</property>
207 <property name="mnemonic-widget">minutes</property>
208 <property name="xalign">1</property>
209 </object>
210 <packing>
211 <property name="left-attach">0</property>
212 <property name="top-attach">5</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkLabel" id="label6">
217 <property name="visible">True</property>
218 <property name="can-focus">False</property>
219 <property name="label" translatable="yes" context="editdurationdialog|label6">_Seconds:</property>
220 <property name="use-underline">True</property>
221 <property name="mnemonic-widget">seconds</property>
222 <property name="xalign">1</property>
223 </object>
224 <packing>
225 <property name="left-attach">0</property>
226 <property name="top-attach">6</property>
227 </packing>
228 </child>
229 <child>
230 <object class="GtkLabel" id="label7">
231 <property name="visible">True</property>
232 <property name="can-focus">False</property>
233 <property name="label" translatable="yes" context="editdurationdialog|label7">Millise_conds:</property>
234 <property name="use-underline">True</property>
235 <property name="mnemonic-widget">milliseconds</property>
236 <property name="xalign">1</property>
237 </object>
238 <packing>
239 <property name="left-attach">0</property>
240 <property name="top-attach">7</property>
241 </packing>
242 </child>
243 <child>
244 <object class="GtkSpinButton" id="years">
245 <property name="visible">True</property>
246 <property name="can-focus">True</property>
247 <property name="activates-default">True</property>
248 <property name="truncate-multiline">True</property>
249 <property name="adjustment">adjustment1</property>
250 </object>
251 <packing>
252 <property name="left-attach">1</property>
253 <property name="top-attach">1</property>
254 </packing>
255 </child>
256 <child>
257 <object class="GtkSpinButton" id="months">
258 <property name="visible">True</property>
259 <property name="can-focus">True</property>
260 <property name="activates-default">True</property>
261 <property name="truncate-multiline">True</property>
262 <property name="adjustment">adjustment2</property>
263 </object>
264 <packing>
265 <property name="left-attach">1</property>
266 <property name="top-attach">2</property>
267 </packing>
268 </child>
269 <child>
270 <object class="GtkSpinButton" id="days">
271 <property name="visible">True</property>
272 <property name="can-focus">True</property>
273 <property name="activates-default">True</property>
274 <property name="truncate-multiline">True</property>
275 <property name="adjustment">adjustment3</property>
276 </object>
277 <packing>
278 <property name="left-attach">1</property>
279 <property name="top-attach">3</property>
280 </packing>
281 </child>
282 <child>
283 <object class="GtkSpinButton" id="hours">
284 <property name="visible">True</property>
285 <property name="can-focus">True</property>
286 <property name="activates-default">True</property>
287 <property name="truncate-multiline">True</property>
288 <property name="adjustment">adjustment4</property>
289 </object>
290 <packing>
291 <property name="left-attach">1</property>
292 <property name="top-attach">4</property>
293 </packing>
294 </child>
295 <child>
296 <object class="GtkSpinButton" id="minutes">
297 <property name="visible">True</property>
298 <property name="can-focus">True</property>
299 <property name="activates-default">True</property>
300 <property name="truncate-multiline">True</property>
301 <property name="adjustment">adjustment5</property>
302 </object>
303 <packing>
304 <property name="left-attach">1</property>
305 <property name="top-attach">5</property>
306 </packing>
307 </child>
308 <child>
309 <object class="GtkSpinButton" id="seconds">
310 <property name="visible">True</property>
311 <property name="can-focus">True</property>
312 <property name="activates-default">True</property>
313 <property name="truncate-multiline">True</property>
314 <property name="adjustment">adjustment6</property>
315 </object>
316 <packing>
317 <property name="left-attach">1</property>
318 <property name="top-attach">6</property>
319 </packing>
320 </child>
321 <child>
322 <object class="GtkSpinButton" id="milliseconds">
323 <property name="visible">True</property>
324 <property name="can-focus">True</property>
325 <property name="activates-default">True</property>
326 <property name="truncate-multiline">True</property>
327 <property name="adjustment">adjustment7</property>
328 </object>
329 <packing>
330 <property name="left-attach">1</property>
331 <property name="top-attach">7</property>
332 </packing>
333 </child>
334 </object>
335 </child>
336 <child type="label">
337 <object class="GtkLabel" id="label2">
338 <property name="visible">True</property>
339 <property name="can-focus">False</property>
340 <property name="label" translatable="yes" context="editdurationdialog|label2">Duration</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 </child>
355 <action-widgets>
356 <action-widget response="-5">ok</action-widget>
357 <action-widget response="-6">cancel</action-widget>
358 <action-widget response="-11">help</action-widget>
359 </action-widgets>
360 </object>
361 </interface>