tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / svx / uiconfig / ui / adddataitemdialog.ui
blob1d1fe45ceb3d9b2b934056975e275c04b61a246d
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="svx">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="AddDataItemDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="modal">True</property>
9 <property name="default_width">0</property>
10 <property name="default_height">0</property>
11 <property name="type_hint">dialog</property>
12 <child internal-child="vbox">
13 <object class="GtkBox" id="dialog-vbox1">
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">12</property>
17 <child internal-child="action_area">
18 <object class="GtkButtonBox" id="dialog-action_area1">
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="ok">
23 <property name="label" translatable="yes" context="stock">_OK</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">True</property>
27 <property name="has_default">True</property>
28 <property name="receives_default">True</property>
29 <property name="use-underline">True</property>
30 </object>
31 <packing>
32 <property name="expand">False</property>
33 <property name="fill">True</property>
34 <property name="position">0</property>
35 </packing>
36 </child>
37 <child>
38 <object class="GtkButton" id="cancel">
39 <property name="label" translatable="yes" context="stock">_Cancel</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="receives_default">True</property>
43 <property name="use-underline">True</property>
44 </object>
45 <packing>
46 <property name="expand">False</property>
47 <property name="fill">True</property>
48 <property name="position">1</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="help">
53 <property name="label" translatable="yes" context="stock">_Help</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">True</property>
57 <property name="use-underline">True</property>
58 </object>
59 <packing>
60 <property name="expand">False</property>
61 <property name="fill">True</property>
62 <property name="position">2</property>
63 <property name="secondary">True</property>
64 </packing>
65 </child>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">True</property>
70 <property name="pack_type">end</property>
71 <property name="position">2</property>
72 </packing>
73 </child>
74 <child>
75 <object class="GtkFrame" id="itemframe">
76 <property name="visible">True</property>
77 <property name="can_focus">False</property>
78 <property name="label_xalign">0</property>
79 <property name="shadow_type">none</property>
80 <child>
81 <!-- n-columns=1 n-rows=1 -->
82 <object class="GtkGrid" id="grid3">
83 <property name="visible">True</property>
84 <property name="can_focus">False</property>
85 <property name="hexpand">True</property>
86 <property name="row_spacing">6</property>
87 <property name="column_spacing">12</property>
88 <property name="margin-start">12</property>
89 <property name="margin-top">6</property>
90 <child>
91 <object class="GtkEntry" id="name">
92 <property name="visible">True</property>
93 <property name="can_focus">True</property>
94 <property name="valign">center</property>
95 <property name="activates_default">True</property>
96 <property name="width_chars">46</property>
97 <property name="truncate-multiline">True</property>
98 <child internal-child="accessible">
99 <object class="AtkObject" id="name-atkobject">
100 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|name">Enter the name of the item.</property>
101 </object>
102 </child>
103 </object>
104 <packing>
105 <property name="left_attach">1</property>
106 <property name="top_attach">0</property>
107 <property name="width">2</property>
108 </packing>
109 </child>
110 <child>
111 <object class="GtkLabel" id="nameft">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="label" translatable="yes" context="adddataitemdialog|nameft">_Name:</property>
115 <property name="use_underline">True</property>
116 <property name="mnemonic_widget">name</property>
117 <property name="xalign">0</property>
118 </object>
119 <packing>
120 <property name="left_attach">0</property>
121 <property name="top_attach">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkLabel" id="valueft">
126 <property name="visible">True</property>
127 <property name="can_focus">False</property>
128 <property name="label" translatable="yes" context="adddataitemdialog|valueft">_Default value:</property>
129 <property name="use_underline">True</property>
130 <property name="mnemonic_widget">value</property>
131 <property name="xalign">0</property>
132 </object>
133 <packing>
134 <property name="left_attach">0</property>
135 <property name="top_attach">1</property>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkButton" id="browse">
140 <property name="label" translatable="yes" context="adddataitemdialog|browse">_Add...</property>
141 <property name="visible">True</property>
142 <property name="can_focus">True</property>
143 <property name="receives_default">True</property>
144 <property name="valign">center</property>
145 <property name="use_underline">True</property>
146 </object>
147 <packing>
148 <property name="left_attach">2</property>
149 <property name="top_attach">1</property>
150 </packing>
151 </child>
152 <child>
153 <object class="GtkEntry" id="value">
154 <property name="visible">True</property>
155 <property name="can_focus">True</property>
156 <property name="valign">center</property>
157 <property name="activates_default">True</property>
158 <property name="width_chars">46</property>
159 <property name="truncate-multiline">True</property>
160 <child internal-child="accessible">
161 <object class="AtkObject" id="value-atkobject">
162 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|value">Enter a default value for the selected item.</property>
163 </object>
164 </child>
165 </object>
166 <packing>
167 <property name="left_attach">1</property>
168 <property name="top_attach">1</property>
169 </packing>
170 </child>
171 </object>
172 </child>
173 <child type="label">
174 <object class="GtkLabel" id="label1">
175 <property name="visible">True</property>
176 <property name="can_focus">False</property>
177 <property name="label" translatable="yes" context="adddataitemdialog|label1">Item</property>
178 <attributes>
179 <attribute name="weight" value="bold"/>
180 </attributes>
181 </object>
182 </child>
183 </object>
184 <packing>
185 <property name="expand">False</property>
186 <property name="fill">True</property>
187 <property name="position">0</property>
188 </packing>
189 </child>
190 <child>
191 <object class="GtkFrame" id="settingsframe">
192 <property name="visible">True</property>
193 <property name="can_focus">False</property>
194 <property name="label_xalign">0</property>
195 <property name="shadow_type">none</property>
196 <child>
197 <!-- n-columns=1 n-rows=1 -->
198 <object class="GtkGrid" id="grid1">
199 <property name="visible">True</property>
200 <property name="can_focus">False</property>
201 <property name="hexpand">True</property>
202 <property name="row_spacing">6</property>
203 <property name="column_spacing">12</property>
204 <property name="margin-start">12</property>
205 <property name="margin-top">6</property>
206 <child>
207 <object class="GtkLabel" id="datatypeft">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="label" translatable="yes" context="adddataitemdialog|datatypeft">_Data type:</property>
211 <property name="use_underline">True</property>
212 <property name="mnemonic_widget">datatype</property>
213 <property name="xalign">0</property>
214 </object>
215 <packing>
216 <property name="left_attach">0</property>
217 <property name="top_attach">0</property>
218 </packing>
219 </child>
220 <child>
221 <object class="GtkComboBoxText" id="datatype">
222 <property name="visible">True</property>
223 <property name="can_focus">False</property>
224 <property name="halign">start</property>
225 <property name="valign">center</property>
226 <child internal-child="accessible">
227 <object class="AtkObject" id="datatype-atkobject">
228 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|datatype">Select the data type for the selected item.</property>
229 </object>
230 </child>
231 </object>
232 <packing>
233 <property name="left_attach">1</property>
234 <property name="top_attach">0</property>
235 </packing>
236 </child>
237 <child>
238 <object class="GtkCheckButton" id="required">
239 <property name="label" translatable="yes" context="adddataitemdialog|required">_Required</property>
240 <property name="visible">True</property>
241 <property name="can_focus">True</property>
242 <property name="receives_default">False</property>
243 <property name="use_underline">True</property>
244 <property name="draw_indicator">True</property>
245 <child internal-child="accessible">
246 <object class="AtkObject" id="required-atkobject">
247 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|required">Specifies if the item must be included on the XForm.</property>
248 </object>
249 </child>
250 </object>
251 <packing>
252 <property name="left_attach">0</property>
253 <property name="top_attach">1</property>
254 </packing>
255 </child>
256 <child>
257 <object class="GtkButton" id="requiredcond">
258 <property name="label" translatable="yes" context="adddataitemdialog|requiredcond">Condition</property>
259 <property name="visible">True</property>
260 <property name="can_focus">True</property>
261 <property name="receives_default">True</property>
262 <property name="halign">start</property>
263 <property name="use_underline">True</property>
264 <child internal-child="accessible">
265 <object class="AtkObject" id="requiredcond-atkobject">
266 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|requiredcond">The Condition button opens the Add Condition dialog where you can enter used namespaces and full XPath expressions.</property>
267 </object>
268 </child>
269 </object>
270 <packing>
271 <property name="left_attach">1</property>
272 <property name="top_attach">1</property>
273 </packing>
274 </child>
275 <child>
276 <object class="GtkCheckButton" id="relevant">
277 <property name="label" translatable="yes" context="adddataitemdialog|relevant">R_elevant</property>
278 <property name="visible">True</property>
279 <property name="can_focus">True</property>
280 <property name="receives_default">False</property>
281 <property name="use_underline">True</property>
282 <property name="draw_indicator">True</property>
283 <child internal-child="accessible">
284 <object class="AtkObject" id="relevant-atkobject">
285 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|relevant">Declares the item as relevant.</property>
286 </object>
287 </child>
288 </object>
289 <packing>
290 <property name="left_attach">0</property>
291 <property name="top_attach">2</property>
292 </packing>
293 </child>
294 <child>
295 <object class="GtkButton" id="relevantcond">
296 <property name="label" translatable="yes" context="adddataitemdialog|relevantcond">Condition</property>
297 <property name="visible">True</property>
298 <property name="can_focus">True</property>
299 <property name="receives_default">True</property>
300 <property name="halign">start</property>
301 <property name="use_underline">True</property>
302 <child internal-child="accessible">
303 <object class="AtkObject" id="relevantcond-atkobject">
304 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|relevantcond">Declares the item as a constraint.</property>
305 </object>
306 </child>
307 </object>
308 <packing>
309 <property name="left_attach">1</property>
310 <property name="top_attach">2</property>
311 </packing>
312 </child>
313 <child>
314 <object class="GtkCheckButton" id="constraint">
315 <property name="label" translatable="yes" context="adddataitemdialog|constraint">_Constraint</property>
316 <property name="visible">True</property>
317 <property name="can_focus">True</property>
318 <property name="receives_default">False</property>
319 <property name="use_underline">True</property>
320 <property name="draw_indicator">True</property>
321 <child internal-child="accessible">
322 <object class="AtkObject" id="constraint-atkobject">
323 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|constraint">Declares the item as a constraint.</property>
324 </object>
325 </child>
326 </object>
327 <packing>
328 <property name="left_attach">0</property>
329 <property name="top_attach">3</property>
330 </packing>
331 </child>
332 <child>
333 <object class="GtkCheckButton" id="readonly">
334 <property name="label" translatable="yes" context="adddataitemdialog|readonly">Read-_only</property>
335 <property name="visible">True</property>
336 <property name="can_focus">True</property>
337 <property name="receives_default">False</property>
338 <property name="use_underline">True</property>
339 <property name="draw_indicator">True</property>
340 <child internal-child="accessible">
341 <object class="AtkObject" id="readonly-atkobject">
342 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|readonly">Declares the item as read-only.</property>
343 </object>
344 </child>
345 </object>
346 <packing>
347 <property name="left_attach">0</property>
348 <property name="top_attach">4</property>
349 </packing>
350 </child>
351 <child>
352 <object class="GtkCheckButton" id="calculate">
353 <property name="label" translatable="yes" context="adddataitemdialog|calculate">Calc_ulate</property>
354 <property name="visible">True</property>
355 <property name="can_focus">True</property>
356 <property name="receives_default">False</property>
357 <property name="use_underline">True</property>
358 <property name="draw_indicator">True</property>
359 <child internal-child="accessible">
360 <object class="AtkObject" id="calculate-atkobject">
361 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|calculate">Declares that the item is calculated.</property>
362 </object>
363 </child>
364 </object>
365 <packing>
366 <property name="left_attach">0</property>
367 <property name="top_attach">5</property>
368 </packing>
369 </child>
370 <child>
371 <object class="GtkButton" id="constraintcond">
372 <property name="label" translatable="yes" context="adddataitemdialog|constraintcond">Condition</property>
373 <property name="visible">True</property>
374 <property name="can_focus">True</property>
375 <property name="receives_default">True</property>
376 <property name="halign">start</property>
377 <property name="use_underline">True</property>
378 <child internal-child="accessible">
379 <object class="AtkObject" id="constraintcond-atkobject">
380 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|constraintcond">The Condition button opens the Add Condition dialog where you can specify the constraint condition.</property>
381 </object>
382 </child>
383 </object>
384 <packing>
385 <property name="left_attach">1</property>
386 <property name="top_attach">3</property>
387 </packing>
388 </child>
389 <child>
390 <object class="GtkButton" id="readonlycond">
391 <property name="label" translatable="yes" context="adddataitemdialog|readonlycond">Condition</property>
392 <property name="visible">True</property>
393 <property name="can_focus">True</property>
394 <property name="receives_default">True</property>
395 <property name="halign">start</property>
396 <property name="use_underline">True</property>
397 <child internal-child="accessible">
398 <object class="AtkObject" id="readonlycond-atkobject">
399 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|readonlycond">Declares that the item is calculated.</property>
400 </object>
401 </child>
402 </object>
403 <packing>
404 <property name="left_attach">1</property>
405 <property name="top_attach">4</property>
406 </packing>
407 </child>
408 <child>
409 <object class="GtkButton" id="calculatecond">
410 <property name="label" translatable="yes" context="adddataitemdialog|calculatecond">Condition</property>
411 <property name="visible">True</property>
412 <property name="can_focus">True</property>
413 <property name="receives_default">True</property>
414 <property name="halign">start</property>
415 <property name="use_underline">True</property>
416 <child internal-child="accessible">
417 <object class="AtkObject" id="calculatecond-atkobject">
418 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|calculatecond">The Condition button opens the Add Condition dialog where you can enter the calculation.</property>
419 </object>
420 </child>
421 </object>
422 <packing>
423 <property name="left_attach">1</property>
424 <property name="top_attach">5</property>
425 </packing>
426 </child>
427 </object>
428 </child>
429 <child type="label">
430 <object class="GtkLabel" id="label4">
431 <property name="visible">True</property>
432 <property name="can_focus">False</property>
433 <property name="label" translatable="yes" context="adddataitemdialog|label4">Settings</property>
434 <attributes>
435 <attribute name="weight" value="bold"/>
436 </attributes>
437 </object>
438 </child>
439 </object>
440 <packing>
441 <property name="expand">False</property>
442 <property name="fill">True</property>
443 <property name="position">1</property>
444 </packing>
445 </child>
446 </object>
447 </child>
448 <action-widgets>
449 <action-widget response="-5">ok</action-widget>
450 <action-widget response="-6">cancel</action-widget>
451 <action-widget response="-11">help</action-widget>
452 </action-widgets>
453 <child type="titlebar">
454 <placeholder/>
455 </child>
456 <child internal-child="accessible">
457 <object class="AtkObject" id="AddDataItemDialog-atkobject">
458 <property name="AtkObject::accessible-description" translatable="yes" context="adddataitemdialog|extended_tip|AddDataItemDialog">Adds a new item or edits the selected item in the XForms Data Navigator.</property>
459 </object>
460 </child>
461 </object>
462 </interface>