fdo#74697 Add Bluez 5 support for impress remote.
[LibreOffice.git] / chart2 / uiconfig / ui / steppedlinesdlg.ui
blobff1b5c08f82ff0c9f22a9a5ba6613390f134a46b
1 <?xml version="1.0" encoding="UTF-8"?>
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <!-- interface-local-resource-path /home/eric/Documents/computers/libreoffice/core/icon-themes/galaxy/chart2 -->
5 <object class="GtkDialog" id="SteppedLinesDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">5</property>
8 <property name="type_hint">dialog</property>
9 <child internal-child="vbox">
10 <object class="GtkBox" id="dialog-vbox1">
11 <property name="can_focus">False</property>
12 <property name="orientation">vertical</property>
13 <property name="spacing">2</property>
14 <child>
15 <object class="GtkBox" id="box4">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="orientation">vertical</property>
19 <child>
20 <object class="GtkLabel" id="label1">
21 <property name="visible">True</property>
22 <property name="can_focus">False</property>
23 <property name="label" translatable="yes">Choose the type of stepping:</property>
24 </object>
25 <packing>
26 <property name="expand">False</property>
27 <property name="fill">True</property>
28 <property name="position">0</property>
29 </packing>
30 </child>
31 <child>
32 <object class="GtkGrid" id="grid2">
33 <property name="visible">True</property>
34 <property name="can_focus">False</property>
35 <property name="column_spacing">6</property>
36 <child>
37 <object class="GtkImage" id="step_center_x_img">
38 <property name="visible">True</property>
39 <property name="can_focus">False</property>
40 <property name="pixbuf">chart2/res/step_center_x_30.png</property>
41 </object>
42 <packing>
43 <property name="left_attach">0</property>
44 <property name="top_attach">1</property>
45 <property name="width">1</property>
46 <property name="height">1</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkImage" id="step_end_img">
51 <property name="visible">True</property>
52 <property name="can_focus">False</property>
53 <property name="pixbuf">chart2/res/step_end_30.png</property>
54 </object>
55 <packing>
56 <property name="left_attach">2</property>
57 <property name="top_attach">0</property>
58 <property name="width">1</property>
59 <property name="height">1</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkImage" id="step_center_y_img">
64 <property name="visible">True</property>
65 <property name="can_focus">False</property>
66 <property name="pixbuf">chart2/res/step_center_y_30.png</property>
67 </object>
68 <packing>
69 <property name="left_attach">2</property>
70 <property name="top_attach">1</property>
71 <property name="width">1</property>
72 <property name="height">1</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkRadioButton" id="step_start_rb">
77 <property name="label" translatable="yes">_Start with horizontal line</property>
78 <property name="visible">True</property>
79 <property name="can_focus">True</property>
80 <property name="receives_default">False</property>
81 <property name="use_underline">True</property>
82 <property name="xalign">0</property>
83 <property name="active">True</property>
84 <property name="draw_indicator">True</property>
85 <property name="group">step_center_x_rb</property>
86 </object>
87 <packing>
88 <property name="left_attach">1</property>
89 <property name="top_attach">0</property>
90 <property name="width">1</property>
91 <property name="height">1</property>
92 </packing>
93 </child>
94 <child>
95 <object class="GtkRadioButton" id="step_center_x_rb">
96 <property name="label" translatable="yes">Step at the _horizontal mean</property>
97 <property name="visible">True</property>
98 <property name="can_focus">True</property>
99 <property name="receives_default">False</property>
100 <property name="use_underline">True</property>
101 <property name="xalign">0</property>
102 <property name="active">True</property>
103 <property name="draw_indicator">True</property>
104 <property name="group">step_start_rb</property>
105 </object>
106 <packing>
107 <property name="left_attach">1</property>
108 <property name="top_attach">1</property>
109 <property name="width">1</property>
110 <property name="height">1</property>
111 </packing>
112 </child>
113 <child>
114 <object class="GtkRadioButton" id="step_end_rb">
115 <property name="label" translatable="yes">_End with horizontal line</property>
116 <property name="visible">True</property>
117 <property name="can_focus">True</property>
118 <property name="receives_default">False</property>
119 <property name="use_underline">True</property>
120 <property name="xalign">0</property>
121 <property name="active">True</property>
122 <property name="draw_indicator">True</property>
123 <property name="group">step_start_rb</property>
124 </object>
125 <packing>
126 <property name="left_attach">3</property>
127 <property name="top_attach">0</property>
128 <property name="width">1</property>
129 <property name="height">1</property>
130 </packing>
131 </child>
132 <child>
133 <object class="GtkRadioButton" id="step_center_y_rb">
134 <property name="label" translatable="yes">Step to the _vertical mean</property>
135 <property name="visible">True</property>
136 <property name="can_focus">True</property>
137 <property name="receives_default">False</property>
138 <property name="use_underline">True</property>
139 <property name="xalign">0</property>
140 <property name="active">True</property>
141 <property name="draw_indicator">True</property>
142 <property name="group">step_start_rb</property>
143 </object>
144 <packing>
145 <property name="left_attach">3</property>
146 <property name="top_attach">1</property>
147 <property name="width">1</property>
148 <property name="height">1</property>
149 </packing>
150 </child>
151 <child>
152 <object class="GtkImage" id="step_start_img">
153 <property name="visible">True</property>
154 <property name="can_focus">False</property>
155 <property name="pixbuf">chart2/res/step_start_30.png</property>
156 </object>
157 <packing>
158 <property name="left_attach">0</property>
159 <property name="top_attach">0</property>
160 <property name="width">1</property>
161 <property name="height">1</property>
162 </packing>
163 </child>
164 </object>
165 <packing>
166 <property name="expand">False</property>
167 <property name="fill">True</property>
168 <property name="position">1</property>
169 </packing>
170 </child>
171 </object>
172 <packing>
173 <property name="expand">False</property>
174 <property name="fill">True</property>
175 <property name="position">0</property>
176 </packing>
177 </child>
178 <child internal-child="action_area">
179 <object class="GtkButtonBox" id="dialog-action_area1">
180 <property name="can_focus">False</property>
181 <property name="layout_style">end</property>
182 <child>
183 <object class="GtkButton" id="ok">
184 <property name="label">gtk-ok</property>
185 <property name="visible">True</property>
186 <property name="can_focus">True</property>
187 <property name="can_default">True</property>
188 <property name="has_default">True</property>
189 <property name="receives_default">True</property>
190 <property name="use_stock">True</property>
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="GtkButton" id="cancel">
200 <property name="label">gtk-cancel</property>
201 <property name="visible">True</property>
202 <property name="can_focus">True</property>
203 <property name="receives_default">True</property>
204 <property name="use_stock">True</property>
205 </object>
206 <packing>
207 <property name="expand">False</property>
208 <property name="fill">True</property>
209 <property name="position">1</property>
210 </packing>
211 </child>
212 <child>
213 <object class="GtkButton" id="help">
214 <property name="label">gtk-help</property>
215 <property name="visible">True</property>
216 <property name="can_focus">True</property>
217 <property name="receives_default">True</property>
218 <property name="use_stock">True</property>
219 </object>
220 <packing>
221 <property name="expand">False</property>
222 <property name="fill">True</property>
223 <property name="position">2</property>
224 </packing>
225 </child>
226 </object>
227 <packing>
228 <property name="expand">False</property>
229 <property name="fill">True</property>
230 <property name="pack_type">end</property>
231 <property name="position">0</property>
232 </packing>
233 </child>
234 </object>
235 </child>
236 <action-widgets>
237 <action-widget response="0">ok</action-widget>
238 <action-widget response="0">cancel</action-widget>
239 <action-widget response="0">help</action-widget>
240 </action-widgets>
241 </object>
242 </interface>