tdf#130857 qt weld: Implement QtInstanceWidget::strip_mnemonic
[LibreOffice.git] / dbaccess / uiconfig / ui / directsqldialog.ui
blobb3f62053d36730a5e79f6573f70a0143ccb5f661
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="dba">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="DirectSQLDialog">
6 <property name="can-focus">False</property>
7 <property name="border-width">6</property>
8 <property name="title" translatable="yes" context="directsqldialog|DirectSQLDialog">Execute SQL Statement</property>
9 <property name="modal">True</property>
10 <property name="type-hint">dialog</property>
11 <child internal-child="vbox">
12 <object class="GtkBox" id="dialog-vbox1">
13 <property name="can-focus">False</property>
14 <property name="orientation">vertical</property>
15 <property name="spacing">12</property>
16 <child internal-child="action_area">
17 <object class="GtkButtonBox" id="dialog-action_area1">
18 <property name="can-focus">False</property>
19 <property name="layout-style">end</property>
20 <child>
21 <object class="GtkButton" id="help">
22 <property name="label" translatable="yes" context="stock">_Help</property>
23 <property name="visible">True</property>
24 <property name="can-focus">True</property>
25 <property name="can-default">True</property>
26 <property name="receives-default">True</property>
27 <property name="use-underline">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 <property name="secondary">True</property>
34 </packing>
35 </child>
36 <child>
37 <object class="GtkButton" id="close">
38 <property name="label" translatable="yes" context="stock">_Close</property>
39 <property name="visible">True</property>
40 <property name="can-focus">True</property>
41 <property name="can-default">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 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">True</property>
55 <property name="pack-type">end</property>
56 <property name="position">0</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkFrame" id="frame1">
61 <property name="visible">True</property>
62 <property name="can-focus">False</property>
63 <property name="hexpand">True</property>
64 <property name="vexpand">True</property>
65 <property name="label-xalign">0</property>
66 <property name="shadow-type">none</property>
67 <child>
68 <!-- n-columns=1 n-rows=5 -->
69 <object class="GtkGrid" id="grid1">
70 <property name="visible">True</property>
71 <property name="can-focus">False</property>
72 <property name="margin-start">12</property>
73 <property name="margin-top">6</property>
74 <property name="hexpand">True</property>
75 <property name="vexpand">True</property>
76 <property name="row-spacing">6</property>
77 <child>
78 <object class="GtkScrolledWindow" id="scrolledwindow">
79 <property name="visible">True</property>
80 <property name="can-focus">True</property>
81 <property name="hexpand">True</property>
82 <property name="vexpand">True</property>
83 <property name="border-width">0</property>
84 <property name="hscrollbar-policy">never</property>
85 <property name="vscrollbar-policy">always</property>
86 <property name="shadow-type">in</property>
87 <child>
88 <object class="GtkViewport">
89 <property name="visible">True</property>
90 <property name="can-focus">False</property>
91 <child>
92 <object class="GtkDrawingArea" id="sql">
93 <property name="visible">True</property>
94 <property name="can-focus">True</property>
95 <property name="events">GDK_BUTTON_MOTION_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_KEY_PRESS_MASK | GDK_KEY_RELEASE_MASK | GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property>
96 <child internal-child="accessible">
97 <object class="AtkObject" id="sql-atkobject">
98 <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|sql">Enter the SQL administration command that you want to run.</property>
99 </object>
100 </child>
101 </object>
102 </child>
103 </object>
104 </child>
105 </object>
106 <packing>
107 <property name="left-attach">0</property>
108 <property name="top-attach">1</property>
109 </packing>
110 </child>
111 <child>
112 <object class="GtkLabel" id="sql_label">
113 <property name="visible">True</property>
114 <property name="can-focus">False</property>
115 <property name="label" translatable="yes" context="directsqldialog|sql_label">_Command to execute:</property>
116 <property name="use-underline">True</property>
117 <property name="mnemonic-widget">sql</property>
118 <property name="xalign">0</property>
119 </object>
120 <packing>
121 <property name="left-attach">0</property>
122 <property name="top-attach">0</property>
123 </packing>
124 </child>
125 <child>
126 <!-- n-columns=2 n-rows=2 -->
127 <object class="GtkGrid" id="grid2">
128 <property name="visible">True</property>
129 <property name="can-focus">False</property>
130 <property name="column-spacing">12</property>
131 <child>
132 <object class="GtkCheckButton" id="directsql">
133 <property name="label" translatable="yes" context="directsqldialog|directsql">Run SQL command _directly</property>
134 <property name="visible">True</property>
135 <property name="can-focus">True</property>
136 <property name="receives-default">False</property>
137 <property name="use-underline">True</property>
138 <property name="draw-indicator">True</property>
139 <child internal-child="accessible">
140 <object class="AtkObject" id="directsql-atkobject">
141 <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|directsql">Execute the SQL command directly without escape processing.</property>
142 </object>
143 </child>
144 </object>
145 <packing>
146 <property name="left-attach">0</property>
147 <property name="top-attach">0</property>
148 <property name="width">2</property>
149 </packing>
150 </child>
151 <child>
152 <object class="GtkCheckButton" id="showoutput">
153 <property name="label" translatable="yes" context="directsqldialog|showoutput">_Show output of "select" statements</property>
154 <property name="visible">True</property>
155 <property name="can-focus">True</property>
156 <property name="receives-default">False</property>
157 <property name="use-underline">True</property>
158 <property name="draw-indicator">True</property>
159 <child internal-child="accessible">
160 <object class="AtkObject" id="showoutput-atkobject">
161 <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|showoutput">Show the result of the SQL SELECT command in the Output box.</property>
162 </object>
163 </child>
164 </object>
165 <packing>
166 <property name="left-attach">0</property>
167 <property name="top-attach">1</property>
168 </packing>
169 </child>
170 <child>
171 <object class="GtkButton" id="execute">
172 <property name="label" translatable="yes" context="directsqldialog|execute">_Execute</property>
173 <property name="visible">True</property>
174 <property name="can-focus">True</property>
175 <property name="can-default">True</property>
176 <property name="has-default">True</property>
177 <property name="receives-default">True</property>
178 <property name="use-underline">True</property>
179 </object>
180 <packing>
181 <property name="left-attach">1</property>
182 <property name="top-attach">1</property>
183 </packing>
184 </child>
185 </object>
186 <packing>
187 <property name="left-attach">0</property>
188 <property name="top-attach">2</property>
189 </packing>
190 </child>
191 <child>
192 <object class="GtkComboBoxText" id="sqlhistory">
193 <property name="visible">True</property>
194 <property name="can-focus">False</property>
195 <child internal-child="accessible">
196 <object class="AtkObject" id="sqlhistory-atkobject">
197 <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|sqlhistory">Lists the previously executed SQL commands. To run a command again, click the command, and then click Execute.</property>
198 </object>
199 </child>
200 </object>
201 <packing>
202 <property name="left-attach">0</property>
203 <property name="top-attach">4</property>
204 </packing>
205 </child>
206 <child>
207 <object class="GtkLabel" id="sqlhistory_label">
208 <property name="visible">True</property>
209 <property name="can-focus">False</property>
210 <property name="label" translatable="yes" context="directsqldialog|sqlhistory_label">_Previous commands:</property>
211 <property name="use-underline">True</property>
212 <property name="mnemonic-widget">sqlhistory</property>
213 <property name="xalign">0</property>
214 </object>
215 <packing>
216 <property name="left-attach">0</property>
217 <property name="top-attach">3</property>
218 </packing>
219 </child>
220 </object>
221 </child>
222 <child type="label">
223 <object class="GtkLabel" id="label1">
224 <property name="visible">True</property>
225 <property name="can-focus">False</property>
226 <property name="label" translatable="yes" context="directsqldialog|label1">SQL Command</property>
227 <attributes>
228 <attribute name="weight" value="bold"/>
229 </attributes>
230 </object>
231 </child>
232 </object>
233 <packing>
234 <property name="expand">False</property>
235 <property name="fill">True</property>
236 <property name="position">1</property>
237 </packing>
238 </child>
239 <child>
240 <object class="GtkFrame" id="frame2">
241 <property name="visible">True</property>
242 <property name="can-focus">False</property>
243 <property name="label-xalign">0</property>
244 <property name="shadow-type">none</property>
245 <child>
246 <object class="GtkScrolledWindow" id="scrolledwindow2">
247 <property name="visible">True</property>
248 <property name="can-focus">True</property>
249 <property name="margin-start">12</property>
250 <property name="margin-top">6</property>
251 <property name="shadow-type">in</property>
252 <child>
253 <object class="GtkTextView" id="status">
254 <property name="visible">True</property>
255 <property name="can-focus">True</property>
256 <property name="editable">False</property>
257 <child internal-child="accessible">
258 <object class="AtkObject" id="status-atkobject">
259 <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|status">Displays the results, including errors, of the SQL command that you ran.</property>
260 </object>
261 </child>
262 </object>
263 </child>
264 </object>
265 </child>
266 <child type="label">
267 <object class="GtkLabel" id="label2">
268 <property name="visible">True</property>
269 <property name="can-focus">False</property>
270 <property name="label" translatable="yes" context="directsqldialog|label2">Status</property>
271 <attributes>
272 <attribute name="weight" value="bold"/>
273 </attributes>
274 </object>
275 </child>
276 </object>
277 <packing>
278 <property name="expand">False</property>
279 <property name="fill">True</property>
280 <property name="position">2</property>
281 </packing>
282 </child>
283 <child>
284 <object class="GtkFrame" id="frame3">
285 <property name="visible">True</property>
286 <property name="can-focus">False</property>
287 <property name="label-xalign">0</property>
288 <property name="shadow-type">none</property>
289 <child>
290 <object class="GtkScrolledWindow" id="scrolledwindow1">
291 <property name="visible">True</property>
292 <property name="can-focus">True</property>
293 <property name="margin-start">12</property>
294 <property name="margin-top">6</property>
295 <property name="shadow-type">in</property>
296 <child>
297 <object class="GtkTextView" id="output">
298 <property name="visible">True</property>
299 <property name="can-focus">True</property>
300 <property name="editable">False</property>
301 <child internal-child="accessible">
302 <object class="AtkObject" id="output-atkobject">
303 <property name="AtkObject::accessible-description" translatable="yes" context="directsqldialog|extended_tip|output">Displays the results of the SQL command that you ran.</property>
304 </object>
305 </child>
306 </object>
307 </child>
308 </object>
309 </child>
310 <child type="label">
311 <object class="GtkLabel" id="label3">
312 <property name="visible">True</property>
313 <property name="can-focus">False</property>
314 <property name="label" translatable="yes" context="directsqldialog|label3">Output</property>
315 <attributes>
316 <attribute name="weight" value="bold"/>
317 </attributes>
318 </object>
319 </child>
320 </object>
321 <packing>
322 <property name="expand">False</property>
323 <property name="fill">True</property>
324 <property name="position">3</property>
325 </packing>
326 </child>
327 </object>
328 </child>
329 <action-widgets>
330 <action-widget response="-11">help</action-widget>
331 <action-widget response="-7">close</action-widget>
332 </action-widgets>
333 </object>
334 </interface>