tdf#130857 qt weld: Implement QtInstanceWidget::get_text_height
[LibreOffice.git] / uui / uiconfig / ui / logindialog.ui
blob8584a0cdff29aa14ffd793657600de5ddf8c4f74
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- Generated with glade 3.40.0 -->
3 <interface domain="uui">
4 <requires lib="gtk+" version="3.20"/>
5 <object class="GtkDialog" id="LoginDialog">
6 <property name="can-focus">False</property>
7 <property name="border-width">6</property>
8 <property name="title" translatable="yes" context="logindialog|LoginDialog">Authentication Required</property>
9 <property name="modal">True</property>
10 <property name="default-width">0</property>
11 <property name="default-height">0</property>
12 <property name="type-hint">dialog</property>
13 <child internal-child="vbox">
14 <object class="GtkBox" id="dialog-vbox1">
15 <property name="can-focus">False</property>
16 <property name="orientation">vertical</property>
17 <property name="spacing">12</property>
18 <child internal-child="action_area">
19 <object class="GtkButtonBox" id="dialog-action_area1">
20 <property name="can-focus">False</property>
21 <property name="layout-style">end</property>
22 <child>
23 <object class="GtkButton" id="ok">
24 <property name="label" translatable="yes" context="stock">_OK</property>
25 <property name="visible">True</property>
26 <property name="can-focus">True</property>
27 <property name="can-default">True</property>
28 <property name="has-default">True</property>
29 <property name="receives-default">True</property>
30 <property name="use-underline">True</property>
31 </object>
32 <packing>
33 <property name="expand">False</property>
34 <property name="fill">True</property>
35 <property name="position">0</property>
36 </packing>
37 </child>
38 <child>
39 <object class="GtkButton" id="cancel">
40 <property name="label" translatable="yes" context="stock">_Cancel</property>
41 <property name="visible">True</property>
42 <property name="can-focus">True</property>
43 <property name="receives-default">True</property>
44 <property name="use-underline">True</property>
45 </object>
46 <packing>
47 <property name="expand">False</property>
48 <property name="fill">True</property>
49 <property name="position">1</property>
50 </packing>
51 </child>
52 <child>
53 <object class="GtkButton" id="help">
54 <property name="label" translatable="yes" context="stock">_Help</property>
55 <property name="visible">True</property>
56 <property name="can-focus">True</property>
57 <property name="receives-default">True</property>
58 <property name="use-underline">True</property>
59 </object>
60 <packing>
61 <property name="expand">False</property>
62 <property name="fill">True</property>
63 <property name="position">2</property>
64 <property name="secondary">True</property>
65 </packing>
66 </child>
67 </object>
68 <packing>
69 <property name="expand">False</property>
70 <property name="fill">True</property>
71 <property name="pack-type">end</property>
72 <property name="position">0</property>
73 </packing>
74 </child>
75 <child>
76 <!-- n-columns=2 n-rows=10 -->
77 <object class="GtkGrid" id="grid1">
78 <property name="visible">True</property>
79 <property name="can-focus">False</property>
80 <property name="row-spacing">6</property>
81 <property name="column-spacing">12</property>
82 <child>
83 <object class="GtkCheckButton" id="syscreds">
84 <property name="label" translatable="yes" context="logindialog|syscreds">_Use system credentials</property>
85 <property name="visible">True</property>
86 <property name="can-focus">True</property>
87 <property name="receives-default">False</property>
88 <property name="use-underline">True</property>
89 <property name="draw-indicator">True</property>
90 </object>
91 <packing>
92 <property name="left-attach">0</property>
93 <property name="top-attach">8</property>
94 <property name="width">2</property>
95 </packing>
96 </child>
97 <child>
98 <object class="GtkCheckButton" id="remember">
99 <property name="label" translatable="yes" context="logindialog|remember">_Remember credentials</property>
100 <property name="visible">True</property>
101 <property name="can-focus">True</property>
102 <property name="receives-default">False</property>
103 <property name="use-underline">True</property>
104 <property name="draw-indicator">True</property>
105 </object>
106 <packing>
107 <property name="left-attach">0</property>
108 <property name="top-attach">9</property>
109 <property name="width">2</property>
110 </packing>
111 </child>
112 <child>
113 <object class="GtkEntry" id="accounted">
114 <property name="visible">True</property>
115 <property name="can-focus">True</property>
116 <property name="hexpand">True</property>
117 <property name="activates-default">True</property>
118 <property name="truncate-multiline">True</property>
119 </object>
120 <packing>
121 <property name="left-attach">1</property>
122 <property name="top-attach">7</property>
123 </packing>
124 </child>
125 <child>
126 <object class="GtkLabel" id="accountft">
127 <property name="visible">True</property>
128 <property name="can-focus">False</property>
129 <property name="label" translatable="yes" context="logindialog|accountft">A_ccount:</property>
130 <property name="use-underline">True</property>
131 <property name="mnemonic-widget">accounted</property>
132 <property name="xalign">0</property>
133 </object>
134 <packing>
135 <property name="left-attach">0</property>
136 <property name="top-attach">7</property>
137 </packing>
138 </child>
139 <child>
140 <object class="GtkLabel" id="passwordft">
141 <property name="visible">True</property>
142 <property name="can-focus">False</property>
143 <property name="label" translatable="yes" context="logindialog|passwordft">Pass_word:</property>
144 <property name="use-underline">True</property>
145 <property name="mnemonic-widget">passworded</property>
146 <property name="xalign">0</property>
147 </object>
148 <packing>
149 <property name="left-attach">0</property>
150 <property name="top-attach">6</property>
151 </packing>
152 </child>
153 <child>
154 <object class="GtkEntry" id="passworded">
155 <property name="visible">True</property>
156 <property name="can-focus">True</property>
157 <property name="hexpand">True</property>
158 <property name="visibility">False</property>
159 <property name="activates-default">True</property>
160 <property name="truncate-multiline">True</property>
161 </object>
162 <packing>
163 <property name="left-attach">1</property>
164 <property name="top-attach">6</property>
165 </packing>
166 </child>
167 <child>
168 <object class="GtkEntry" id="nameed">
169 <property name="visible">True</property>
170 <property name="can-focus">True</property>
171 <property name="hexpand">True</property>
172 <property name="activates-default">True</property>
173 <property name="truncate-multiline">True</property>
174 </object>
175 <packing>
176 <property name="left-attach">1</property>
177 <property name="top-attach">5</property>
178 </packing>
179 </child>
180 <child>
181 <object class="GtkLabel" id="nameft">
182 <property name="visible">True</property>
183 <property name="can-focus">False</property>
184 <property name="label" translatable="yes" context="logindialog|nameft">_User name:</property>
185 <property name="use-underline">True</property>
186 <property name="mnemonic-widget">nameed</property>
187 <property name="xalign">0</property>
188 </object>
189 <packing>
190 <property name="left-attach">0</property>
191 <property name="top-attach">5</property>
192 </packing>
193 </child>
194 <child>
195 <object class="GtkLabel" id="loginrealm">
196 <property name="can-focus">False</property>
197 <property name="no-show-all">True</property>
198 <property name="label" translatable="yes" context="logindialog|loginrealm">Enter user name and password for:
199 “%2” on %1</property>
200 <property name="xalign">0</property>
201 </object>
202 <packing>
203 <property name="left-attach">0</property>
204 <property name="top-attach">3</property>
205 <property name="width">2</property>
206 </packing>
207 </child>
208 <child>
209 <object class="GtkLabel" id="wrongloginrealm">
210 <property name="can-focus">False</property>
211 <property name="no-show-all">True</property>
212 <property name="label" translatable="yes" context="logindialog|wrongloginrealm">Wrong user name and password for:
213 “%2” on %1</property>
214 <property name="xalign">0</property>
215 </object>
216 <packing>
217 <property name="left-attach">0</property>
218 <property name="top-attach">3</property>
219 <property name="width">2</property>
220 </packing>
221 </child>
222 <child>
223 <object class="GtkLabel" id="wrongrequestinfo">
224 <property name="can-focus">False</property>
225 <property name="no-show-all">True</property>
226 <property name="label" translatable="yes" context="logindialog|wrongrequestinfo">Wrong user name and password for:
227 %1</property>
228 <property name="xalign">0</property>
229 </object>
230 <packing>
231 <property name="left-attach">0</property>
232 <property name="top-attach">3</property>
233 <property name="width">2</property>
234 </packing>
235 </child>
236 <child>
237 <object class="GtkLabel" id="requestinfo">
238 <property name="visible">True</property>
239 <property name="can-focus">False</property>
240 <property name="label" translatable="yes" context="logindialog|requestinfo">Enter user name and password for:
241 %1</property>
242 <property name="xalign">0</property>
243 </object>
244 <packing>
245 <property name="left-attach">0</property>
246 <property name="top-attach">2</property>
247 <property name="width">2</property>
248 </packing>
249 </child>
250 <child>
251 <object class="GtkLabel" id="errorft">
252 <property name="visible">True</property>
253 <property name="can-focus">False</property>
254 <property name="label" translatable="yes" context="logindialog|errorft">Message from server:</property>
255 <property name="use-underline">True</property>
256 <property name="mnemonic-widget">errorinfo</property>
257 <property name="xalign">0</property>
258 </object>
259 <packing>
260 <property name="left-attach">0</property>
261 <property name="top-attach">0</property>
262 <property name="width">2</property>
263 </packing>
264 </child>
265 <child>
266 <object class="GtkLabel" id="errorinfo">
267 <property name="visible">True</property>
268 <property name="can-focus">False</property>
269 <property name="wrap">True</property>
270 <property name="width-chars">56</property>
271 <property name="xalign">0</property>
272 </object>
273 <packing>
274 <property name="left-attach">0</property>
275 <property name="top-attach">1</property>
276 <property name="width">2</property>
277 </packing>
278 </child>
279 <child>
280 <placeholder/>
281 </child>
282 <child>
283 <placeholder/>
284 </child>
285 </object>
286 <packing>
287 <property name="expand">False</property>
288 <property name="fill">True</property>
289 <property name="position">1</property>
290 </packing>
291 </child>
292 </object>
293 </child>
294 <action-widgets>
295 <action-widget response="-5">ok</action-widget>
296 <action-widget response="-6">cancel</action-widget>
297 <action-widget response="-11">help</action-widget>
298 </action-widgets>
299 </object>
300 </interface>