Gtk-WARNING gtktreestore.c:1047: Invalid column number 1 added to iter
[LibreOffice.git] / chart2 / uiconfig / ui / inserttitledlg.ui
blob1d6664fa095119dce16f96f70b2da22332f1194e
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="GtkDialog" id="InsertTitleDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="inserttitledlg|InsertTitleDialog">Titles</property>
9 <property name="modal">True</property>
10 <property name="default_width">0</property>
11 <property name="default_height">0</property>
12 <property name="type_hint">dialog</property>
13 <child internal-child="vbox">
14 <object class="GtkBox" id="dialog-vbox1">
15 <property name="can_focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child internal-child="action_area">
19 <object class="GtkButtonBox" id="dialog-action_area1">
20 <property name="can_focus">False</property>
21 <property name="layout_style">end</property>
22 <child>
23 <object class="GtkButton" id="ok">
24 <property name="label" translatable="yes" context="stock">_OK</property>
25 <property name="visible">True</property>
26 <property name="can_focus">True</property>
27 <property name="can_default">True</property>
28 <property name="has_default">True</property>
29 <property name="receives_default">True</property>
30 <property name="use-underline">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="cancel">
40 <property name="label" translatable="yes" context="stock">_Cancel</property>
41 <property name="visible">True</property>
42 <property name="can_focus">True</property>
43 <property name="receives_default">True</property>
44 <property name="use-underline">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">1</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="help">
54 <property name="label" translatable="yes" context="stock">_Help</property>
55 <property name="visible">True</property>
56 <property name="can_focus">True</property>
57 <property name="receives_default">True</property>
58 <property name="use-underline">True</property>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="position">2</property>
64 <property name="secondary">True</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack_type">end</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkBox" id="box1">
77 <property name="visible">True</property>
78 <property name="can_focus">False</property>
79 <property name="orientation">vertical</property>
80 <property name="spacing">12</property>
81 <child>
82 <!-- n-columns=1 n-rows=1 -->
83 <object class="GtkGrid" id="grid1">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="row_spacing">6</property>
87 <property name="column_spacing">12</property>
88 <child>
89 <object class="GtkLabel" id="labelMainTitle">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="label" translatable="yes" context="inserttitledlg|labelMainTitle">_Title</property>
93 <property name="use_underline">True</property>
94 <property name="mnemonic_widget">maintitle</property>
95 <property name="xalign">0</property>
96 </object>
97 <packing>
98 <property name="left_attach">0</property>
99 <property name="top_attach">0</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkLabel" id="labelSubTitle">
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="label" translatable="yes" context="inserttitledlg|labelSubTitle">_Subtitle</property>
107 <property name="use_underline">True</property>
108 <property name="mnemonic_widget">subtitle</property>
109 <property name="xalign">0</property>
110 </object>
111 <packing>
112 <property name="left_attach">0</property>
113 <property name="top_attach">1</property>
114 </packing>
115 </child>
116 <child>
117 <object class="GtkEntry" id="maintitle">
118 <property name="visible">True</property>
119 <property name="can_focus">True</property>
120 <property name="hexpand">True</property>
121 <property name="activates_default">True</property>
122 <property name="truncate-multiline">True</property>
123 <child internal-child="accessible">
124 <object class="AtkObject" id="maintitle-atkobject">
125 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|maintitle">Enter the desired title for the chart.</property>
126 </object>
127 </child>
128 </object>
129 <packing>
130 <property name="left_attach">1</property>
131 <property name="top_attach">0</property>
132 </packing>
133 </child>
134 <child>
135 <object class="GtkEntry" id="subtitle">
136 <property name="visible">True</property>
137 <property name="can_focus">True</property>
138 <property name="hexpand">True</property>
139 <property name="activates_default">True</property>
140 <property name="truncate-multiline">True</property>
141 <child internal-child="accessible">
142 <object class="AtkObject" id="subtitle-atkobject">
143 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|subtitle">Enter the desired subtitle for the chart.</property>
144 </object>
145 </child>
146 </object>
147 <packing>
148 <property name="left_attach">1</property>
149 <property name="top_attach">1</property>
150 </packing>
151 </child>
152 </object>
153 <packing>
154 <property name="expand">False</property>
155 <property name="fill">True</property>
156 <property name="position">0</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkFrame" id="frameAxes">
161 <property name="visible">True</property>
162 <property name="can_focus">False</property>
163 <property name="label_xalign">0</property>
164 <property name="shadow_type">none</property>
165 <child>
166 <!-- n-columns=1 n-rows=1 -->
167 <object class="GtkGrid" id="grid2">
168 <property name="visible">True</property>
169 <property name="can_focus">False</property>
170 <property name="row_spacing">6</property>
171 <property name="column_spacing">12</property>
172 <property name="margin-start">12</property>
173 <property name="margin-top">6</property>
174 <child>
175 <object class="GtkLabel" id="labelPrimaryXaxis">
176 <property name="visible">True</property>
177 <property name="can_focus">False</property>
178 <property name="label" translatable="yes" context="inserttitledlg|labelPrimaryXaxis">_X axis</property>
179 <property name="use_underline">True</property>
180 <property name="mnemonic_widget">primaryXaxis</property>
181 <property name="xalign">0</property>
182 </object>
183 <packing>
184 <property name="left_attach">0</property>
185 <property name="top_attach">0</property>
186 </packing>
187 </child>
188 <child>
189 <object class="GtkLabel" id="labelPrimaryYaxis">
190 <property name="visible">True</property>
191 <property name="can_focus">False</property>
192 <property name="label" translatable="yes" context="inserttitledlg|labelPrimaryYaxis">_Y axis</property>
193 <property name="use_underline">True</property>
194 <property name="mnemonic_widget">primaryYaxis</property>
195 <property name="xalign">0</property>
196 </object>
197 <packing>
198 <property name="left_attach">0</property>
199 <property name="top_attach">1</property>
200 </packing>
201 </child>
202 <child>
203 <object class="GtkLabel" id="labelPrimaryZaxis">
204 <property name="visible">True</property>
205 <property name="can_focus">False</property>
206 <property name="label" translatable="yes" context="inserttitledlg|labelPrimaryZaxis">_Z axis</property>
207 <property name="use_underline">True</property>
208 <property name="mnemonic_widget">primaryZaxis</property>
209 <property name="xalign">0</property>
210 </object>
211 <packing>
212 <property name="left_attach">0</property>
213 <property name="top_attach">2</property>
214 </packing>
215 </child>
216 <child>
217 <object class="GtkEntry" id="primaryXaxis">
218 <property name="visible">True</property>
219 <property name="can_focus">True</property>
220 <property name="hexpand">True</property>
221 <property name="activates_default">True</property>
222 <property name="truncate-multiline">True</property>
223 <child internal-child="accessible">
224 <object class="AtkObject" id="primaryXaxis-atkobject">
225 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryXaxis">Enter the desired title for the X axis of the chart.</property>
226 </object>
227 </child>
228 </object>
229 <packing>
230 <property name="left_attach">1</property>
231 <property name="top_attach">0</property>
232 </packing>
233 </child>
234 <child>
235 <object class="GtkEntry" id="primaryYaxis">
236 <property name="visible">True</property>
237 <property name="can_focus">True</property>
238 <property name="hexpand">True</property>
239 <property name="activates_default">True</property>
240 <property name="truncate-multiline">True</property>
241 <child internal-child="accessible">
242 <object class="AtkObject" id="primaryYaxis-atkobject">
243 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryYaxis">Enter the desired title for the Y axis of the chart.</property>
244 </object>
245 </child>
246 </object>
247 <packing>
248 <property name="left_attach">1</property>
249 <property name="top_attach">1</property>
250 </packing>
251 </child>
252 <child>
253 <object class="GtkEntry" id="primaryZaxis">
254 <property name="visible">True</property>
255 <property name="can_focus">True</property>
256 <property name="hexpand">True</property>
257 <property name="activates_default">True</property>
258 <property name="truncate-multiline">True</property>
259 <child internal-child="accessible">
260 <object class="AtkObject" id="primaryZaxis-atkobject">
261 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|primaryZaxis">Enter the desired title for the Z axis of the chart.</property>
262 </object>
263 </child>
264 </object>
265 <packing>
266 <property name="left_attach">1</property>
267 <property name="top_attach">2</property>
268 </packing>
269 </child>
270 </object>
271 </child>
272 <child type="label">
273 <object class="GtkLabel" id="Axe">
274 <property name="visible">True</property>
275 <property name="can_focus">False</property>
276 <property name="label" translatable="yes" context="inserttitledlg|Axe">Axes</property>
277 <attributes>
278 <attribute name="weight" value="bold"/>
279 </attributes>
280 </object>
281 </child>
282 </object>
283 <packing>
284 <property name="expand">False</property>
285 <property name="fill">True</property>
286 <property name="position">1</property>
287 </packing>
288 </child>
289 <child>
290 <object class="GtkFrame" id="frameSecondaryAxes">
291 <property name="visible">True</property>
292 <property name="can_focus">False</property>
293 <property name="label_xalign">0</property>
294 <property name="shadow_type">none</property>
295 <child>
296 <!-- n-columns=1 n-rows=1 -->
297 <object class="GtkGrid" id="grid3">
298 <property name="visible">True</property>
299 <property name="can_focus">False</property>
300 <property name="row_spacing">6</property>
301 <property name="column_spacing">12</property>
302 <property name="margin-start">12</property>
303 <property name="margin-top">6</property>
304 <child>
305 <object class="GtkLabel" id="labelSecondaryXAxis">
306 <property name="visible">True</property>
307 <property name="can_focus">False</property>
308 <property name="label" translatable="yes" context="inserttitledlg|labelSecondaryXAxis">X _axis</property>
309 <property name="use_underline">True</property>
310 <property name="mnemonic_widget">secondaryXaxis</property>
311 <property name="xalign">0</property>
312 </object>
313 <packing>
314 <property name="left_attach">0</property>
315 <property name="top_attach">0</property>
316 </packing>
317 </child>
318 <child>
319 <object class="GtkLabel" id="labelSecondaryYAxis">
320 <property name="visible">True</property>
321 <property name="can_focus">False</property>
322 <property name="label" translatable="yes" context="inserttitledlg|labelSecondaryYAxis">Y ax_is</property>
323 <property name="use_underline">True</property>
324 <property name="mnemonic_widget">secondaryYaxis</property>
325 <property name="xalign">0</property>
326 </object>
327 <packing>
328 <property name="left_attach">0</property>
329 <property name="top_attach">1</property>
330 </packing>
331 </child>
332 <child>
333 <object class="GtkEntry" id="secondaryXaxis">
334 <property name="visible">True</property>
335 <property name="can_focus">True</property>
336 <property name="hexpand">True</property>
337 <property name="activates_default">True</property>
338 <property name="truncate-multiline">True</property>
339 <child internal-child="accessible">
340 <object class="AtkObject" id="secondaryXaxis-atkobject">
341 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|secondaryXaxis">Enter the desired secondary title for the X axis of the chart.</property>
342 </object>
343 </child>
344 </object>
345 <packing>
346 <property name="left_attach">1</property>
347 <property name="top_attach">0</property>
348 </packing>
349 </child>
350 <child>
351 <object class="GtkEntry" id="secondaryYaxis">
352 <property name="visible">True</property>
353 <property name="can_focus">True</property>
354 <property name="hexpand">True</property>
355 <property name="activates_default">True</property>
356 <property name="truncate-multiline">True</property>
357 <child internal-child="accessible">
358 <object class="AtkObject" id="secondaryYaxis-atkobject">
359 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|secondaryYaxis">Enter the desired secondary title for the Y axis of the chart.</property>
360 </object>
361 </child>
362 </object>
363 <packing>
364 <property name="left_attach">1</property>
365 <property name="top_attach">1</property>
366 </packing>
367 </child>
368 </object>
369 </child>
370 <child type="label">
371 <object class="GtkLabel" id="label2">
372 <property name="visible">True</property>
373 <property name="can_focus">False</property>
374 <property name="label" translatable="yes" context="inserttitledlg|label2">Secondary Axes</property>
375 <attributes>
376 <attribute name="weight" value="bold"/>
377 </attributes>
378 </object>
379 </child>
380 </object>
381 <packing>
382 <property name="expand">False</property>
383 <property name="fill">True</property>
384 <property name="position">2</property>
385 </packing>
386 </child>
387 </object>
388 <packing>
389 <property name="expand">False</property>
390 <property name="fill">True</property>
391 <property name="position">1</property>
392 </packing>
393 </child>
394 </object>
395 </child>
396 <action-widgets>
397 <action-widget response="-5">ok</action-widget>
398 <action-widget response="-6">cancel</action-widget>
399 <action-widget response="-11">help</action-widget>
400 </action-widgets>
401 <child type="titlebar">
402 <placeholder/>
403 </child>
404 <child internal-child="accessible">
405 <object class="AtkObject" id="InsertTitleDialog-atkobject">
406 <property name="AtkObject::accessible-description" translatable="yes" context="inserttitledlg|extended_tip|InsertTitleDialog">Opens a dialog to enter or modify the titles in a chart.</property>
407 </object>
408 </child>
409 </object>
410 </interface>