Update git submodules
[LibreOffice.git] / sc / uiconfig / scalc / ui / groupbynumber.ui
bloba1653a552572fabe5e341d4ff2eeab25542baab6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="PivotTableGroupByNumber">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="groupbynumber|PivotTableGroupByNumber">Grouping</property>
9 <property name="resizable">False</property>
10 <property name="modal">True</property>
11 <property name="default_width">0</property>
12 <property name="default_height">0</property>
13 <property name="type_hint">dialog</property>
14 <child>
15 <placeholder/>
16 </child>
17 <child internal-child="vbox">
18 <object class="GtkBox" id="dialog-vbox1">
19 <property name="can_focus">False</property>
20 <property name="orientation">vertical</property>
21 <property name="spacing">12</property>
22 <child internal-child="action_area">
23 <object class="GtkButtonBox" id="dialog-action_area1">
24 <property name="can_focus">False</property>
25 <property name="layout_style">end</property>
26 <child>
27 <object class="GtkButton" id="ok">
28 <property name="label" translatable="yes" context="stock">_OK</property>
29 <property name="visible">True</property>
30 <property name="can_focus">True</property>
31 <property name="can_default">True</property>
32 <property name="has_default">True</property>
33 <property name="receives_default">True</property>
34 <property name="use-underline">True</property>
35 </object>
36 <packing>
37 <property name="expand">False</property>
38 <property name="fill">True</property>
39 <property name="position">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkButton" id="cancel">
44 <property name="label" translatable="yes" context="stock">_Cancel</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="can_default">True</property>
48 <property name="receives_default">True</property>
49 <property name="use-underline">True</property>
50 </object>
51 <packing>
52 <property name="expand">False</property>
53 <property name="fill">True</property>
54 <property name="position">1</property>
55 </packing>
56 </child>
57 <child>
58 <object class="GtkButton" id="help">
59 <property name="label" translatable="yes" context="stock">_Help</property>
60 <property name="visible">True</property>
61 <property name="can_focus">True</property>
62 <property name="receives_default">True</property>
63 <property name="use-underline">True</property>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">True</property>
68 <property name="position">2</property>
69 <property name="secondary">True</property>
70 </packing>
71 </child>
72 </object>
73 <packing>
74 <property name="expand">False</property>
75 <property name="fill">True</property>
76 <property name="pack_type">end</property>
77 <property name="position">0</property>
78 </packing>
79 </child>
80 <child>
81 <object class="GtkBox" id="box1">
82 <property name="visible">True</property>
83 <property name="can_focus">False</property>
84 <property name="orientation">vertical</property>
85 <child>
86 <object class="GtkFrame" id="frame1">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="label_xalign">0</property>
90 <property name="shadow_type">none</property>
91 <child>
92 <!-- n-columns=1 n-rows=1 -->
93 <object class="GtkGrid" id="grid1">
94 <property name="visible">True</property>
95 <property name="can_focus">False</property>
96 <property name="hexpand">True</property>
97 <property name="vexpand">True</property>
98 <property name="row_spacing">6</property>
99 <property name="column_spacing">12</property>
100 <property name="margin-start">12</property>
101 <property name="margin-top">6</property>
102 <child>
103 <object class="GtkRadioButton" id="auto_start">
104 <property name="label" translatable="yes" context="groupbynumber|auto_start">_Automatically</property>
105 <property name="visible">True</property>
106 <property name="can_focus">True</property>
107 <property name="receives_default">False</property>
108 <property name="use_underline">True</property>
109 <property name="active">True</property>
110 <property name="draw_indicator">True</property>
111 </object>
112 <packing>
113 <property name="left_attach">0</property>
114 <property name="top_attach">0</property>
115 </packing>
116 </child>
117 <child>
118 <object class="GtkRadioButton" id="manual_start">
119 <property name="label" translatable="yes" context="groupbynumber|manual_start">_Manually at:</property>
120 <property name="visible">True</property>
121 <property name="can_focus">True</property>
122 <property name="receives_default">False</property>
123 <property name="use_underline">True</property>
124 <property name="draw_indicator">True</property>
125 <property name="group">auto_start</property>
126 <accessibility>
127 <relation type="label-for" target="edit_start"/>
128 </accessibility>
129 </object>
130 <packing>
131 <property name="left_attach">0</property>
132 <property name="top_attach">1</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkEntry" id="edit_start">
137 <property name="visible">True</property>
138 <property name="can_focus">True</property>
139 <property name="hexpand">True</property>
140 <property name="activates_default">True</property>
141 <property name="truncate-multiline">True</property>
142 <accessibility>
143 <relation type="labelled-by" target="manual_start"/>
144 </accessibility>
145 </object>
146 <packing>
147 <property name="left_attach">1</property>
148 <property name="top_attach">1</property>
149 </packing>
150 </child>
151 <child>
152 <placeholder/>
153 </child>
154 </object>
155 </child>
156 <child type="label">
157 <object class="GtkLabel" id="label1">
158 <property name="visible">True</property>
159 <property name="can_focus">False</property>
160 <property name="label" translatable="yes" context="groupbynumber|label1">Start</property>
161 <attributes>
162 <attribute name="weight" value="bold"/>
163 </attributes>
164 </object>
165 </child>
166 </object>
167 <packing>
168 <property name="expand">False</property>
169 <property name="fill">True</property>
170 <property name="position">0</property>
171 </packing>
172 </child>
173 <child>
174 <object class="GtkFrame" id="frame2">
175 <property name="visible">True</property>
176 <property name="can_focus">False</property>
177 <property name="label_xalign">0</property>
178 <property name="shadow_type">none</property>
179 <child>
180 <!-- n-columns=1 n-rows=1 -->
181 <object class="GtkGrid" id="grid2">
182 <property name="visible">True</property>
183 <property name="can_focus">False</property>
184 <property name="hexpand">True</property>
185 <property name="vexpand">True</property>
186 <property name="row_spacing">6</property>
187 <property name="column_spacing">12</property>
188 <property name="margin-start">12</property>
189 <property name="margin-top">6</property>
190 <child>
191 <object class="GtkRadioButton" id="auto_end">
192 <property name="label" translatable="yes" context="groupbynumber|auto_end">A_utomatically</property>
193 <property name="visible">True</property>
194 <property name="can_focus">True</property>
195 <property name="receives_default">False</property>
196 <property name="use_underline">True</property>
197 <property name="active">True</property>
198 <property name="draw_indicator">True</property>
199 </object>
200 <packing>
201 <property name="left_attach">0</property>
202 <property name="top_attach">0</property>
203 </packing>
204 </child>
205 <child>
206 <object class="GtkRadioButton" id="manual_end">
207 <property name="label" translatable="yes" context="groupbynumber|manual_end">Ma_nually at:</property>
208 <property name="visible">True</property>
209 <property name="can_focus">True</property>
210 <property name="receives_default">False</property>
211 <property name="use_underline">True</property>
212 <property name="draw_indicator">True</property>
213 <property name="group">auto_end</property>
214 <accessibility>
215 <relation type="label-for" target="edit_end"/>
216 </accessibility>
217 </object>
218 <packing>
219 <property name="left_attach">0</property>
220 <property name="top_attach">1</property>
221 </packing>
222 </child>
223 <child>
224 <object class="GtkEntry" id="edit_end">
225 <property name="visible">True</property>
226 <property name="can_focus">True</property>
227 <property name="hexpand">True</property>
228 <property name="truncate-multiline">True</property>
229 <accessibility>
230 <relation type="labelled-by" target="manual_end"/>
231 </accessibility>
232 </object>
233 <packing>
234 <property name="left_attach">1</property>
235 <property name="top_attach">1</property>
236 </packing>
237 </child>
238 <child>
239 <placeholder/>
240 </child>
241 </object>
242 </child>
243 <child type="label">
244 <object class="GtkLabel" id="label2">
245 <property name="visible">True</property>
246 <property name="can_focus">False</property>
247 <property name="label" translatable="yes" context="groupbynumber|label2">End</property>
248 <attributes>
249 <attribute name="weight" value="bold"/>
250 </attributes>
251 </object>
252 </child>
253 </object>
254 <packing>
255 <property name="expand">False</property>
256 <property name="fill">True</property>
257 <property name="position">1</property>
258 </packing>
259 </child>
260 <child>
261 <object class="GtkFrame" id="frame3">
262 <property name="visible">True</property>
263 <property name="can_focus">False</property>
264 <property name="label_xalign">0</property>
265 <property name="shadow_type">none</property>
266 <child>
267 <object class="GtkEntry" id="edit_by">
268 <property name="visible">True</property>
269 <property name="can_focus">True</property>
270 <property name="activates_default">True</property>
271 <property name="margin-start">12</property>
272 <property name="truncate-multiline">True</property>
273 <property name="margin-top">6</property>
274 </object>
275 </child>
276 <child type="label">
277 <object class="GtkLabel" id="label3">
278 <property name="visible">True</property>
279 <property name="can_focus">False</property>
280 <property name="label" translatable="yes" context="groupbynumber|label3">Group by</property>
281 <attributes>
282 <attribute name="weight" value="bold"/>
283 </attributes>
284 </object>
285 </child>
286 </object>
287 <packing>
288 <property name="expand">False</property>
289 <property name="fill">True</property>
290 <property name="position">2</property>
291 </packing>
292 </child>
293 </object>
294 <packing>
295 <property name="expand">False</property>
296 <property name="fill">True</property>
297 <property name="position">1</property>
298 </packing>
299 </child>
300 </object>
301 </child>
302 <action-widgets>
303 <action-widget response="-5">ok</action-widget>
304 <action-widget response="-6">cancel</action-widget>
305 <action-widget response="-11">help</action-widget>
306 </action-widgets>
307 </object>
308 </interface>