Version 5.2.6.1, tag libreoffice-5.2.6.1
[LibreOffice.git] / cui / uiconfig / ui / blackorwhitelistentrydialog.ui
blobecd102812ea27b3e15d98b75656e26f856ffca3a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.18.3 -->
3 <interface>
4 <requires lib="gtk+" version="3.0"/>
5 <object class="GtkListStore" id="os-liststore">
6 <columns>
7 <!-- column-name value -->
8 <column type="gchararray"/>
9 <!-- column-name id -->
10 <column type="gint"/>
11 </columns>
12 <data>
13 <row>
14 <col id="0" translatable="yes">Any</col>
15 <col id="1">0</col>
16 </row>
17 <row>
18 <col id="0">Linux</col>
19 <col id="1">1</col>
20 </row>
21 <row>
22 <col id="0">OS X</col>
23 <col id="1">2</col>
24 </row>
25 <row>
26 <col id="0">Windows</col>
27 <col id="1">3</col>
28 </row>
29 </data>
30 </object>
31 <object class="GtkDialog" id="BlackOrWhiteListEntryDialog">
32 <property name="can_focus">False</property>
33 <property name="border_width">6</property>
34 <property name="title" translatable="no">dummy</property>
35 <property name="type_hint">dialog</property>
36 <child internal-child="vbox">
37 <object class="GtkBox" id="dialog-vbox1">
38 <property name="can_focus">False</property>
39 <property name="orientation">vertical</property>
40 <property name="spacing">12</property>
41 <child internal-child="action_area">
42 <object class="GtkButtonBox" id="dialog-action_area1">
43 <property name="can_focus">False</property>
44 <property name="layout_style">end</property>
45 <child>
46 <object class="GtkButton" id="ok">
47 <property name="label">gtk-ok</property>
48 <property name="visible">True</property>
49 <property name="can_focus">True</property>
50 <property name="can_default">True</property>
51 <property name="has_default">True</property>
52 <property name="receives_default">True</property>
53 <property name="use_stock">True</property>
54 </object>
55 <packing>
56 <property name="expand">False</property>
57 <property name="fill">True</property>
58 <property name="position">0</property>
59 </packing>
60 </child>
61 <child>
62 <object class="GtkButton" id="cancel">
63 <property name="label">gtk-cancel</property>
64 <property name="visible">True</property>
65 <property name="can_focus">True</property>
66 <property name="receives_default">True</property>
67 <property name="use_stock">True</property>
68 </object>
69 <packing>
70 <property name="expand">False</property>
71 <property name="fill">True</property>
72 <property name="position">1</property>
73 </packing>
74 </child>
75 <child>
76 <object class="GtkButton" id="help">
77 <property name="label">gtk-help</property>
78 <property name="visible">True</property>
79 <property name="can_focus">True</property>
80 <property name="receives_default">True</property>
81 <property name="use_stock">True</property>
82 </object>
83 <packing>
84 <property name="expand">False</property>
85 <property name="fill">True</property>
86 <property name="position">2</property>
87 <property name="secondary">True</property>
88 </packing>
89 </child>
90 </object>
91 <packing>
92 <property name="expand">False</property>
93 <property name="fill">True</property>
94 <property name="pack_type">end</property>
95 <property name="position">0</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkFrame" id="frame1">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="label_xalign">0</property>
103 <property name="shadow_type">none</property>
104 <child>
105 <object class="GtkAlignment" id="alignment1">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="top_padding">6</property>
109 <property name="left_padding">12</property>
110 <child>
111 <object class="GtkGrid" id="grid1">
112 <property name="visible">True</property>
113 <property name="can_focus">False</property>
114 <property name="hexpand">True</property>
115 <property name="row_spacing">12</property>
116 <child>
117 <object class="GtkGrid" id="grid4">
118 <property name="visible">True</property>
119 <property name="can_focus">False</property>
120 <property name="hexpand">True</property>
121 <property name="row_spacing">6</property>
122 <property name="column_spacing">6</property>
123 <child>
124 <object class="GtkComboBox" id="os">
125 <property name="visible">True</property>
126 <property name="can_focus">False</property>
127 <property name="hexpand">True</property>
128 <property name="model">os-liststore</property>
129 </object>
130 <packing>
131 <property name="left_attach">1</property>
132 <property name="top_attach">0</property>
133 </packing>
134 </child>
135 <child>
136 <object class="GtkEntry" id="osversion">
137 <property name="visible">True</property>
138 <property name="can_focus">True</property>
139 <property name="hexpand">True</property>
140 <property name="width_chars">22</property>
141 </object>
142 <packing>
143 <property name="left_attach">1</property>
144 <property name="top_attach">1</property>
145 </packing>
146 </child>
147 <child>
148 <object class="GtkEntry" id="platformvendor">
149 <property name="visible">True</property>
150 <property name="can_focus">True</property>
151 <property name="hexpand">True</property>
152 <property name="width_chars">12</property>
153 </object>
154 <packing>
155 <property name="left_attach">1</property>
156 <property name="top_attach">2</property>
157 </packing>
158 </child>
159 <child>
160 <object class="GtkEntry" id="device">
161 <property name="visible">True</property>
162 <property name="can_focus">True</property>
163 <property name="hexpand">True</property>
164 <property name="width_chars">22</property>
165 </object>
166 <packing>
167 <property name="left_attach">1</property>
168 <property name="top_attach">3</property>
169 </packing>
170 </child>
171 <child>
172 <object class="GtkEntry" id="driverversion">
173 <property name="visible">True</property>
174 <property name="can_focus">True</property>
175 <property name="hexpand">True</property>
176 <property name="width_chars">22</property>
177 </object>
178 <packing>
179 <property name="left_attach">1</property>
180 <property name="top_attach">4</property>
181 </packing>
182 </child>
183 <child>
184 <object class="GtkLabel" id="label4">
185 <property name="visible">True</property>
186 <property name="can_focus">False</property>
187 <property name="halign">end</property>
188 <property name="label" translatable="yes">Operating system:</property>
189 <property name="use_underline">True</property>
190 </object>
191 <packing>
192 <property name="left_attach">0</property>
193 <property name="top_attach">0</property>
194 </packing>
195 </child>
196 <child>
197 <object class="GtkLabel" id="label5">
198 <property name="visible">True</property>
199 <property name="can_focus">False</property>
200 <property name="halign">end</property>
201 <property name="label" translatable="yes">Version:</property>
202 <property name="use_underline">True</property>
203 </object>
204 <packing>
205 <property name="left_attach">0</property>
206 <property name="top_attach">1</property>
207 </packing>
208 </child>
209 <child>
210 <object class="GtkLabel" id="label6">
211 <property name="visible">True</property>
212 <property name="can_focus">False</property>
213 <property name="halign">end</property>
214 <property name="label" translatable="yes">OpenCL vendor:</property>
215 <property name="use_underline">True</property>
216 </object>
217 <packing>
218 <property name="left_attach">0</property>
219 <property name="top_attach">2</property>
220 </packing>
221 </child>
222 <child>
223 <object class="GtkLabel" id="label7">
224 <property name="visible">True</property>
225 <property name="can_focus">False</property>
226 <property name="halign">end</property>
227 <property name="label" translatable="yes">Device:</property>
228 <property name="use_underline">True</property>
229 </object>
230 <packing>
231 <property name="left_attach">0</property>
232 <property name="top_attach">3</property>
233 </packing>
234 </child>
235 <child>
236 <object class="GtkLabel" id="label8">
237 <property name="visible">True</property>
238 <property name="can_focus">False</property>
239 <property name="halign">end</property>
240 <property name="label" translatable="yes">Driver version:</property>
241 <property name="use_underline">True</property>
242 </object>
243 <packing>
244 <property name="left_attach">0</property>
245 <property name="top_attach">4</property>
246 </packing>
247 </child>
248 </object>
249 <packing>
250 <property name="left_attach">0</property>
251 <property name="top_attach">0</property>
252 </packing>
253 </child>
254 <child>
255 <object class="GtkLabel" id="bledittitle">
256 <property name="can_focus">False</property>
257 <property name="no_show_all">True</property>
258 <property name="label" translatable="yes">Edit OpenCL Blacklist Entry</property>
259 </object>
260 <packing>
261 <property name="left_attach">0</property>
262 <property name="top_attach">1</property>
263 </packing>
264 </child>
265 <child>
266 <object class="GtkLabel" id="bladdtitle">
267 <property name="can_focus">False</property>
268 <property name="no_show_all">True</property>
269 <property name="label" translatable="yes">Create OpenCL Blacklist Entry</property>
270 </object>
271 <packing>
272 <property name="left_attach">0</property>
273 <property name="top_attach">2</property>
274 </packing>
275 </child>
276 <child>
277 <object class="GtkLabel" id="wledittitle">
278 <property name="can_focus">False</property>
279 <property name="no_show_all">True</property>
280 <property name="label" translatable="yes">Edit OpenCL Whitelist Entry</property>
281 </object>
282 <packing>
283 <property name="left_attach">0</property>
284 <property name="top_attach">3</property>
285 </packing>
286 </child>
287 <child>
288 <object class="GtkLabel" id="wladdtitle">
289 <property name="can_focus">False</property>
290 <property name="no_show_all">True</property>
291 <property name="label" translatable="yes">Create OpenCL Whitelist Entry</property>
292 </object>
293 <packing>
294 <property name="left_attach">0</property>
295 <property name="top_attach">4</property>
296 </packing>
297 </child>
298 </object>
299 </child>
300 </object>
301 </child>
302 <child type="label">
303 <object class="GtkLabel" id="label1">
304 <property name="visible">True</property>
305 <property name="can_focus">False</property>
306 <property name="label" translatable="yes">OpenCL Information</property>
307 <attributes>
308 <attribute name="weight" value="bold"/>
309 </attributes>
310 </object>
311 </child>
312 </object>
313 <packing>
314 <property name="expand">False</property>
315 <property name="fill">True</property>
316 <property name="position">0</property>
317 </packing>
318 </child>
319 </object>
320 </child>
321 <action-widgets>
322 <action-widget response="0">ok</action-widget>
323 <action-widget response="0">cancel</action-widget>
324 <action-widget response="0">help</action-widget>
325 </action-widgets>
326 </object>
327 </interface>