]> git.0d.be Git - empathy.git/blob - src/empathy-accounts-dialog.ui
accounts-dialog: remove hbox_protocol
[empathy.git] / src / empathy-accounts-dialog.ui
1 <?xml version="1.0"?>
2 <interface>
3   <requires lib="gtk+" version="2.16"/>
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkHBox" id="accounts_dialog_hbox">
6     <property name="visible">True</property>
7     <property name="border_width">6</property>
8     <property name="spacing">18</property>
9     <child>
10       <object class="GtkVBox" id="vbox195">
11         <property name="visible">True</property>
12         <property name="spacing">6</property>
13         <child>
14           <object class="GtkVBox" id="vbox1">
15             <property name="visible">True</property>
16             <property name="spacing">0</property>
17             <child>
18               <object class="GtkScrolledWindow" id="accounts_sw">
19                 <property name="height_request">200</property>
20                 <property name="visible">True</property>
21                 <property name="can_focus">True</property>
22                 <property name="hscrollbar_policy">never</property>
23                 <property name="vscrollbar_policy">automatic</property>
24                 <property name="shadow_type">in</property>
25                 <child>
26                   <object class="GtkTreeView" id="treeview">
27                     <property name="visible">True</property>
28                     <property name="can_focus">True</property>
29                     <property name="enable_search">False</property>
30                   </object>
31                 </child>
32               </object>
33               <packing>
34                 <property name="expand">True</property>
35                 <property name="fill">True</property>
36                 <property name="position">0</property>
37               </packing>
38             </child>
39             <child>
40               <object class="GtkToolbar" id="add_remove_toolbar">
41                 <property name="visible">True</property>
42                 <property name="icon_size">1</property>
43                 <style>
44                   <class name="inline-toolbar"/>
45                 </style>
46                 <child>
47                   <object class="GtkToolButton" id="button_add">
48                     <property name="tooltip-text" translatable="yes">Add…</property>
49                     <property name="visible">True</property>
50                     <property name="can_focus">True</property>
51                     <property name="receives_default">True</property>
52                     <property name="icon_name">list-add-symbolic</property>
53                     <property name="use_underline">True</property>
54                   </object>
55                   <packing>
56                   </packing>
57                 </child>
58                 <child>
59                   <object class="GtkToolButton" id="button_remove">
60                     <property name="tooltip-text" translatable="yes">Remove</property>
61                     <property name="visible">True</property>
62                     <property name="can_focus">True</property>
63                     <property name="receives_default">True</property>
64                     <property name="icon_name">list-remove-symbolic</property>
65                     <property name="use_underline">True</property>
66                   </object>
67                   <packing>
68                   </packing>
69                 </child>
70               </object>
71               <packing>
72                 <property name="expand">False</property>
73                 <property name="fill">False</property>
74                 <property name="position">1</property>
75               </packing>
76             </child>
77           </object>
78           <packing>
79             <property name="expand">True</property>
80             <property name="fill">True</property>
81             <property name="position">0</property>
82           </packing>
83         </child>
84         <child>
85           <object class="GtkButton" id="button_import">
86             <property name="label" translatable="yes">_Import…</property>
87             <property name="can_focus">True</property>
88             <property name="receives_default">True</property>
89             <property name="use_action_appearance">False</property>
90             <property name="use_underline">True</property>
91           </object>
92           <packing>
93             <property name="expand">False</property>
94             <property name="fill">True</property>
95             <property name="position">1</property>
96           </packing>
97         </child>
98       </object>
99       <packing>
100         <property name="expand">True</property>
101         <property name="fill">True</property>
102         <property name="position">0</property>
103       </packing>
104     </child>
105     <child>
106       <object class="GtkNotebook" id="notebook_account">
107         <property name="visible">True</property>
108         <property name="can_focus">True</property>
109         <property name="show_tabs">False</property>
110         <child>
111           <object class="GtkVBox" id="vbox214">
112             <property name="visible">True</property>
113             <property name="spacing">18</property>
114             <child>
115               <object class="GtkVBox" id="vbox_details">
116                 <property name="visible">True</property>
117                 <property name="spacing">18</property>
118                 <child>
119                   <placeholder/>
120                 </child>
121                 <child>
122                   <object class="GtkAlignment" id="alignment_infobar">
123                     <property name="visible">True</property>
124                     <child>
125                       <placeholder/>
126                     </child>
127                   </object>
128                   <packing>
129                     <property name="expand">False</property>
130                     <property name="position">1</property>
131                   </packing>
132                 </child>
133                 <child>
134                   <object class="GtkAlignment" id="alignment_settings">
135                     <property name="visible">True</property>
136                     <property name="top_padding">6</property>
137                     <property name="left_padding">20</property>
138                     <child>
139                       <placeholder/>
140                     </child>
141                   </object>
142                   <packing>
143                     <property name="position">2</property>
144                   </packing>
145                 </child>
146               </object>
147               <packing>
148                 <property name="position">1</property>
149               </packing>
150             </child>
151             <child>
152               <object class="GtkFrame" id="frame_no_protocol">
153                 <property name="label_xalign">0</property>
154                 <property name="shadow_type">none</property>
155                 <child>
156                   <object class="GtkAlignment" id="alignment21">
157                     <property name="visible">True</property>
158                     <property name="top_padding">6</property>
159                     <property name="left_padding">12</property>
160                     <child>
161                       <object class="GtkLabel" id="label4">
162                         <property name="visible">True</property>
163                         <property name="label" translatable="yes">To add a new account, you first have to install a backend for each protocol you want to use.</property>
164                         <property name="wrap">True</property>
165                       </object>
166                     </child>
167                   </object>
168                 </child>
169                 <child type="label">
170                   <object class="GtkLabel" id="label_no_protocol">
171                     <property name="visible">True</property>
172                     <property name="label" translatable="yes">No protocol installed</property>
173                     <attributes>
174                       <attribute name="weight" value="bold"/>
175                     </attributes>
176                   </object>
177                 </child>
178               </object>
179               <packing>
180                 <property name="expand">False</property>
181                 <property name="fill">False</property>
182                 <property name="position">2</property>
183               </packing>
184             </child>
185             <child>
186               <placeholder/>
187             </child>
188           </object>
189         </child>
190         <child type="tab">
191           <object class="GtkLabel" id="label1">
192             <property name="visible">True</property>
193             <property name="label">page 1</property>
194           </object>
195           <packing>
196             <property name="tab_fill">False</property>
197           </packing>
198         </child>
199         <child>
200           <object class="GtkHBox" id="hbox_loading">
201             <property name="visible">True</property>
202             <child>
203               <object class="GtkAlignment" id="alignment_loading">
204                 <property name="visible">True</property>
205                 <property name="left_padding">12</property>
206                 <child>
207                   <placeholder/>
208                 </child>
209               </object>
210               <packing>
211                 <property name="position">0</property>
212               </packing>
213             </child>
214             <child>
215               <object class="GtkLabel" id="label5">
216                 <property name="visible">True</property>
217                 <property name="label" translatable="yes">Loading account information</property>
218                 <attributes>
219                   <attribute name="weight" value="bold"/>
220                   <attribute name="scale" value="1.728"/> <!-- PANGO_SCALE_XX_LARGE -->
221                 </attributes>
222               </object>
223               <packing>
224                 <property name="position">1</property>
225               </packing>
226             </child>
227           </object>
228           <packing>
229             <property name="position">1</property>
230           </packing>
231         </child>
232       </object>
233       <packing>
234         <property name="position">1</property>
235       </packing>
236     </child>
237   </object>
238 </interface>