]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-icq.ui
local-xmpp-assistant-widget: increase row-spacing
[empathy.git] / libempathy-gtk / empathy-account-widget-icq.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkAdjustment" id="adjustment1">
6     <property name="value">5222</property>
7     <property name="upper">65555</property>
8     <property name="step_increment">1</property>
9     <property name="page_increment">10</property>
10   </object>
11   <object class="GtkVBox" id="vbox_icq_settings">
12     <property name="visible">True</property>
13     <property name="orientation">vertical</property>
14     <property name="spacing">6</property>
15     <child>
16       <object class="GtkGrid" id="grid_common_settings">
17         <property name="visible">True</property>
18         <property name="column_spacing">12</property>
19         <property name="row_spacing">6</property>
20         <child>
21           <object class="GtkLabel" id="label_password">
22             <property name="visible">True</property>
23             <property name="xalign">0</property>
24             <property name="label" translatable="yes">Pass_word:</property>
25             <property name="use_underline">True</property>
26             <property name="mnemonic_widget">entry_password</property>
27           </object>
28           <packing>
29             <property name="top_attach">2</property>
30           </packing>
31         </child>
32         <child>
33           <object class="GtkLabel" id="label_uin">
34             <property name="visible">True</property>
35             <property name="xalign">0</property>
36             <property name="label" translatable="yes">ICQ _UIN:</property>
37             <property name="use_underline">True</property>
38             <property name="mnemonic_widget">entry_uin</property>
39           </object>
40           <packing>
41           </packing>
42         </child>
43         <child>
44           <object class="GtkEntry" id="entry_uin">
45             <property name="visible">True</property>
46             <property name="can_focus">True</property>
47           </object>
48           <packing>
49             <property name="left_attach">1</property>
50           </packing>
51         </child>
52         <child>
53           <object class="GtkEntry" id="entry_password">
54             <property name="visible">True</property>
55             <property name="can_focus">True</property>
56             <property name="visibility">False</property>
57           </object>
58           <packing>
59             <property name="left_attach">1</property>
60             <property name="top_attach">2</property>
61           </packing>
62         </child>
63         <child>
64           <object class="GtkLabel" id="label_username_example">
65             <property name="visible">True</property>
66             <property name="xalign">0</property>
67             <property name="xpad">3</property>
68             <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; 123456789</property>
69             <property name="use_markup">True</property>
70             <attributes>
71               <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
72             </attributes>
73           </object>
74           <packing>
75             <property name="left_attach">1</property>
76             <property name="top_attach">1</property>
77           </packing>
78         </child>
79         <child>
80           <object class="GtkCheckButton" id="remember_password">
81             <property name="label" translatable="yes">Remember password</property>
82             <property name="visible">True</property>
83             <property name="can_focus">True</property>
84             <property name="receives_default">False</property>
85             <property name="active">True</property>
86             <property name="draw_indicator">True</property>
87           </object>
88           <packing>
89             <property name="left_attach">1</property>
90             <property name="top_attach">3</property>
91           </packing>
92         </child>
93         <child>
94           <placeholder/>
95         </child>
96         <child>
97           <placeholder/>
98         </child>
99       </object>
100       <packing>
101         <property name="expand">False</property>
102         <property name="fill">False</property>
103         <property name="position">0</property>
104       </packing>
105     </child>
106     <child>
107       <object class="GtkExpander" id="expander1">
108         <property name="visible">True</property>
109         <property name="can_focus">True</property>
110         <child>
111           <object class="GtkGrid" id="grid_advanced_settings">
112             <property name="visible">True</property>
113             <property name="column_spacing">12</property>
114             <property name="row_spacing">6</property>
115             <child>
116               <object class="GtkLabel" id="label_charset">
117                 <property name="visible">True</property>
118                 <property name="xalign">0</property>
119                 <property name="label" translatable="yes">Ch_aracter set:</property>
120                 <property name="use_underline">True</property>
121                 <property name="mnemonic_widget">entry_charset</property>
122               </object>
123               <packing>
124               </packing>
125             </child>
126             <child>
127               <object class="GtkSpinButton" id="spinbutton_port">
128                 <property name="visible">True</property>
129                 <property name="can_focus">True</property>
130                 <property name="adjustment">adjustment1</property>
131                 <property name="climb_rate">1</property>
132                 <property name="numeric">True</property>
133               </object>
134               <packing>
135                 <property name="left_attach">1</property>
136                 <property name="top_attach">2</property>
137               </packing>
138             </child>
139             <child>
140               <object class="GtkEntry" id="entry_server">
141                 <property name="visible">True</property>
142                 <property name="can_focus">True</property>
143               </object>
144               <packing>
145                 <property name="left_attach">1</property>
146                 <property name="top_attach">1</property>
147               </packing>
148             </child>
149             <child>
150               <object class="GtkLabel" id="label_port">
151                 <property name="visible">True</property>
152                 <property name="xalign">0</property>
153                 <property name="label" translatable="yes">_Port:</property>
154                 <property name="use_underline">True</property>
155                 <property name="mnemonic_widget">spinbutton_port</property>
156               </object>
157               <packing>
158                 <property name="top_attach">2</property>
159                 <property name="left_attach">0</property>
160               </packing>
161             </child>
162             <child>
163               <object class="GtkLabel" id="label_server">
164                 <property name="visible">True</property>
165                 <property name="xalign">0</property>
166                 <property name="label" translatable="yes">_Server:</property>
167                 <property name="use_underline">True</property>
168                 <property name="mnemonic_widget">entry_server</property>
169               </object>
170               <packing>
171                 <property name="top_attach">1</property>
172                 <property name="left_attach">0</property>
173               </packing>
174             </child>
175             <child>
176               <object class="GtkEntry" id="entry_charset">
177                 <property name="visible">True</property>
178                 <property name="can_focus">True</property>
179               </object>
180               <packing>
181                 <property name="left_attach">1</property>
182               </packing>
183             </child>
184           </object>
185         </child>
186         <child type="label">
187           <object class="GtkLabel" id="label1">
188             <property name="visible">True</property>
189             <property name="label" translatable="yes">Advanced</property>
190             <attributes>
191               <attribute name="weight" value="bold"/>
192             </attributes>
193           </object>
194         </child>
195       </object>
196       <packing>
197         <property name="expand">False</property>
198         <property name="fill">False</property>
199         <property name="position">1</property>
200       </packing>
201     </child>
202   </object>
203   <object class="GtkVBox" id="vbox_icq_simple">
204     <property name="visible">True</property>
205     <property name="orientation">vertical</property>
206     <property name="spacing">6</property>
207     <child>
208       <object class="GtkLabel" id="label_uin_simple">
209         <property name="visible">True</property>
210         <property name="xalign">0</property>
211         <property name="label" translatable="yes">What is your ICQ UIN?</property>
212       </object>
213       <packing>
214         <property name="position">0</property>
215       </packing>
216     </child>
217     <child>
218       <object class="GtkAlignment" id="alignment1">
219         <property name="visible">True</property>
220         <property name="xalign">0</property>
221         <property name="yalign">0</property>
222         <property name="xscale">0.34999999403953552</property>
223         <property name="yscale">0.34999999403953552</property>
224         <property name="bottom_padding">3</property>
225         <property name="left_padding">12</property>
226         <child>
227           <object class="GtkVBox" id="vbox1">
228             <property name="visible">True</property>
229             <property name="orientation">vertical</property>
230             <property name="spacing">4</property>
231             <child>
232               <object class="GtkEntry" id="entry_uin_simple">
233                 <property name="visible">True</property>
234                 <property name="can_focus">True</property>
235               </object>
236               <packing>
237                 <property name="position">0</property>
238               </packing>
239             </child>
240             <child>
241               <object class="GtkLabel" id="label_example">
242                 <property name="visible">True</property>
243                 <property name="xalign">0.10000000149011612</property>
244                 <property name="label" translatable="yes">&lt;b&gt;Example:&lt;/b&gt; 123456789</property>
245                 <property name="use_markup">True</property>
246                 <attributes>
247                   <attribute name="scale" value="0.8"/><!-- PANGO_SCALE_SMALL -->
248                 </attributes>
249               </object>
250               <packing>
251                 <property name="position">1</property>
252               </packing>
253             </child>
254           </object>
255         </child>
256       </object>
257       <packing>
258         <property name="position">1</property>
259       </packing>
260     </child>
261     <child>
262       <object class="GtkLabel" id="label_password_simple">
263         <property name="visible">True</property>
264         <property name="xalign">0</property>
265         <property name="label" translatable="yes">What is your ICQ password?</property>
266       </object>
267       <packing>
268         <property name="position">2</property>
269       </packing>
270     </child>
271     <child>
272       <object class="GtkAlignment" id="alignment2">
273         <property name="visible">True</property>
274         <property name="xalign">0</property>
275         <property name="yalign">0</property>
276         <property name="xscale">0.34999999403953552</property>
277         <property name="yscale">0.34999999403953552</property>
278         <property name="left_padding">12</property>
279         <child>
280           <object class="GtkEntry" id="entry_password_simple">
281             <property name="visible">True</property>
282             <property name="can_focus">True</property>
283             <property name="visibility">False</property>
284           </object>
285         </child>
286       </object>
287       <packing>
288         <property name="position">3</property>
289       </packing>
290     </child>
291     <child>
292       <object class="GtkCheckButton" id="remember_password_simple">
293         <property name="label" translatable="yes">Remember Password</property>
294         <property name="visible">True</property>
295         <property name="can_focus">True</property>
296         <property name="receives_default">False</property>
297         <property name="active">True</property>
298         <property name="draw_indicator">True</property>
299       </object>
300       <packing>
301         <property name="position">4</property>
302       </packing>
303     </child>
304   </object>
305 </interface>