Gtk-WARNING gtktreestore.c:1047: Invalid column number 1 added to iter
[LibreOffice.git] / chart2 / uiconfig / ui / tp_RangeChooser.ui
blob4581db7dddbfd596c0d37a925f802ac7625752dc
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="GtkImage" id="imageIB_RANGE">
6 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="tooltip_text" translatable="yes" context="tp_RangeChooser|imageIB_RANGE|tooltip_text">Select data range</property>
9 <property name="icon_name">chart2/res/selectrange.png</property>
10 </object>
11 <!-- n-columns=1 n-rows=1 -->
12 <object class="GtkGrid" id="tp_RangeChooser">
13 <property name="visible">True</property>
14 <property name="can_focus">False</property>
15 <property name="hexpand">True</property>
16 <property name="border_width">6</property>
17 <child>
18 <!-- n-columns=1 n-rows=1 -->
19 <object class="GtkGrid" id="box1">
20 <property name="visible">True</property>
21 <property name="can_focus">False</property>
22 <property name="hexpand">True</property>
23 <property name="row_spacing">6</property>
24 <child>
25 <object class="GtkLabel" id="FT_CAPTION_FOR_WIZARD">
26 <property name="visible">True</property>
27 <property name="can_focus">False</property>
28 <property name="label" translatable="yes" context="tp_RangeChooser|FT_CAPTION_FOR_WIZARD">Choose a Data Range</property>
29 <property name="xalign">0</property>
30 <attributes>
31 <attribute name="weight" value="bold"/>
32 </attributes>
33 </object>
34 <packing>
35 <property name="left_attach">0</property>
36 <property name="top_attach">0</property>
37 </packing>
38 </child>
39 <child>
40 <!-- n-columns=1 n-rows=1 -->
41 <object class="GtkGrid" id="box2">
42 <property name="visible">True</property>
43 <property name="can_focus">False</property>
44 <property name="hexpand">True</property>
45 <property name="column_spacing">6</property>
46 <child>
47 <object class="GtkLabel" id="FT_RANGE">
48 <property name="visible">True</property>
49 <property name="can_focus">False</property>
50 <property name="label" translatable="yes" context="tp_RangeChooser|FT_RANGE">_Data range:</property>
51 <property name="use_underline">True</property>
52 <property name="mnemonic_widget">ED_RANGE</property>
53 <property name="xalign">0</property>
54 </object>
55 <packing>
56 <property name="left_attach">0</property>
57 <property name="top_attach">0</property>
58 </packing>
59 </child>
60 <child>
61 <object class="GtkEntry" id="ED_RANGE">
62 <property name="visible">True</property>
63 <property name="can_focus">True</property>
64 <property name="hexpand">True</property>
65 <property name="activates_default">True</property>
66 <property name="truncate-multiline">True</property>
67 <child internal-child="accessible">
68 <object class="AtkObject" id="ED_RANGE-atkobject">
69 <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|ED_RANGE">Enter the data range that you want to include in your chart. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
70 </object>
71 </child>
72 </object>
73 <packing>
74 <property name="left_attach">1</property>
75 <property name="top_attach">0</property>
76 </packing>
77 </child>
78 <child>
79 <object class="GtkButton" id="IB_RANGE">
80 <property name="visible">True</property>
81 <property name="can_focus">True</property>
82 <property name="receives_default">True</property>
83 <property name="tooltip_text" translatable="yes" context="tp_RangeChooser|IB_RANGE|tooltip_text">Select data range</property>
84 <property name="image">imageIB_RANGE</property>
85 <property name="always-show-image">True</property>
86 <child internal-child="accessible">
87 <object class="AtkObject" id="IB_RANGE-atkobject">
88 <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|IB_RANGE">Enter the data range that you want to include in your chart. To minimize this dialog while you select the data range in Calc, click the Select data range button.</property>
89 </object>
90 </child>
91 </object>
92 <packing>
93 <property name="left_attach">2</property>
94 <property name="top_attach">0</property>
95 </packing>
96 </child>
97 </object>
98 <packing>
99 <property name="left_attach">0</property>
100 <property name="top_attach">1</property>
101 </packing>
102 </child>
103 <child>
104 <object class="GtkRadioButton" id="RB_DATAROWS">
105 <property name="label" translatable="yes" context="tp_RangeChooser|RB_DATAROWS">Data series in _rows</property>
106 <property name="visible">True</property>
107 <property name="can_focus">True</property>
108 <property name="receives_default">False</property>
109 <property name="use_underline">True</property>
110 <property name="active">True</property>
111 <property name="draw_indicator">True</property>
112 <child internal-child="accessible">
113 <object class="AtkObject" id="RB_DATAROWS-atkobject">
114 <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|RB_DATAROWS">Data series get their data from consecutive rows in the selected range. For scatter charts, the first data series will contain x-values for all series. All other data series are used as y-values, one for each series.</property>
115 </object>
116 </child>
117 </object>
118 <packing>
119 <property name="left_attach">0</property>
120 <property name="top_attach">2</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkRadioButton" id="RB_DATACOLS">
125 <property name="label" translatable="yes" context="tp_RangeChooser|RB_DATACOLS">Data series in _columns</property>
126 <property name="visible">True</property>
127 <property name="can_focus">True</property>
128 <property name="receives_default">False</property>
129 <property name="use_underline">True</property>
130 <property name="draw_indicator">True</property>
131 <property name="group">RB_DATAROWS</property>
132 <child internal-child="accessible">
133 <object class="AtkObject" id="RB_DATACOLS-atkobject">
134 <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|RB_DATACOLS">Data series get their data from consecutive columns in the selected range. For scatter charts, the first data column will contain x-values for all series. All other data columns are used as y-values, one for each series.</property>
135 </object>
136 </child>
137 </object>
138 <packing>
139 <property name="left_attach">0</property>
140 <property name="top_attach">3</property>
141 </packing>
142 </child>
143 <child>
144 <object class="GtkCheckButton" id="CB_FIRST_ROW_ASLABELS">
145 <property name="label" translatable="yes" context="tp_RangeChooser|CB_FIRST_ROW_ASLABELS">_First row as label</property>
146 <property name="visible">True</property>
147 <property name="can_focus">True</property>
148 <property name="receives_default">False</property>
149 <property name="use_underline">True</property>
150 <property name="draw_indicator">True</property>
151 <child internal-child="accessible">
152 <object class="AtkObject" id="CB_FIRST_ROW_ASLABELS-atkobject">
153 <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|CB_FIRST_ROW_ASLABELS">For data series in columns: The first row in the range is used as names for data series. For data series in rows: The first row in the range is used as categories. The remaining rows comprise the data series. If this check box is not selected, all rows are data series.</property>
154 </object>
155 </child>
156 </object>
157 <packing>
158 <property name="left_attach">0</property>
159 <property name="top_attach">4</property>
160 </packing>
161 </child>
162 <child>
163 <object class="GtkCheckButton" id="CB_FIRST_COLUMN_ASLABELS">
164 <property name="label" translatable="yes" context="tp_RangeChooser|CB_FIRST_COLUMN_ASLABELS">F_irst column as label</property>
165 <property name="visible">True</property>
166 <property name="can_focus">True</property>
167 <property name="receives_default">False</property>
168 <property name="use_underline">True</property>
169 <property name="draw_indicator">True</property>
170 <child internal-child="accessible">
171 <object class="AtkObject" id="CB_FIRST_COLUMN_ASLABELS-atkobject">
172 <property name="AtkObject::accessible-description" translatable="yes" context="tp_RangeChooser|extended_tip|CB_FIRST_COLUMN_ASLABELS">For data series in columns: The first column in the range is used as names for data series. For data series in rows: The first column in the range is used as categories. The remaining columns comprise the data columns. If this check box is not selected, all columns are data columns.</property>
173 </object>
174 </child>
175 </object>
176 <packing>
177 <property name="left_attach">0</property>
178 <property name="top_attach">5</property>
179 </packing>
180 </child>
181 <child>
182 <object class="GtkSeparator" id="separator1">
183 <property name="visible">True</property>
184 <property name="can_focus">False</property>
185 </object>
186 <packing>
187 <property name="left_attach">0</property>
188 <property name="top_attach">6</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkCheckButton" id="CB_TIME_BASED">
193 <property name="label" translatable="yes" context="tp_RangeChooser|CB_TIME_BASED">Time based charting</property>
194 <property name="visible">True</property>
195 <property name="can_focus">True</property>
196 <property name="receives_default">False</property>
197 <property name="use_underline">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">7</property>
203 </packing>
204 </child>
205 <child>
206 <!-- n-columns=1 n-rows=1 -->
207 <object class="GtkGrid" id="grid1">
208 <property name="visible">True</property>
209 <property name="can_focus">False</property>
210 <property name="column_spacing">12</property>
211 <child>
212 <object class="GtkEntry" id="ED_TIME_BASED_START">
213 <property name="visible">True</property>
214 <property name="can_focus">True</property>
215 <property name="activates_default">True</property>
216 <property name="width_chars">5</property>
217 <property name="text">0</property>
218 <property name="truncate-multiline">True</property>
219 <property name="input_purpose">number</property>
220 </object>
221 <packing>
222 <property name="left_attach">1</property>
223 <property name="top_attach">0</property>
224 </packing>
225 </child>
226 <child>
227 <object class="GtkEntry" id="ED_TIME_BASED_END">
228 <property name="visible">True</property>
229 <property name="can_focus">True</property>
230 <property name="activates_default">True</property>
231 <property name="width_chars">5</property>
232 <property name="truncate-multiline">True</property>
233 <property name="text">0</property>
234 </object>
235 <packing>
236 <property name="left_attach">3</property>
237 <property name="top_attach">0</property>
238 </packing>
239 </child>
240 <child>
241 <object class="GtkLabel" id="label1">
242 <property name="visible">True</property>
243 <property name="can_focus">False</property>
244 <property name="label" translatable="yes" context="tp_RangeChooser|label1">Start Table Index</property>
245 <property name="use_underline">True</property>
246 <property name="mnemonic_widget">ED_TIME_BASED_START</property>
247 </object>
248 <packing>
249 <property name="left_attach">0</property>
250 <property name="top_attach">0</property>
251 </packing>
252 </child>
253 <child>
254 <object class="GtkLabel" id="label2">
255 <property name="visible">True</property>
256 <property name="can_focus">False</property>
257 <property name="label" translatable="yes" context="tp_RangeChooser|label2">End Table Index</property>
258 <property name="use_underline">True</property>
259 <property name="mnemonic_widget">ED_TIME_BASED_END</property>
260 </object>
261 <packing>
262 <property name="left_attach">2</property>
263 <property name="top_attach">0</property>
264 </packing>
265 </child>
266 </object>
267 <packing>
268 <property name="left_attach">0</property>
269 <property name="top_attach">8</property>
270 </packing>
271 </child>
272 <child>
273 <object class="GtkLabel" id="STR_PAGE_DATA_RANGE">
274 <property name="can_focus">False</property>
275 <property name="label" translatable="yes" context="tp_RangeChooser|STR_PAGE_DATA_RANGE">Data Range</property>
276 </object>
277 <packing>
278 <property name="left_attach">0</property>
279 <property name="top_attach">9</property>
280 </packing>
281 </child>
282 </object>
283 <packing>
284 <property name="left_attach">0</property>
285 <property name="top_attach">0</property>
286 </packing>
287 </child>
288 </object>
289 </interface>