tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / basctl / uiconfig / basicide / ui / importlibdialog.ui
blob98066ca8272aa63d8bda7fa2303e4ef0abb643eb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.36.0 -->
3 <interface domain="basctl">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkTreeStore" id="liststore1">
6 <columns>
7 <!-- column-name check1 -->
8 <column type="gboolean"/>
9 <!-- column-name text -->
10 <column type="gchararray"/>
11 <!-- column-name id -->
12 <column type="gchararray"/>
13 <!-- column-name checkvis1 -->
14 <column type="gboolean"/>
15 <!-- column-name checktri1 -->
16 <column type="gboolean"/>
17 </columns>
18 </object>
19 <object class="GtkDialog" id="ImportLibDialog">
20 <property name="can_focus">False</property>
21 <property name="border_width">6</property>
22 <property name="title" translatable="yes" context="importlibdialog|ImportLibDialog">Import Libraries</property>
23 <property name="resizable">False</property>
24 <property name="modal">True</property>
25 <property name="default_width">0</property>
26 <property name="default_height">0</property>
27 <property name="type_hint">dialog</property>
28 <child internal-child="vbox">
29 <object class="GtkBox" id="dialog-vbox1">
30 <property name="can_focus">False</property>
31 <property name="orientation">vertical</property>
32 <property name="spacing">12</property>
33 <child internal-child="action_area">
34 <object class="GtkButtonBox" id="dialog-action_area1">
35 <property name="can_focus">False</property>
36 <property name="layout_style">end</property>
37 <child>
38 <object class="GtkButton" id="ok">
39 <property name="label" translatable="yes" context="stock">_OK</property>
40 <property name="visible">True</property>
41 <property name="can_focus">True</property>
42 <property name="can_default">True</property>
43 <property name="has_default">True</property>
44 <property name="receives_default">True</property>
45 <property name="use-underline">True</property>
46 </object>
47 <packing>
48 <property name="expand">False</property>
49 <property name="fill">True</property>
50 <property name="position">0</property>
51 </packing>
52 </child>
53 <child>
54 <object class="GtkButton" id="cancel">
55 <property name="label" translatable="yes" context="stock">_Cancel</property>
56 <property name="visible">True</property>
57 <property name="can_focus">True</property>
58 <property name="receives_default">True</property>
59 <property name="use-underline">True</property>
60 </object>
61 <packing>
62 <property name="expand">False</property>
63 <property name="fill">True</property>
64 <property name="position">1</property>
65 </packing>
66 </child>
67 <child>
68 <object class="GtkButton" id="help">
69 <property name="label" translatable="yes" context="stock">_Help</property>
70 <property name="visible">True</property>
71 <property name="can_focus">True</property>
72 <property name="receives_default">True</property>
73 <property name="use-underline">True</property>
74 </object>
75 <packing>
76 <property name="expand">False</property>
77 <property name="fill">True</property>
78 <property name="position">2</property>
79 <property name="secondary">True</property>
80 </packing>
81 </child>
82 </object>
83 <packing>
84 <property name="expand">False</property>
85 <property name="fill">True</property>
86 <property name="pack_type">end</property>
87 <property name="position">0</property>
88 </packing>
89 </child>
90 <child>
91 <!-- n-columns=1 n-rows=1 -->
92 <object class="GtkGrid" id="grid1">
93 <property name="visible">True</property>
94 <property name="can_focus">False</property>
95 <property name="hexpand">True</property>
96 <property name="vexpand">True</property>
97 <property name="row_spacing">12</property>
98 <child>
99 <object class="GtkFrame" id="frame1">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="label_xalign">0</property>
103 <property name="shadow_type">none</property>
104 <child>
105 <!-- n-columns=1 n-rows=1 -->
106 <object class="GtkGrid" id="grid2">
107 <property name="visible">True</property>
108 <property name="can_focus">False</property>
109 <property name="row_spacing">6</property>
110 <property name="margin-start">12</property>
111 <property name="margin-top">6</property>
112 <child>
113 <object class="GtkCheckButton" id="ref">
114 <property name="label" translatable="yes" context="importlibdialog|ref">Insert as reference (read-only)</property>
115 <property name="visible">True</property>
116 <property name="can_focus">True</property>
117 <property name="receives_default">False</property>
118 <property name="use_underline">True</property>
119 <property name="draw_indicator">True</property>
120 <child internal-child="accessible">
121 <object class="AtkObject" id="ref-atkobject">
122 <property name="AtkObject::accessible-description" translatable="yes" context="importlibdialog|extended_tip|ref">Adds the selected library as a read-only file. The library is reloaded each time you start the office suite.</property>
123 </object>
124 </child>
125 </object>
126 <packing>
127 <property name="left_attach">0</property>
128 <property name="top_attach">0</property>
129 </packing>
130 </child>
131 <child>
132 <object class="GtkCheckButton" id="replace">
133 <property name="label" translatable="yes" context="importlibdialog|replace">Replace existing libraries</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="replace-atkobject">
141 <property name="AtkObject::accessible-description" translatable="yes" context="importlibdialog|extended_tip|replace">Replaces a library that has the same name with the current library.</property>
142 </object>
143 </child>
144 </object>
145 <packing>
146 <property name="left_attach">0</property>
147 <property name="top_attach">1</property>
148 </packing>
149 </child>
150 </object>
151 </child>
152 <child type="label">
153 <object class="GtkLabel" id="label1">
154 <property name="visible">True</property>
155 <property name="can_focus">False</property>
156 <property name="label" translatable="yes" context="importlibdialog|label1">Options</property>
157 <attributes>
158 <attribute name="weight" value="bold"/>
159 </attributes>
160 </object>
161 </child>
162 </object>
163 <packing>
164 <property name="left_attach">0</property>
165 <property name="top_attach">1</property>
166 </packing>
167 </child>
168 <child>
169 <object class="GtkFrame" id="storageframe">
170 <property name="visible">True</property>
171 <property name="can_focus">False</property>
172 <property name="hexpand">True</property>
173 <property name="vexpand">True</property>
174 <property name="label_xalign">0</property>
175 <property name="shadow_type">none</property>
176 <child>
177 <object class="GtkScrolledWindow">
178 <property name="visible">True</property>
179 <property name="can_focus">True</property>
180 <property name="hexpand">True</property>
181 <property name="vexpand">True</property>
182 <property name="shadow_type">in</property>
183 <property name="margin-start">12</property>
184 <property name="margin-top">6</property>
185 <child>
186 <object class="GtkTreeView" id="entries">
187 <property name="visible">True</property>
188 <property name="can_focus">True</property>
189 <property name="receives_default">True</property>
190 <property name="hexpand">True</property>
191 <property name="vexpand">True</property>
192 <property name="model">liststore1</property>
193 <property name="headers_visible">False</property>
194 <property name="search_column">0</property>
195 <property name="show_expanders">False</property>
196 <child internal-child="selection">
197 <object class="GtkTreeSelection" id="Macro Library List-selection2"/>
198 </child>
199 <child>
200 <object class="GtkTreeViewColumn" id="treeviewcolumn4">
201 <property name="resizable">True</property>
202 <property name="spacing">6</property>
203 <property name="alignment">0.5</property>
204 <child>
205 <object class="GtkCellRendererToggle" id="cellrenderer5"/>
206 <attributes>
207 <attribute name="visible">3</attribute>
208 <attribute name="active">0</attribute>
209 </attributes>
210 </child>
211 </object>
212 </child>
213 <child>
214 <object class="GtkTreeViewColumn" id="treeviewcolumn5">
215 <property name="resizable">True</property>
216 <property name="spacing">6</property>
217 <child>
218 <object class="GtkCellRendererText" id="cellrenderer4"/>
219 <attributes>
220 <attribute name="text">1</attribute>
221 </attributes>
222 </child>
223 </object>
224 </child>
225 </object>
226 </child>
227 </object>
228 </child>
229 <child type="label">
230 <object class="GtkLabel" id="label2">
231 <property name="visible">True</property>
232 <property name="can_focus">False</property>
233 <attributes>
234 <attribute name="weight" value="bold"/>
235 </attributes>
236 </object>
237 </child>
238 </object>
239 <packing>
240 <property name="left_attach">0</property>
241 <property name="top_attach">0</property>
242 </packing>
243 </child>
244 </object>
245 <packing>
246 <property name="expand">False</property>
247 <property name="fill">True</property>
248 <property name="position">1</property>
249 </packing>
250 </child>
251 </object>
252 </child>
253 <action-widgets>
254 <action-widget response="-5">ok</action-widget>
255 <action-widget response="-6">cancel</action-widget>
256 <action-widget response="-11">help</action-widget>
257 </action-widgets>
258 <child type="titlebar">
259 <placeholder/>
260 </child>
261 <child internal-child="accessible">
262 <object class="AtkObject" id="ImportLibDialog-atkobject">
263 <property name="AtkObject::accessible-description" translatable="yes" context="importlibdialog|extended_tip|ImportLibDialog">Enter a name or the path to the library that you want to append. You can also select a library from the list.</property>
264 </object>
265 </child>
266 </object>
267 </interface>