Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / dbaccess / uiconfig / ui / choosedatasourcedialog.ui
blob23ad6cfafbfb1e5553d94813432d62293f428c9c
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.18"/>
5 <object class="GtkTreeStore" id="liststore2">
6 <columns>
7 <!-- column-name text -->
8 <column type="gchararray"/>
9 <!-- column-name id -->
10 <column type="gchararray"/>
11 </columns>
12 </object>
13 <object class="GtkDialog" id="ChooseDataSourceDialog">
14 <property name="can_focus">False</property>
15 <property name="border_width">6</property>
16 <property name="title" translatable="yes" context="choosedatasourcedialog|ChooseDataSourceDialog">Data Source</property>
17 <property name="resizable">False</property>
18 <property name="modal">True</property>
19 <property name="default_width">0</property>
20 <property name="default_height">0</property>
21 <property name="type_hint">dialog</property>
22 <child>
23 <placeholder/>
24 </child>
25 <child internal-child="vbox">
26 <object class="GtkBox" id="dialog-vbox1">
27 <property name="can_focus">False</property>
28 <property name="orientation">vertical</property>
29 <property name="spacing">12</property>
30 <child internal-child="action_area">
31 <object class="GtkButtonBox" id="dialog-action_area1">
32 <property name="can_focus">False</property>
33 <property name="layout_style">end</property>
34 <child>
35 <object class="GtkButton" id="ok">
36 <property name="label">gtk-ok</property>
37 <property name="visible">True</property>
38 <property name="can_focus">True</property>
39 <property name="can_default">True</property>
40 <property name="has_default">True</property>
41 <property name="receives_default">True</property>
42 <property name="use_stock">True</property>
43 </object>
44 <packing>
45 <property name="expand">False</property>
46 <property name="fill">True</property>
47 <property name="position">0</property>
48 </packing>
49 </child>
50 <child>
51 <object class="GtkButton" id="cancel">
52 <property name="label">gtk-cancel</property>
53 <property name="visible">True</property>
54 <property name="can_focus">True</property>
55 <property name="receives_default">True</property>
56 <property name="use_stock">True</property>
57 </object>
58 <packing>
59 <property name="expand">False</property>
60 <property name="fill">True</property>
61 <property name="position">1</property>
62 </packing>
63 </child>
64 <child>
65 <object class="GtkButton" id="help">
66 <property name="label">gtk-help</property>
67 <property name="visible">True</property>
68 <property name="can_focus">True</property>
69 <property name="receives_default">True</property>
70 <property name="use_stock">True</property>
71 </object>
72 <packing>
73 <property name="expand">False</property>
74 <property name="fill">True</property>
75 <property name="position">2</property>
76 <property name="secondary">True</property>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkButton" id="organize">
81 <property name="label" translatable="yes" context="choosedatasourcedialog|organize">Or_ganize...</property>
82 <property name="can_focus">True</property>
83 <property name="receives_default">True</property>
84 <property name="no_show_all">True</property>
85 <property name="use_underline">True</property>
86 </object>
87 <packing>
88 <property name="expand">False</property>
89 <property name="fill">True</property>
90 <property name="position">3</property>
91 <property name="secondary">True</property>
92 </packing>
93 </child>
94 </object>
95 <packing>
96 <property name="expand">False</property>
97 <property name="fill">True</property>
98 <property name="pack_type">end</property>
99 <property name="position">0</property>
100 </packing>
101 </child>
102 <child>
103 <object class="GtkGrid" id="grid1">
104 <property name="visible">True</property>
105 <property name="can_focus">False</property>
106 <property name="hexpand">True</property>
107 <property name="vexpand">True</property>
108 <property name="row_spacing">6</property>
109 <child>
110 <object class="GtkLabel" id="label1">
111 <property name="visible">True</property>
112 <property name="can_focus">False</property>
113 <property name="label" translatable="yes" context="choosedatasourcedialog|label1">Choose a data source:</property>
114 <property name="use_underline">True</property>
115 <property name="mnemonic_widget">treeview</property>
116 <property name="xalign">0</property>
117 </object>
118 <packing>
119 <property name="left_attach">0</property>
120 <property name="top_attach">0</property>
121 </packing>
122 </child>
123 <child>
124 <object class="GtkScrolledWindow">
125 <property name="visible">True</property>
126 <property name="can_focus">True</property>
127 <property name="hexpand">True</property>
128 <property name="vexpand">True</property>
129 <property name="shadow_type">in</property>
130 <child>
131 <object class="GtkTreeView" id="treeview">
132 <property name="visible">True</property>
133 <property name="can_focus">True</property>
134 <property name="receives_default">True</property>
135 <property name="hexpand">True</property>
136 <property name="vexpand">True</property>
137 <property name="model">liststore2</property>
138 <property name="headers_visible">False</property>
139 <property name="search_column">1</property>
140 <property name="show_expanders">False</property>
141 <child internal-child="selection">
142 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
143 </child>
144 <child>
145 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
146 <property name="resizable">True</property>
147 <property name="spacing">6</property>
148 <child>
149 <object class="GtkCellRendererText" id="cellrenderer4"/>
150 <attributes>
151 <attribute name="text">0</attribute>
152 </attributes>
153 </child>
154 </object>
155 </child>
156 </object>
157 </child>
158 </object>
159 <packing>
160 <property name="left_attach">0</property>
161 <property name="top_attach">1</property>
162 </packing>
163 </child>
164 </object>
165 <packing>
166 <property name="expand">False</property>
167 <property name="fill">True</property>
168 <property name="position">1</property>
169 </packing>
170 </child>
171 </object>
172 </child>
173 <action-widgets>
174 <action-widget response="-5">ok</action-widget>
175 <action-widget response="-6">cancel</action-widget>
176 <action-widget response="-11">help</action-widget>
177 <action-widget response="101">organize</action-widget>
178 </action-widgets>
179 </object>
180 </interface>