]> git.0d.be Git - empathy.git/blob - libempathy-gtk/empathy-account-widget-salut.ui
Convert glade files to GtkBuilder format
[empathy.git] / libempathy-gtk / empathy-account-widget-salut.ui
1 <?xml version="1.0"?>
2 <!--*- mode: xml -*-->
3 <interface>
4   <object class="GtkWindow" id="account_salut_settings">
5     <property name="visible">True</property>
6     <property name="title">salut account settings</property>
7     <property name="resizable">False</property>
8     <child>
9       <object class="GtkVBox" id="vbox_salut_settings">
10         <property name="visible">True</property>
11         <property name="spacing">6</property>
12         <child>
13           <object class="GtkTable" id="table_common_settings">
14             <property name="visible">True</property>
15             <property name="n_rows">3</property>
16             <property name="n_columns">3</property>
17             <property name="column_spacing">12</property>
18             <property name="row_spacing">6</property>
19             <child>
20               <object class="GtkEntry" id="entry_nickname">
21                 <property name="visible">True</property>
22                 <property name="can_focus">True</property>
23               </object>
24               <packing>
25                 <property name="left_attach">1</property>
26                 <property name="right_attach">3</property>
27                 <property name="top_attach">2</property>
28                 <property name="bottom_attach">3</property>
29                 <property name="y_options"/>
30               </packing>
31             </child>
32             <child>
33               <object class="GtkEntry" id="entry_last_name">
34                 <property name="visible">True</property>
35                 <property name="can_focus">True</property>
36               </object>
37               <packing>
38                 <property name="left_attach">1</property>
39                 <property name="right_attach">3</property>
40                 <property name="top_attach">1</property>
41                 <property name="bottom_attach">2</property>
42                 <property name="y_options"/>
43               </packing>
44             </child>
45             <child>
46               <object class="GtkEntry" id="entry_first_name">
47                 <property name="visible">True</property>
48                 <property name="can_focus">True</property>
49               </object>
50               <packing>
51                 <property name="left_attach">1</property>
52                 <property name="right_attach">3</property>
53                 <property name="y_options"/>
54               </packing>
55             </child>
56             <child>
57               <object class="GtkLabel" id="label_nickname">
58                 <property name="visible">True</property>
59                 <property name="xalign">0</property>
60                 <property name="label" translatable="yes">_Nickname:</property>
61                 <property name="use_underline">True</property>
62                 <property name="mnemonic_widget">entry_nickname</property>
63               </object>
64               <packing>
65                 <property name="top_attach">2</property>
66                 <property name="bottom_attach">3</property>
67                 <property name="x_options">GTK_FILL</property>
68                 <property name="y_options"/>
69               </packing>
70             </child>
71             <child>
72               <object class="GtkLabel" id="label_last_name">
73                 <property name="visible">True</property>
74                 <property name="xalign">0</property>
75                 <property name="label" translatable="yes">_Last Name:</property>
76                 <property name="use_underline">True</property>
77                 <property name="mnemonic_widget">entry_last_name</property>
78               </object>
79               <packing>
80                 <property name="top_attach">1</property>
81                 <property name="bottom_attach">2</property>
82                 <property name="x_options">GTK_FILL</property>
83                 <property name="y_options"/>
84               </packing>
85             </child>
86             <child>
87               <object class="GtkLabel" id="label_first_name">
88                 <property name="visible">True</property>
89                 <property name="xalign">0</property>
90                 <property name="label" translatable="yes">_First Name:</property>
91                 <property name="use_underline">True</property>
92                 <property name="mnemonic_widget">entry_first_name</property>
93               </object>
94               <packing>
95                 <property name="x_options">GTK_FILL</property>
96                 <property name="y_options"/>
97               </packing>
98             </child>
99           </object>
100           <packing>
101             <property name="expand">False</property>
102             <property name="fill">False</property>
103           </packing>
104         </child>
105         <child>
106           <object class="GtkExpander" id="expander1">
107             <property name="visible">True</property>
108             <property name="can_focus">True</property>
109             <child>
110               <object class="GtkTable" id="table_advanced_settings">
111                 <property name="visible">True</property>
112                 <property name="n_rows">3</property>
113                 <property name="n_columns">3</property>
114                 <property name="column_spacing">12</property>
115                 <property name="row_spacing">6</property>
116                 <child>
117                   <object class="GtkEntry" id="entry_published">
118                     <property name="visible">True</property>
119                     <property name="can_focus">True</property>
120                   </object>
121                   <packing>
122                     <property name="left_attach">1</property>
123                     <property name="right_attach">3</property>
124                     <property name="y_options"/>
125                   </packing>
126                 </child>
127                 <child>
128                   <object class="GtkLabel" id="label_published">
129                     <property name="visible">True</property>
130                     <property name="xalign">0</property>
131                     <property name="label" translatable="yes">_Published Name:</property>
132                     <property name="use_underline">True</property>
133                     <property name="mnemonic_widget">entry_published</property>
134                   </object>
135                   <packing>
136                     <property name="x_options">GTK_FILL</property>
137                     <property name="y_options"/>
138                   </packing>
139                 </child>
140                 <child>
141                   <object class="GtkEntry" id="entry_jid">
142                     <property name="visible">True</property>
143                     <property name="can_focus">True</property>
144                   </object>
145                   <packing>
146                     <property name="left_attach">1</property>
147                     <property name="right_attach">3</property>
148                     <property name="top_attach">2</property>
149                     <property name="bottom_attach">3</property>
150                     <property name="y_options"/>
151                   </packing>
152                 </child>
153                 <child>
154                   <object class="GtkEntry" id="entry_email">
155                     <property name="visible">True</property>
156                     <property name="can_focus">True</property>
157                   </object>
158                   <packing>
159                     <property name="left_attach">1</property>
160                     <property name="right_attach">3</property>
161                     <property name="top_attach">1</property>
162                     <property name="bottom_attach">2</property>
163                     <property name="y_options"/>
164                   </packing>
165                 </child>
166                 <child>
167                   <object class="GtkLabel" id="label_jid">
168                     <property name="visible">True</property>
169                     <property name="xalign">0</property>
170                     <property name="label" translatable="yes">_Jabber ID:</property>
171                     <property name="use_underline">True</property>
172                     <property name="mnemonic_widget">entry_jid</property>
173                   </object>
174                   <packing>
175                     <property name="top_attach">2</property>
176                     <property name="bottom_attach">3</property>
177                     <property name="x_options">GTK_FILL</property>
178                     <property name="y_options"/>
179                   </packing>
180                 </child>
181                 <child>
182                   <object class="GtkLabel" id="label_email">
183                     <property name="visible">True</property>
184                     <property name="xalign">0</property>
185                     <property name="label" translatable="yes">_Email:</property>
186                     <property name="use_underline">True</property>
187                     <property name="mnemonic_widget">entry_email</property>
188                   </object>
189                   <packing>
190                     <property name="top_attach">1</property>
191                     <property name="bottom_attach">2</property>
192                     <property name="x_options">GTK_FILL</property>
193                     <property name="y_options"/>
194                   </packing>
195                 </child>
196               </object>
197             </child>
198             <child type="label">
199               <object class="GtkLabel" id="label1">
200                 <property name="visible">True</property>
201                 <property name="label" translatable="yes">&lt;b&gt;Advanced&lt;/b&gt;</property>
202                 <property name="use_markup">True</property>
203               </object>
204             </child>
205           </object>
206           <packing>
207             <property name="expand">False</property>
208             <property name="fill">False</property>
209             <property name="position">1</property>
210           </packing>
211         </child>
212       </object>
213     </child>
214   </object>
215 </interface>