tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / basctl / uiconfig / basicide / ui / dialogpage.ui
blob5957ae76b587717fc11f19e414e2e0170b22c80f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="basctl">
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 <!-- n-columns=1 n-rows=1 -->
16 <object class="GtkGrid" id="DialogPage">
17 <property name="visible">True</property>
18 <property name="can-focus">False</property>
19 <property name="border-width">6</property>
20 <child>
21 <!-- n-columns=2 n-rows=1 -->
22 <object class="GtkGrid" id="grid2">
23 <property name="visible">True</property>
24 <property name="can-focus">False</property>
25 <property name="hexpand">True</property>
26 <property name="vexpand">True</property>
27 <property name="column-spacing">12</property>
28 <child>
29 <!-- n-columns=1 n-rows=2 -->
30 <object class="GtkGrid" id="grid3">
31 <property name="visible">True</property>
32 <property name="can-focus">False</property>
33 <property name="hexpand">True</property>
34 <property name="vexpand">True</property>
35 <property name="row-spacing">6</property>
36 <property name="column-spacing">12</property>
37 <child>
38 <object class="GtkLabel" id="label1">
39 <property name="visible">True</property>
40 <property name="can-focus">False</property>
41 <property name="label" translatable="yes" context="dialogpage|label1">Dialog:</property>
42 <property name="use-underline">True</property>
43 <property name="mnemonic-widget">library</property>
44 <property name="xalign">0</property>
45 </object>
46 <packing>
47 <property name="left-attach">0</property>
48 <property name="top-attach">0</property>
49 </packing>
50 </child>
51 <child>
52 <object class="GtkScrolledWindow">
53 <property name="visible">True</property>
54 <property name="can-focus">True</property>
55 <property name="hexpand">True</property>
56 <property name="vexpand">True</property>
57 <property name="shadow-type">in</property>
58 <child>
59 <object class="GtkTreeView" id="library">
60 <property name="width-request">-1</property>
61 <property name="visible">True</property>
62 <property name="can-focus">True</property>
63 <property name="receives-default">True</property>
64 <property name="hexpand">True</property>
65 <property name="vexpand">True</property>
66 <property name="model">liststore1</property>
67 <property name="headers-visible">False</property>
68 <property name="reorderable">True</property>
69 <property name="search-column">1</property>
70 <property name="enable-tree-lines">True</property>
71 <child internal-child="selection">
72 <object class="GtkTreeSelection" id="Macro Library List-selection1"/>
73 </child>
74 <child>
75 <object class="GtkTreeViewColumn" id="treeviewcolumn2">
76 <property name="spacing">6</property>
77 <child>
78 <object class="GtkCellRendererPixbuf" id="cellrenderertext4"/>
79 <attributes>
80 <attribute name="pixbuf">0</attribute>
81 </attributes>
82 </child>
83 <child>
84 <object class="GtkCellRendererText" id="cellrenderertext2">
85 <property name="editable">True</property>
86 </object>
87 <attributes>
88 <attribute name="text">1</attribute>
89 </attributes>
90 </child>
91 </object>
92 </child>
93 <child internal-child="accessible">
94 <object class="AtkObject" id="library-atkobject">
95 <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|library">Deletes the selected element or elements after confirmation.</property>
96 </object>
97 </child>
98 </object>
99 </child>
100 </object>
101 <packing>
102 <property name="left-attach">0</property>
103 <property name="top-attach">1</property>
104 </packing>
105 </child>
106 </object>
107 <packing>
108 <property name="left-attach">0</property>
109 <property name="top-attach">0</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkButtonBox" id="buttonbox1">
114 <property name="visible">True</property>
115 <property name="can-focus">False</property>
116 <property name="orientation">vertical</property>
117 <property name="spacing">6</property>
118 <property name="layout-style">start</property>
119 <child>
120 <object class="GtkButton" id="edit">
121 <property name="label" translatable="yes" context="stock">_Edit</property>
122 <property name="visible">True</property>
123 <property name="can-focus">True</property>
124 <property name="receives-default">True</property>
125 <property name="use-underline">True</property>
126 <child internal-child="accessible">
127 <object class="AtkObject" id="edit-atkobject">
128 <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|edit">Opens the Basic editor so that you can modify the selected library.</property>
129 </object>
130 </child>
131 </object>
132 <packing>
133 <property name="expand">False</property>
134 <property name="fill">True</property>
135 <property name="position">0</property>
136 </packing>
137 </child>
138 <child>
139 <object class="GtkButton" id="newmodule">
140 <property name="label" translatable="yes" context="dialogpage|newmodule">_New...</property>
141 <property name="visible">True</property>
142 <property name="can-focus">True</property>
143 <property name="receives-default">True</property>
144 <property name="use-underline">True</property>
145 <child internal-child="accessible">
146 <object class="AtkObject" id="newmodule-atkobject">
147 <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|newmodule">Opens the editor and creates a new module.</property>
148 </object>
149 </child>
150 </object>
151 <packing>
152 <property name="expand">False</property>
153 <property name="fill">True</property>
154 <property name="position">1</property>
155 <property name="secondary">True</property>
156 </packing>
157 </child>
158 <child>
159 <object class="GtkButton" id="newdialog">
160 <property name="label" translatable="yes" context="dialogpage|newdialog">_New...</property>
161 <property name="visible">True</property>
162 <property name="can-focus">True</property>
163 <property name="receives-default">True</property>
164 <property name="use-underline">True</property>
165 </object>
166 <packing>
167 <property name="expand">False</property>
168 <property name="fill">True</property>
169 <property name="position">2</property>
170 <property name="secondary">True</property>
171 </packing>
172 </child>
173 <child>
174 <object class="GtkButton" id="delete">
175 <property name="label" translatable="yes" context="stock">_Delete</property>
176 <property name="visible">True</property>
177 <property name="can-focus">True</property>
178 <property name="receives-default">True</property>
179 <property name="use-underline">True</property>
180 <child internal-child="accessible">
181 <object class="AtkObject" id="delete-atkobject">
182 <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|delete">Deletes the selected element or elements without requiring confirmation.</property>
183 </object>
184 </child>
185 </object>
186 <packing>
187 <property name="expand">False</property>
188 <property name="fill">True</property>
189 <property name="position">3</property>
190 <property name="secondary">True</property>
191 </packing>
192 </child>
193 <child>
194 <object class="GtkButton" id="password">
195 <property name="label" translatable="yes" context="dialogpage|password">_Password...</property>
196 <property name="can-focus">True</property>
197 <property name="receives-default">True</property>
198 <property name="no-show-all">True</property>
199 <property name="use-underline">True</property>
200 <child internal-child="accessible">
201 <object class="AtkObject" id="password-atkobject">
202 <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|password">Assigns or edits the password for the selected library.</property>
203 </object>
204 </child>
205 </object>
206 <packing>
207 <property name="expand">False</property>
208 <property name="fill">True</property>
209 <property name="position">4</property>
210 </packing>
211 </child>
212 <child>
213 <object class="GtkButton" id="import">
214 <property name="label" translatable="yes" context="dialogpage|import">_Import...</property>
215 <property name="can-focus">True</property>
216 <property name="receives-default">True</property>
217 <property name="no-show-all">True</property>
218 <property name="use-underline">True</property>
219 <child internal-child="accessible">
220 <object class="AtkObject" id="import-atkobject">
221 <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|import">Locate the Basic library that you want to add to the current list, and then click Open.</property>
222 </object>
223 </child>
224 </object>
225 <packing>
226 <property name="expand">False</property>
227 <property name="fill">True</property>
228 <property name="position">5</property>
229 </packing>
230 </child>
231 <child>
232 <object class="GtkButton" id="export">
233 <property name="label" translatable="yes" context="dialogpage|export">_Export...</property>
234 <property name="can-focus">True</property>
235 <property name="receives-default">True</property>
236 <property name="no-show-all">True</property>
237 <property name="use-underline">True</property>
238 </object>
239 <packing>
240 <property name="expand">False</property>
241 <property name="fill">True</property>
242 <property name="position">6</property>
243 </packing>
244 </child>
245 </object>
246 <packing>
247 <property name="left-attach">1</property>
248 <property name="top-attach">0</property>
249 </packing>
250 </child>
251 </object>
252 <packing>
253 <property name="left-attach">0</property>
254 <property name="top-attach">0</property>
255 </packing>
256 </child>
257 <child internal-child="accessible">
258 <object class="AtkObject" id="DialogPage-atkobject">
259 <property name="AtkObject::accessible-description" translatable="yes" context="dialogpage|extended_tip|DialogPage">Lists the existing modules or dialogs.</property>
260 </object>
261 </child>
262 </object>
263 <object class="GtkSizeGroup" id="sizegroup1">
264 <widgets>
265 <widget name="edit"/>
266 <widget name="newmodule"/>
267 <widget name="newdialog"/>
268 <widget name="delete"/>
269 <widget name="password"/>
270 <widget name="import"/>
271 <widget name="export"/>
272 </widgets>
273 </object>
274 </interface>