cid#1640468 Dereference after null check
[LibreOffice.git] / chart2 / uiconfig / ui / smoothlinesdlg.ui
blobf68851932f154dc7cecc656d11a82e91136c4231
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="GtkAdjustment" id="PolynomialsAdjustment">
6 <property name="lower">1</property>
7 <property name="upper">15</property>
8 <property name="value">3</property>
9 <property name="step_increment">1</property>
10 <property name="page_increment">10</property>
11 </object>
12 <object class="GtkAdjustment" id="ResolutionAdjustment">
13 <property name="lower">1</property>
14 <property name="upper">100</property>
15 <property name="value">20</property>
16 <property name="step_increment">1</property>
17 <property name="page_increment">10</property>
18 </object>
19 <object class="GtkDialog" id="SmoothLinesDialog">
20 <property name="can_focus">False</property>
21 <property name="border_width">6</property>
22 <property name="title" translatable="yes" context="smoothlinesdlg|SmoothLinesDialog">Smooth Lines</property>
23 <property name="modal">True</property>
24 <property name="default_width">-1</property>
25 <property name="default_height">-1</property>
26 <property name="type_hint">dialog</property>
27 <child type="titlebar">
28 <placeholder/>
29 </child>
30 <child internal-child="vbox">
31 <object class="GtkBox" id="dialog-vbox1">
32 <property name="can_focus">False</property>
33 <property name="hexpand">True</property>
34 <property name="vexpand">True</property>
35 <property name="orientation">vertical</property>
36 <property name="spacing">12</property>
37 <child internal-child="action_area">
38 <object class="GtkButtonBox" id="dialog-action_area1">
39 <property name="can_focus">False</property>
40 <property name="homogeneous">True</property>
41 <property name="layout_style">end</property>
42 <child>
43 <object class="GtkButton" id="ok">
44 <property name="label" translatable="yes" context="stock">_OK</property>
45 <property name="visible">True</property>
46 <property name="can_focus">True</property>
47 <property name="can_default">True</property>
48 <property name="has_default">True</property>
49 <property name="receives_default">True</property>
50 <property name="use-underline">True</property>
51 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">True</property>
55 <property name="position">0</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkButton" id="cancel">
60 <property name="label" translatable="yes" context="stock">_Cancel</property>
61 <property name="visible">True</property>
62 <property name="can_focus">True</property>
63 <property name="receives_default">True</property>
64 <property name="use-underline">True</property>
65 </object>
66 <packing>
67 <property name="expand">False</property>
68 <property name="fill">True</property>
69 <property name="position">1</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkButton" id="help">
74 <property name="label" translatable="yes" context="stock">_Help</property>
75 <property name="visible">True</property>
76 <property name="can_focus">True</property>
77 <property name="receives_default">True</property>
78 <property name="margin-end">6</property>
79 <property name="use-underline">True</property>
80 </object>
81 <packing>
82 <property name="expand">False</property>
83 <property name="fill">True</property>
84 <property name="position">2</property>
85 <property name="secondary">True</property>
86 </packing>
87 </child>
88 </object>
89 <packing>
90 <property name="expand">False</property>
91 <property name="fill">True</property>
92 <property name="pack_type">end</property>
93 <property name="position">0</property>
94 </packing>
95 </child>
96 <child>
97 <object class="GtkBox" id="box1">
98 <property name="visible">True</property>
99 <property name="can_focus">False</property>
100 <property name="hexpand">True</property>
101 <property name="vexpand">True</property>
102 <property name="orientation">vertical</property>
103 <property name="spacing">6</property>
104 <child>
105 <object class="GtkBox" id="box2">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="hexpand">True</property>
109 <property name="spacing">12</property>
110 <child>
111 <object class="GtkLabel" id="TypeLabel">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="label" translatable="yes" context="smoothlinesdlg|TypeLabel">Line _Type:</property>
115 <property name="use_underline">True</property>
116 <property name="xalign">0</property>
117 </object>
118 <packing>
119 <property name="expand">False</property>
120 <property name="fill">True</property>
121 <property name="position">0</property>
122 </packing>
123 </child>
124 <child>
125 <object class="GtkComboBoxText" id="SplineTypeComboBox">
126 <property name="visible">True</property>
127 <property name="can_focus">False</property>
128 <property name="hexpand">True</property>
129 <property name="active">0</property>
130 <items>
131 <item translatable="yes" context="smoothlinesdlg|SplineTypeComboBox">Cubic spline</item>
132 <item translatable="yes" context="smoothlinesdlg|SplineTypeComboBox">B-spline</item>
133 </items>
134 <child internal-child="accessible">
135 <object class="AtkObject" id="SplineTypeComboBox-atkobject">
136 <property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|SplineTypeComboBox">Apply a line curve model.</property>
137 </object>
138 </child>
139 </object>
140 <packing>
141 <property name="expand">False</property>
142 <property name="fill">True</property>
143 <property name="position">1</property>
144 </packing>
145 </child>
146 </object>
147 <packing>
148 <property name="expand">False</property>
149 <property name="fill">True</property>
150 <property name="position">1</property>
151 </packing>
152 </child>
153 <child>
154 <!-- n-columns=1 n-rows=1 -->
155 <object class="GtkGrid" id="grid2">
156 <property name="visible">True</property>
157 <property name="can_focus">False</property>
158 <property name="row_spacing">3</property>
159 <property name="column_spacing">6</property>
160 <property name="margin-start">12</property>
161 <property name="margin-top">6</property>
162 <child>
163 <object class="GtkLabel" id="ResolutionLabel">
164 <property name="visible">True</property>
165 <property name="can_focus">False</property>
166 <property name="halign">start</property>
167 <property name="label" translatable="yes" context="smoothlinesdlg|ResolutionLabel">_Resolution:</property>
168 <property name="use_underline">True</property>
169 <property name="mnemonic_widget">ResolutionSpinbutton</property>
170 </object>
171 <packing>
172 <property name="left_attach">0</property>
173 <property name="top_attach">0</property>
174 </packing>
175 </child>
176 <child>
177 <object class="GtkLabel" id="PolynomialsLabel">
178 <property name="visible">True</property>
179 <property name="can_focus">False</property>
180 <property name="halign">start</property>
181 <property name="label" translatable="yes" context="smoothlinesdlg|PolynomialsLabel">_Degree of polynomials:</property>
182 <property name="use_underline">True</property>
183 <property name="mnemonic_widget">PolynomialsSpinButton</property>
184 </object>
185 <packing>
186 <property name="left_attach">0</property>
187 <property name="top_attach">1</property>
188 </packing>
189 </child>
190 <child>
191 <object class="GtkSpinButton" id="ResolutionSpinbutton">
192 <property name="visible">True</property>
193 <property name="can_focus">True</property>
194 <property name="activates_default">True</property>
195 <property name="adjustment">ResolutionAdjustment</property>
196 <property name="truncate-multiline">True</property>
197 <child internal-child="accessible">
198 <object class="AtkObject" id="ResolutionSpinbutton-atkobject">
199 <property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|ResolutionSpinbutton">Set the resolution.</property>
200 </object>
201 </child>
202 </object>
203 <packing>
204 <property name="left_attach">1</property>
205 <property name="top_attach">0</property>
206 </packing>
207 </child>
208 <child>
209 <object class="GtkSpinButton" id="PolynomialsSpinButton">
210 <property name="visible">True</property>
211 <property name="can_focus">True</property>
212 <property name="activates_default">True</property>
213 <property name="adjustment">PolynomialsAdjustment</property>
214 <property name="truncate-multiline">True</property>
215 <child internal-child="accessible">
216 <object class="AtkObject" id="PolynomialsSpinButton-atkobject">
217 <property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|PolynomialsSpinButton">Set the degree of the polynomials.</property>
218 </object>
219 </child>
220 </object>
221 <packing>
222 <property name="left_attach">1</property>
223 <property name="top_attach">1</property>
224 </packing>
225 </child>
226 </object>
227 <packing>
228 <property name="expand">False</property>
229 <property name="fill">True</property>
230 <property name="position">2</property>
231 </packing>
232 </child>
233 </object>
234 <packing>
235 <property name="expand">False</property>
236 <property name="fill">True</property>
237 <property name="position">0</property>
238 </packing>
239 </child>
240 </object>
241 </child>
242 <action-widgets>
243 <action-widget response="-5">ok</action-widget>
244 <action-widget response="-6">cancel</action-widget>
245 <action-widget response="-11">help</action-widget>
246 </action-widgets>
247 <child internal-child="accessible">
248 <object class="AtkObject" id="SmoothLinesDialog-atkobject">
249 <property name="AtkObject::accessible-description" translatable="yes" context="smoothlinesdlg|extended_tip|SmoothLinesDialog">Apply a line curve model.</property>
250 </object>
251 </child>
252 </object>
253 </interface>