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