Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / dbaccess / uiconfig / ui / tablesjoindialog.ui
blob342eda62ca0ab58c61e88b141f183e3059744951
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.22.1 -->
3 <interface domain="dba">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name expander -->
8 <column type="GdkPixbuf"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 </columns>
14 </object>
15 <object class="GtkTreeStore" id="liststore2">
16 <columns>
17 <!-- column-name expander -->
18 <column type="GdkPixbuf"/>
19 <!-- column-name text -->
20 <column type="gchararray"/>
21 <!-- column-name id -->
22 <column type="gchararray"/>
23 <!-- column-name weight -->
24 <column type="gint"/>
25 </columns>
26 </object>
27 <object class="GtkDialog" id="TablesJoinDialog">
28 <property name="can_focus">False</property>
29 <property name="border_width">6</property>
30 <property name="resizable">False</property>
31 <property name="default_width">0</property>
32 <property name="default_height">0</property>
33 <property name="type_hint">dialog</property>
34 <child>
35 <placeholder/>
36 </child>
37 <child internal-child="vbox">
38 <object class="GtkBox" id="dialog-vbox1">
39 <property name="can_focus">False</property>
40 <property name="orientation">vertical</property>
41 <property name="spacing">12</property>
42 <child internal-child="action_area">
43 <object class="GtkButtonBox" id="dialog-action_area1">
44 <property name="can_focus">False</property>
45 <property name="layout_style">end</property>
46 <child>
47 <object class="GtkButton" id="add">
48 <property name="label" translatable="yes" context="stock">_Add</property>
49 <property name="visible">True</property>
50 <property name="can_focus">True</property>
51 <property name="can_default">True</property>
52 <property name="has_default">True</property>
53 <property name="receives_default">True</property>
54 <property name="use-underline">True</property>
55 </object>
56 <packing>
57 <property name="expand">False</property>
58 <property name="fill">True</property>
59 <property name="position">0</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkButton" id="close">
64 <property name="label" translatable="yes" context="stock">_Close</property>
65 <property name="visible">True</property>
66 <property name="can_focus">True</property>
67 <property name="receives_default">True</property>
68 <property name="use-underline">True</property>
69 </object>
70 <packing>
71 <property name="expand">False</property>
72 <property name="fill">True</property>
73 <property name="position">1</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkButton" id="help">
78 <property name="label" translatable="yes" context="stock">_Help</property>
79 <property name="visible">True</property>
80 <property name="can_focus">True</property>
81 <property name="receives_default">True</property>
82 <property name="use-underline">True</property>
83 </object>
84 <packing>
85 <property name="expand">False</property>
86 <property name="fill">True</property>
87 <property name="position">2</property>
88 <property name="secondary">True</property>
89 </packing>
90 </child>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">True</property>
95 <property name="pack_type">end</property>
96 <property name="position">0</property>
97 </packing>
98 </child>
99 <child>
100 <!-- n-columns=1 n-rows=1 -->
101 <object class="GtkGrid" id="grid1">
102 <property name="visible">True</property>
103 <property name="can_focus">False</property>
104 <property name="hexpand">True</property>
105 <property name="vexpand">True</property>
106 <property name="row_spacing">6</property>
107 <child>
108 <object class="GtkRadioButton" id="tables">
109 <property name="label" translatable="yes" context="tablesjoindialog|tables">Tables</property>
110 <property name="visible">True</property>
111 <property name="can_focus">True</property>
112 <property name="receives_default">False</property>
113 <property name="use_underline">True</property>
114 <property name="active">True</property>
115 <property name="draw_indicator">True</property>
116 </object>
117 <packing>
118 <property name="left_attach">0</property>
119 <property name="top_attach">0</property>
120 </packing>
121 </child>
122 <child>
123 <object class="GtkRadioButton" id="queries">
124 <property name="label" translatable="yes" context="tablesjoindialog|queries">Queries</property>
125 <property name="visible">True</property>
126 <property name="can_focus">True</property>
127 <property name="receives_default">False</property>
128 <property name="use_underline">True</property>
129 <property name="draw_indicator">True</property>
130 <property name="group">tables</property>
131 </object>
132 <packing>
133 <property name="left_attach">0</property>
134 <property name="top_attach">1</property>
135 </packing>
136 </child>
137 <child>
138 <object class="GtkScrolledWindow">
139 <property name="visible">True</property>
140 <property name="can_focus">True</property>
141 <property name="hexpand">True</property>
142 <property name="vexpand">True</property>
143 <property name="shadow_type">in</property>
144 <child>
145 <object class="GtkTreeView" id="tablelist">
146 <property name="width_request">-1</property>
147 <property name="visible">True</property>
148 <property name="can_focus">True</property>
149 <property name="receives_default">True</property>
150 <property name="hexpand">True</property>
151 <property name="vexpand">True</property>
152 <property name="model">liststore2</property>
153 <property name="headers_visible">False</property>
154 <property name="search_column">1</property>
155 <property name="show_expanders">True</property>
156 <property name="enable_tree_lines">True</property>
157 <child internal-child="selection">
158 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
159 </child>
160 <child>
161 <object class="GtkTreeViewColumn" id="treeviewcolumn8">
162 <property name="spacing">6</property>
163 <child>
164 <object class="GtkCellRendererPixbuf" id="cellrenderertext5"/>
165 <attributes>
166 <attribute name="pixbuf">0</attribute>
167 </attributes>
168 </child>
169 <child>
170 <object class="GtkCellRendererText" id="cellrenderertext6"/>
171 <attributes>
172 <attribute name="text">1</attribute>
173 <attribute name="weight">3</attribute>
174 </attributes>
175 </child>
176 </object>
177 </child>
178 </object>
179 </child>
180 </object>
181 <packing>
182 <property name="left_attach">0</property>
183 <property name="top_attach">2</property>
184 </packing>
185 </child>
186 <child>
187 <object class="GtkLabel" id="title">
188 <property name="can_focus">False</property>
189 <property name="no_show_all">True</property>
190 <property name="label" translatable="yes" context="tablesjoindialog|title">Add Tables</property>
191 </object>
192 <packing>
193 <property name="left_attach">0</property>
194 <property name="top_attach">4</property>
195 </packing>
196 </child>
197 <child>
198 <object class="GtkLabel" id="alttitle">
199 <property name="can_focus">False</property>
200 <property name="no_show_all">True</property>
201 <property name="label" translatable="yes" context="tablesjoindialog|alttitle">Add Table or Query</property>
202 </object>
203 <packing>
204 <property name="left_attach">0</property>
205 <property name="top_attach">5</property>
206 </packing>
207 </child>
208 <child>
209 <object class="GtkScrolledWindow">
210 <property name="visible">True</property>
211 <property name="can_focus">True</property>
212 <property name="hexpand">True</property>
213 <property name="vexpand">True</property>
214 <property name="shadow_type">in</property>
215 <child>
216 <object class="GtkTreeView" id="querylist">
217 <property name="width_request">-1</property>
218 <property name="visible">True</property>
219 <property name="can_focus">True</property>
220 <property name="receives_default">True</property>
221 <property name="hexpand">True</property>
222 <property name="vexpand">True</property>
223 <property name="model">liststore1</property>
224 <property name="headers_visible">False</property>
225 <property name="search_column">1</property>
226 <property name="show_expanders">False</property>
227 <property name="enable_tree_lines">True</property>
228 <child internal-child="selection">
229 <object class="GtkTreeSelection" id="Macro Library List-selection3"/>
230 </child>
231 <child>
232 <object class="GtkTreeViewColumn" id="treeviewcolumn18">
233 <property name="spacing">6</property>
234 <child>
235 <object class="GtkCellRendererPixbuf" id="cellrenderertext15"/>
236 <attributes>
237 <attribute name="pixbuf">0</attribute>
238 </attributes>
239 </child>
240 <child>
241 <object class="GtkCellRendererText" id="cellrenderertext16"/>
242 <attributes>
243 <attribute name="text">1</attribute>
244 </attributes>
245 </child>
246 </object>
247 </child>
248 </object>
249 </child>
250 </object>
251 <packing>
252 <property name="left_attach">0</property>
253 <property name="top_attach">3</property>
254 </packing>
255 </child>
256 </object>
257 <packing>
258 <property name="expand">False</property>
259 <property name="fill">True</property>
260 <property name="position">1</property>
261 </packing>
262 </child>
263 </object>
264 </child>
265 <action-widgets>
266 <action-widget response="101">add</action-widget>
267 <action-widget response="-7">close</action-widget>
268 <action-widget response="-11">help</action-widget>
269 </action-widgets>
270 </object>
271 </interface>