Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / dbaccess / uiconfig / ui / querypropertiesdialog.ui
blob1b4e7217048ff51e9e5cbb51d5369f804f4fb219
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="dba">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="QueryPropertiesDialog">
6 <property name="can_focus">False</property>
7 <property name="border_width">6</property>
8 <property name="title" translatable="yes" context="querypropertiesdialog|QueryPropertiesDialog">Query Properties</property>
9 <property name="resizable">False</property>
10 <property name="modal">True</property>
11 <property name="type_hint">dialog</property>
12 <child internal-child="vbox">
13 <object class="GtkBox" id="dialog-vbox1">
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">12</property>
17 <child internal-child="action_area">
18 <object class="GtkButtonBox" id="dialog-action_area1">
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="ok">
23 <property name="label" translatable="yes" context="stock">_OK</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="can_default">True</property>
27 <property name="has_default">True</property>
28 <property name="receives_default">True</property>
29 <property name="use-underline">True</property>
30 </object>
31 <packing>
32 <property name="expand">False</property>
33 <property name="fill">True</property>
34 <property name="position">0</property>
35 </packing>
36 </child>
37 <child>
38 <object class="GtkButton" id="cancel">
39 <property name="label" translatable="yes" context="stock">_Cancel</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="receives_default">True</property>
43 <property name="use-underline">True</property>
44 </object>
45 <packing>
46 <property name="expand">False</property>
47 <property name="fill">True</property>
48 <property name="position">1</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkButton" id="help">
53 <property name="label" translatable="yes" context="stock">_Help</property>
54 <property name="visible">True</property>
55 <property name="can_focus">True</property>
56 <property name="receives_default">True</property>
57 <property name="use-underline">True</property>
58 </object>
59 <packing>
60 <property name="expand">False</property>
61 <property name="fill">True</property>
62 <property name="position">2</property>
63 <property name="secondary">True</property>
64 </packing>
65 </child>
66 </object>
67 <packing>
68 <property name="expand">False</property>
69 <property name="fill">True</property>
70 <property name="pack_type">end</property>
71 <property name="position">0</property>
72 </packing>
73 </child>
74 <child>
75 <!-- n-columns=1 n-rows=1 -->
76 <object class="GtkGrid" id="grid1">
77 <property name="visible">True</property>
78 <property name="can_focus">False</property>
79 <property name="hexpand">True</property>
80 <property name="vexpand">True</property>
81 <property name="row_spacing">6</property>
82 <property name="column_spacing">12</property>
83 <child>
84 <object class="GtkLabel" id="limit-label">
85 <property name="visible">True</property>
86 <property name="can_focus">False</property>
87 <property name="label" translatable="yes" context="querypropertiesdialog|limit-label">Limit:</property>
88 <property name="xalign">1</property>
89 </object>
90 <packing>
91 <property name="left_attach">0</property>
92 <property name="top_attach">1</property>
93 </packing>
94 </child>
95 <child>
96 <object class="GtkButtonBox" id="distinct-buttons">
97 <property name="visible">True</property>
98 <property name="can_focus">False</property>
99 <property name="layout_style">start</property>
100 <child>
101 <object class="GtkRadioButton" id="distinct">
102 <property name="label" translatable="yes" context="querypropertiesdialog|distinct">Yes</property>
103 <property name="visible">True</property>
104 <property name="can_focus">True</property>
105 <property name="receives_default">False</property>
106 <property name="use_underline">True</property>
107 <property name="active">True</property>
108 <property name="draw_indicator">True</property>
109 <child internal-child="accessible">
110 <object class="AtkObject" id="distinct-atkobject">
111 <property name="AtkObject::accessible-description" translatable="yes" context="querypropertiesdialog|extended_tip|distinct">Use distinct values in query.</property>
112 </object>
113 </child>
114 </object>
115 <packing>
116 <property name="expand">False</property>
117 <property name="fill">True</property>
118 <property name="position">0</property>
119 </packing>
120 </child>
121 <child>
122 <object class="GtkRadioButton" id="nondistinct">
123 <property name="label" translatable="yes" context="querypropertiesdialog|nondistinct">No</property>
124 <property name="visible">True</property>
125 <property name="can_focus">True</property>
126 <property name="receives_default">False</property>
127 <property name="use_underline">True</property>
128 <property name="draw_indicator">True</property>
129 <property name="group">distinct</property>
130 <child internal-child="accessible">
131 <object class="AtkObject" id="nondistinct-atkobject">
132 <property name="AtkObject::accessible-description" translatable="yes" context="querypropertiesdialog|extended_tip|nondistinct">Not use distinct values in query.</property>
133 </object>
134 </child>
135 </object>
136 <packing>
137 <property name="expand">False</property>
138 <property name="fill">True</property>
139 <property name="position">1</property>
140 </packing>
141 </child>
142 </object>
143 <packing>
144 <property name="left_attach">1</property>
145 <property name="top_attach">0</property>
146 </packing>
147 </child>
148 <child>
149 <object class="GtkLabel" id="distinctvalues">
150 <property name="visible">True</property>
151 <property name="can_focus">False</property>
152 <property name="label" translatable="yes" context="querypropertiesdialog|distinctvalues">Distinct values:</property>
153 <property name="xalign">1</property>
154 </object>
155 <packing>
156 <property name="left_attach">0</property>
157 <property name="top_attach">0</property>
158 </packing>
159 </child>
160 <child>
161 <object class="GtkComboBoxText" id="limitbox">
162 <property name="visible">True</property>
163 <property name="can_focus">False</property>
164 <property name="hexpand">True</property>
165 <property name="has_entry">True</property>
166 <child internal-child="entry">
167 <object class="GtkEntry">
168 <property name="can_focus">True</property>
169 <property name="truncate-multiline">True</property>
170 <property name="activates_default">True</property>
171 </object>
172 </child>
173 <child internal-child="accessible">
174 <object class="AtkObject" id="limitbox-atkobject">
175 <property name="AtkObject::accessible-description" translatable="yes" context="querypropertiesdialog|extended_tip|limitbox">Adds a Limit to set the maximum number of records to return.</property>
176 </object>
177 </child>
178 </object>
179 <packing>
180 <property name="left_attach">1</property>
181 <property name="top_attach">1</property>
182 </packing>
183 </child>
184 </object>
185 <packing>
186 <property name="expand">False</property>
187 <property name="fill">True</property>
188 <property name="position">1</property>
189 </packing>
190 </child>
191 </object>
192 </child>
193 <action-widgets>
194 <action-widget response="-5">ok</action-widget>
195 <action-widget response="-6">cancel</action-widget>
196 <action-widget response="-11">help</action-widget>
197 </action-widgets>
198 <child type="titlebar">
199 <placeholder/>
200 </child>
201 <child internal-child="accessible">
202 <object class="AtkObject" id="QueryPropertiesDialog-atkobject">
203 <property name="AtkObject::accessible-description" translatable="yes" context="querypropertiesdialog|extended_tip|QueryPropertiesDialog">In the Query Properties dialog you can set two properties of the SQL Query, i.e. whether to return distinct values, and whether to limit the result set.</property>
204 </object>
205 </child>
206 </object>
207 </interface>