cid#1607171 Data race condition
[LibreOffice.git] / sc / uiconfig / scalc / ui / exponentialsmoothingdialog.ui
blobf6fec1a38998910a8606bc7d8c4d72d17d6d0126
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="sc">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkAdjustment" id="smoothing-factor-adjustment">
6 <property name="upper">1</property>
7 <property name="value">0.2</property>
8 <property name="step_increment">0.05</property>
9 <property name="page_increment">0.1</property>
10 </object>
11 <object class="GtkDialog" id="ExponentialSmoothingDialog">
12 <property name="can_focus">False</property>
13 <property name="border_width">6</property>
14 <property name="title" translatable="yes" context="exponentialsmoothingdialog|ExponentialSmoothingDialog">Exponential Smoothing</property>
15 <property name="resizable">False</property>
16 <property name="default_width">0</property>
17 <property name="default_height">0</property>
18 <property name="type_hint">dialog</property>
19 <child internal-child="vbox">
20 <object class="GtkBox" id="dialog-vbox1">
21 <property name="can_focus">False</property>
22 <property name="orientation">vertical</property>
23 <property name="spacing">12</property>
24 <child internal-child="action_area">
25 <object class="GtkButtonBox" id="dialog-action_area1">
26 <property name="can_focus">False</property>
27 <property name="layout_style">end</property>
28 <child>
29 <object class="GtkButton" id="ok">
30 <property name="label" translatable="yes" context="stock">_OK</property>
31 <property name="visible">True</property>
32 <property name="can_focus">True</property>
33 <property name="can_default">True</property>
34 <property name="has_default">True</property>
35 <property name="receives_default">True</property>
36 <property name="use-underline">True</property>
37 </object>
38 <packing>
39 <property name="expand">False</property>
40 <property name="fill">True</property>
41 <property name="position">0</property>
42 </packing>
43 </child>
44 <child>
45 <object class="GtkButton" id="cancel">
46 <property name="label" translatable="yes" context="stock">_Cancel</property>
47 <property name="visible">True</property>
48 <property name="can_focus">True</property>
49 <property name="can_default">True</property>
50 <property name="receives_default">True</property>
51 <property name="use-underline">True</property>
52 </object>
53 <packing>
54 <property name="expand">False</property>
55 <property name="fill">True</property>
56 <property name="position">1</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkButton" id="help">
61 <property name="label" translatable="yes" context="stock">_Help</property>
62 <property name="visible">True</property>
63 <property name="can_focus">True</property>
64 <property name="receives_default">True</property>
65 <property name="use-underline">True</property>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">True</property>
70 <property name="position">2</property>
71 <property name="secondary">True</property>
72 </packing>
73 </child>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="pack_type">end</property>
79 <property name="position">0</property>
80 </packing>
81 </child>
82 <child>
83 <object class="GtkFrame" id="frame5">
84 <property name="visible">True</property>
85 <property name="can_focus">False</property>
86 <property name="label_xalign">0</property>
87 <property name="shadow_type">none</property>
88 <child>
89 <!-- n-columns=1 n-rows=1 -->
90 <object class="GtkGrid" id="grid1">
91 <property name="visible">True</property>
92 <property name="can_focus">False</property>
93 <property name="row_spacing">6</property>
94 <property name="column_spacing">12</property>
95 <property name="margin-start">12</property>
96 <property name="margin-top">6</property>
97 <property name="margin-bottom">6</property>
98 <property name="margin-end">12</property>
99 <child>
100 <object class="GtkLabel" id="input-range-label">
101 <property name="visible">True</property>
102 <property name="can_focus">False</property>
103 <property name="label" translatable="yes" context="exponentialsmoothingdialog|input-range-label">Input range:</property>
104 <property name="use_underline">True</property>
105 <property name="mnemonic_widget">input-range-edit</property>
106 <property name="xalign">0</property>
107 </object>
108 <packing>
109 <property name="left_attach">0</property>
110 <property name="top_attach">0</property>
111 </packing>
112 </child>
113 <child>
114 <object class="GtkEntry" id="input-range-edit">
115 <property name="visible">True</property>
116 <property name="can_focus">True</property>
117 <property name="valign">center</property>
118 <property name="hexpand">True</property>
119 <property name="activates_default">True</property>
120 <property name="truncate-multiline">True</property>
121 <property name="width_chars">30</property>
122 </object>
123 <packing>
124 <property name="left_attach">1</property>
125 <property name="top_attach">0</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkButton" id="input-range-button">
130 <property name="visible">True</property>
131 <property name="can_focus">True</property>
132 <property name="receives_default">True</property>
133 </object>
134 <packing>
135 <property name="left_attach">2</property>
136 <property name="top_attach">0</property>
137 </packing>
138 </child>
139 <child>
140 <object class="GtkLabel" id="output-range-label">
141 <property name="visible">True</property>
142 <property name="can_focus">False</property>
143 <property name="label" translatable="yes" context="exponentialsmoothingdialog|output-range-label">Results to:</property>
144 <property name="use_underline">True</property>
145 <property name="mnemonic_widget">output-range-edit</property>
146 <property name="xalign">0</property>
147 </object>
148 <packing>
149 <property name="left_attach">0</property>
150 <property name="top_attach">1</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkEntry" id="output-range-edit">
155 <property name="visible">True</property>
156 <property name="can_focus">True</property>
157 <property name="valign">center</property>
158 <property name="hexpand">True</property>
159 <property name="activates_default">True</property>
160 <property name="truncate-multiline">True</property>
161 <property name="width_chars">30</property>
162 </object>
163 <packing>
164 <property name="left_attach">1</property>
165 <property name="top_attach">1</property>
166 </packing>
167 </child>
168 <child>
169 <object class="GtkButton" id="output-range-button">
170 <property name="visible">True</property>
171 <property name="can_focus">True</property>
172 <property name="receives_default">True</property>
173 </object>
174 <packing>
175 <property name="left_attach">2</property>
176 <property name="top_attach">1</property>
177 </packing>
178 </child>
179 </object>
180 </child>
181 <child type="label">
182 <object class="GtkLabel" id="label5">
183 <property name="visible">True</property>
184 <property name="can_focus">False</property>
185 <property name="label" translatable="yes" context="exponentialsmoothingdialog|label5">Data</property>
186 <attributes>
187 <attribute name="weight" value="bold"/>
188 </attributes>
189 </object>
190 </child>
191 </object>
192 <packing>
193 <property name="expand">False</property>
194 <property name="fill">True</property>
195 <property name="position">0</property>
196 </packing>
197 </child>
198 <child>
199 <object class="GtkFrame" id="frame4">
200 <property name="visible">True</property>
201 <property name="can_focus">False</property>
202 <property name="label_xalign">0</property>
203 <property name="shadow_type">none</property>
204 <child>
205 <!-- n-columns=1 n-rows=1 -->
206 <object class="GtkGrid" id="grid2">
207 <property name="visible">True</property>
208 <property name="can_focus">False</property>
209 <property name="row_spacing">6</property>
210 <property name="column_spacing">12</property>
211 <property name="margin-start">12</property>
212 <property name="margin-top">6</property>
213 <property name="margin-bottom">6</property>
214 <property name="margin-end">12</property>
215 <child>
216 <object class="GtkRadioButton" id="groupedby-columns-radio">
217 <property name="label" translatable="yes" context="exponentialsmoothingdialog|groupedby-columns-radio">Columns</property>
218 <property name="visible">True</property>
219 <property name="can_focus">True</property>
220 <property name="receives_default">False</property>
221 <property name="use_underline">True</property>
222 <property name="active">True</property>
223 <property name="draw_indicator">True</property>
224 </object>
225 <packing>
226 <property name="left_attach">0</property>
227 <property name="top_attach">0</property>
228 </packing>
229 </child>
230 <child>
231 <object class="GtkRadioButton" id="groupedby-rows-radio">
232 <property name="label" translatable="yes" context="exponentialsmoothingdialog|groupedby-rows-radio">Rows</property>
233 <property name="visible">True</property>
234 <property name="can_focus">True</property>
235 <property name="receives_default">False</property>
236 <property name="use_underline">True</property>
237 <property name="draw_indicator">True</property>
238 <property name="group">groupedby-columns-radio</property>
239 </object>
240 <packing>
241 <property name="left_attach">1</property>
242 <property name="top_attach">0</property>
243 </packing>
244 </child>
245 </object>
246 </child>
247 <child type="label">
248 <object class="GtkLabel" id="label2">
249 <property name="visible">True</property>
250 <property name="can_focus">False</property>
251 <property name="label" translatable="yes" context="exponentialsmoothingdialog|label2">Grouped by</property>
252 <attributes>
253 <attribute name="weight" value="bold"/>
254 </attributes>
255 </object>
256 </child>
257 </object>
258 <packing>
259 <property name="expand">False</property>
260 <property name="fill">True</property>
261 <property name="position">3</property>
262 </packing>
263 </child>
264 <child>
265 <object class="GtkFrame" id="frame-parameters">
266 <property name="visible">True</property>
267 <property name="can_focus">False</property>
268 <property name="label_xalign">0</property>
269 <property name="shadow_type">none</property>
270 <child>
271 <!-- n-columns=1 n-rows=1 -->
272 <object class="GtkGrid" id="grid4">
273 <property name="visible">True</property>
274 <property name="can_focus">False</property>
275 <property name="row_spacing">6</property>
276 <property name="column_spacing">12</property>
277 <property name="margin-start">12</property>
278 <property name="margin-top">6</property>
279 <property name="margin-bottom">6</property>
280 <property name="margin-end">12</property>
281 <child>
282 <object class="GtkLabel" id="smoothing-factor-label">
283 <property name="visible">True</property>
284 <property name="can_focus">False</property>
285 <property name="label" translatable="yes" context="exponentialsmoothingdialog|smoothing-factor-label">Smoothing factor:</property>
286 <property name="use_underline">True</property>
287 <property name="mnemonic_widget">smoothing-factor-spin</property>
288 <property name="xalign">0</property>
289 </object>
290 <packing>
291 <property name="left_attach">0</property>
292 <property name="top_attach">0</property>
293 </packing>
294 </child>
295 <child>
296 <object class="GtkSpinButton" id="smoothing-factor-spin">
297 <property name="visible">True</property>
298 <property name="can_focus">True</property>
299 <property name="activates_default">True</property>
300 <property name="text">0.20</property>
301 <property name="adjustment">smoothing-factor-adjustment</property>
302 <property name="digits">2</property>
303 <property name="truncate-multiline">True</property>
304 <property name="value">0.20000000298023224</property>
305 </object>
306 <packing>
307 <property name="left_attach">1</property>
308 <property name="top_attach">0</property>
309 </packing>
310 </child>
311 </object>
312 </child>
313 <child type="label">
314 <object class="GtkLabel" id="label1">
315 <property name="visible">True</property>
316 <property name="can_focus">False</property>
317 <property name="label" translatable="yes" context="exponentialsmoothingdialog|label1">Parameters</property>
318 <attributes>
319 <attribute name="weight" value="bold"/>
320 </attributes>
321 </object>
322 </child>
323 </object>
324 <packing>
325 <property name="expand">False</property>
326 <property name="fill">True</property>
327 <property name="position">4</property>
328 </packing>
329 </child>
330 </object>
331 </child>
332 <action-widgets>
333 <action-widget response="-5">ok</action-widget>
334 <action-widget response="-6">cancel</action-widget>
335 <action-widget response="-11">help</action-widget>
336 </action-widgets>
337 <child type="titlebar">
338 <placeholder/>
339 </child>
340 <child internal-child="accessible">
341 <object class="AtkObject" id="ExponentialSmoothingDialog-atkobject">
342 <property name="AtkObject::accessible-description" translatable="yes" context="exponentialsmoothingdialog|extended_tip|ExponentialSmoothingDialog">Results in a smoothed data series</property>
343 </object>
344 </child>
345 </object>
346 <object class="GtkSizeGroup" id="sizegroup1">
347 <widgets>
348 <widget name="input-range-label"/>
349 <widget name="output-range-label"/>
350 <widget name="groupedby-columns-radio"/>
351 <widget name="smoothing-factor-label"/>
352 </widgets>
353 </object>
354 </interface>