build fix: no comphelper/profilezone.hxx in this branch
[LibreOffice.git] / dbaccess / uiconfig / ui / queryfilterdialog.ui
blob5497b1ff3d4acdd02f78e9a71abad5d9ad5fbae7
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="GtkDialog" id="QueryFilterDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes">Standard Filter</property>
9 <property name="type_hint">dialog</property>
10 <child internal-child="vbox">
11 <object class="GtkBox" id="dialog-vbox1">
12 <property name="can_focus">False</property>
13 <property name="orientation">vertical</property>
14 <property name="spacing">12</property>
15 <child internal-child="action_area">
16 <object class="GtkButtonBox" id="dialog-action_area1">
17 <property name="can_focus">False</property>
18 <property name="layout_style">end</property>
19 <child>
20 <object class="GtkButton" id="ok">
21 <property name="label">gtk-ok</property>
22 <property name="visible">True</property>
23 <property name="can_focus">True</property>
24 <property name="can_default">True</property>
25 <property name="has_default">True</property>
26 <property name="receives_default">True</property>
27 <property name="use_stock">True</property>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="fill">True</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkButton" id="cancel">
37 <property name="label">gtk-cancel</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="receives_default">True</property>
41 <property name="use_stock">True</property>
42 </object>
43 <packing>
44 <property name="expand">False</property>
45 <property name="fill">True</property>
46 <property name="position">1</property>
47 </packing>
48 </child>
49 <child>
50 <object class="GtkButton" id="help">
51 <property name="label">gtk-help</property>
52 <property name="visible">True</property>
53 <property name="can_focus">True</property>
54 <property name="receives_default">True</property>
55 <property name="use_stock">True</property>
56 </object>
57 <packing>
58 <property name="expand">False</property>
59 <property name="fill">True</property>
60 <property name="position">2</property>
61 <property name="secondary">True</property>
62 </packing>
63 </child>
64 </object>
65 <packing>
66 <property name="expand">False</property>
67 <property name="fill">True</property>
68 <property name="pack_type">end</property>
69 <property name="position">0</property>
70 </packing>
71 </child>
72 <child>
73 <object class="GtkFrame" id="frame1">
74 <property name="visible">True</property>
75 <property name="can_focus">False</property>
76 <property name="hexpand">True</property>
77 <property name="label_xalign">0</property>
78 <property name="shadow_type">none</property>
79 <child>
80 <object class="GtkAlignment" id="alignment2">
81 <property name="visible">True</property>
82 <property name="can_focus">False</property>
83 <property name="top_padding">6</property>
84 <property name="left_padding">12</property>
85 <child>
86 <object class="GtkGrid" id="grid2">
87 <property name="visible">True</property>
88 <property name="can_focus">False</property>
89 <property name="row_spacing">6</property>
90 <property name="column_spacing">12</property>
91 <child>
92 <object class="GtkLabel" id="label2">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="xalign">0</property>
96 <property name="label" translatable="yes">Operator</property>
97 <property name="ellipsize">end</property>
98 </object>
99 <packing>
100 <property name="left_attach">0</property>
101 <property name="top_attach">0</property>
102 </packing>
103 </child>
104 <child>
105 <object class="GtkLabel" id="label5">
106 <property name="visible">True</property>
107 <property name="can_focus">False</property>
108 <property name="label" translatable="yes">Field name</property>
109 <property name="ellipsize">end</property>
110 </object>
111 <packing>
112 <property name="left_attach">1</property>
113 <property name="top_attach">0</property>
114 </packing>
115 </child>
116 <child>
117 <object class="GtkLabel" id="label6">
118 <property name="visible">True</property>
119 <property name="can_focus">False</property>
120 <property name="label" translatable="yes">Condition</property>
121 <property name="ellipsize">end</property>
122 </object>
123 <packing>
124 <property name="left_attach">2</property>
125 <property name="top_attach">0</property>
126 </packing>
127 </child>
128 <child>
129 <object class="GtkComboBoxText" id="field1">
130 <property name="visible">True</property>
131 <property name="can_focus">False</property>
132 <property name="hexpand">True</property>
133 <items>
134 <item translatable="yes">- none -</item>
135 </items>
136 </object>
137 <packing>
138 <property name="left_attach">1</property>
139 <property name="top_attach">1</property>
140 </packing>
141 </child>
142 <child>
143 <object class="GtkComboBoxText" id="cond1">
144 <property name="visible">True</property>
145 <property name="can_focus">False</property>
146 <property name="hexpand">True</property>
147 <items>
148 <item translatable="yes">=</item>
149 <item translatable="yes">&lt;&gt;</item>
150 <item translatable="yes">&lt;</item>
151 <item translatable="yes">&lt;=</item>
152 <item translatable="yes">&gt;</item>
153 <item translatable="yes">&gt;=</item>
154 <item translatable="yes">like</item>
155 <item translatable="yes">not like</item>
156 <item translatable="yes">null</item>
157 <item translatable="yes">not null</item>
158 </items>
159 </object>
160 <packing>
161 <property name="left_attach">2</property>
162 <property name="top_attach">1</property>
163 </packing>
164 </child>
165 <child>
166 <object class="GtkComboBoxText" id="field2">
167 <property name="visible">True</property>
168 <property name="can_focus">False</property>
169 <property name="hexpand">True</property>
170 <items>
171 <item translatable="yes">- none -</item>
172 </items>
173 </object>
174 <packing>
175 <property name="left_attach">1</property>
176 <property name="top_attach">2</property>
177 </packing>
178 </child>
179 <child>
180 <object class="GtkComboBoxText" id="field3">
181 <property name="visible">True</property>
182 <property name="can_focus">False</property>
183 <property name="hexpand">True</property>
184 <items>
185 <item translatable="yes">- none -</item>
186 </items>
187 </object>
188 <packing>
189 <property name="left_attach">1</property>
190 <property name="top_attach">3</property>
191 </packing>
192 </child>
193 <child>
194 <object class="GtkComboBoxText" id="cond2">
195 <property name="visible">True</property>
196 <property name="can_focus">False</property>
197 <property name="hexpand">True</property>
198 </object>
199 <packing>
200 <property name="left_attach">2</property>
201 <property name="top_attach">2</property>
202 </packing>
203 </child>
204 <child>
205 <object class="GtkComboBoxText" id="cond3">
206 <property name="visible">True</property>
207 <property name="can_focus">False</property>
208 <property name="hexpand">True</property>
209 </object>
210 <packing>
211 <property name="left_attach">2</property>
212 <property name="top_attach">3</property>
213 </packing>
214 </child>
215 <child>
216 <object class="GtkLabel" id="label7">
217 <property name="visible">True</property>
218 <property name="can_focus">False</property>
219 <property name="label" translatable="yes">Value</property>
220 <property name="ellipsize">end</property>
221 </object>
222 <packing>
223 <property name="left_attach">3</property>
224 <property name="top_attach">0</property>
225 </packing>
226 </child>
227 <child>
228 <object class="GtkEntry" id="value1">
229 <property name="visible">True</property>
230 <property name="can_focus">True</property>
231 </object>
232 <packing>
233 <property name="left_attach">3</property>
234 <property name="top_attach">1</property>
235 </packing>
236 </child>
237 <child>
238 <object class="GtkEntry" id="value2">
239 <property name="visible">True</property>
240 <property name="can_focus">True</property>
241 </object>
242 <packing>
243 <property name="left_attach">3</property>
244 <property name="top_attach">2</property>
245 </packing>
246 </child>
247 <child>
248 <object class="GtkEntry" id="value3">
249 <property name="visible">True</property>
250 <property name="can_focus">True</property>
251 </object>
252 <packing>
253 <property name="left_attach">3</property>
254 <property name="top_attach">3</property>
255 </packing>
256 </child>
257 <child>
258 <object class="GtkComboBoxText" id="op2">
259 <property name="visible">True</property>
260 <property name="can_focus">False</property>
261 <property name="hexpand">True</property>
262 <items>
263 <item translatable="yes">AND</item>
264 <item translatable="yes">OR</item>
265 </items>
266 </object>
267 <packing>
268 <property name="left_attach">0</property>
269 <property name="top_attach">2</property>
270 </packing>
271 </child>
272 <child>
273 <object class="GtkComboBoxText" id="op3">
274 <property name="visible">True</property>
275 <property name="can_focus">False</property>
276 <property name="hexpand">True</property>
277 <items>
278 <item translatable="yes">AND</item>
279 <item translatable="yes">OR</item>
280 </items>
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 <placeholder/>
289 </child>
290 </object>
291 </child>
292 </object>
293 </child>
294 <child type="label">
295 <object class="GtkLabel" id="label1">
296 <property name="visible">True</property>
297 <property name="can_focus">False</property>
298 <property name="label" translatable="yes">Criteria</property>
299 <attributes>
300 <attribute name="weight" value="bold"/>
301 </attributes>
302 </object>
303 </child>
304 </object>
305 <packing>
306 <property name="expand">False</property>
307 <property name="fill">True</property>
308 <property name="position">1</property>
309 </packing>
310 </child>
311 </object>
312 </child>
313 <action-widgets>
314 <action-widget response="0">ok</action-widget>
315 <action-widget response="0">cancel</action-widget>
316 <action-widget response="0">help</action-widget>
317 </action-widgets>
318 </object>
319 </interface>