]> sjero.net Git - linphone/blob - gtk/password.ui
Merge branch 'master' of git.savannah.nongnu.org:/srv/git/linphone
[linphone] / gtk / password.ui
1 <?xml version="1.0"?>
2 <interface>
3   <!-- interface-requires gtk+ 2.16 -->
4   <!-- interface-naming-policy toplevel-contextual -->
5   <object class="GtkDialog" id="password">
6     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
7     <property name="border_width">5</property>
8     <property name="title" translatable="yes">Linphone - Authentication required</property>
9     <property name="modal">True</property>
10     <property name="window_position">center-on-parent</property>
11     <property name="icon">linphone2.png</property>
12     <property name="type_hint">dialog</property>
13     <property name="has_separator">False</property>
14     <child internal-child="vbox">
15       <object class="GtkVBox" id="dialog-vbox9">
16         <property name="visible">True</property>
17         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
18         <property name="spacing">2</property>
19         <child>
20           <object class="GtkVBox" id="vbox12">
21             <property name="visible">True</property>
22             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
23             <child>
24               <object class="GtkLabel" id="message">
25                 <property name="visible">True</property>
26                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
27                 <property name="label" translatable="yes">Please enter the domain password</property>
28                 <property name="justify">center</property>
29                 <property name="wrap">True</property>
30               </object>
31               <packing>
32                 <property name="position">0</property>
33               </packing>
34             </child>
35             <child>
36               <object class="GtkTable" id="table1">
37                 <property name="visible">True</property>
38                 <property name="n_rows">2</property>
39                 <property name="n_columns">2</property>
40                 <child>
41                   <object class="GtkLabel" id="userid_label">
42                     <property name="visible">True</property>
43                     <property name="label" translatable="yes">UserID</property>
44                   </object>
45                 </child>
46                 <child>
47                   <object class="GtkEntry" id="userid_entry">
48                     <property name="visible">True</property>
49                     <property name="can_focus">True</property>
50                     <property name="invisible_char">&#x25CF;</property>
51                   </object>
52                   <packing>
53                     <property name="left_attach">1</property>
54                     <property name="right_attach">2</property>
55                   </packing>
56                 </child>
57                 <child>
58                   <object class="GtkLabel" id="label1">
59                     <property name="visible">True</property>
60                     <property name="label" translatable="yes">Password:</property>
61                     <property name="justify">right</property>
62                   </object>
63                   <packing>
64                     <property name="top_attach">1</property>
65                     <property name="bottom_attach">2</property>
66                   </packing>
67                 </child>
68                 <child>
69                   <object class="GtkEntry" id="password_entry">
70                     <property name="visible">True</property>
71                     <property name="can_focus">True</property>
72                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
73                     <property name="visibility">False</property>
74                     <property name="invisible_char">&#x25CF;</property>
75                     <signal handler="linphone_gtk_password_ok" name="activate"/>
76                   </object>
77                   <packing>
78                     <property name="left_attach">1</property>
79                     <property name="right_attach">2</property>
80                     <property name="top_attach">1</property>
81                     <property name="bottom_attach">2</property>
82                   </packing>
83                 </child>
84               </object>
85               <packing>
86                 <property name="position">1</property>
87               </packing>
88             </child>
89           </object>
90           <packing>
91             <property name="position">1</property>
92           </packing>
93         </child>
94         <child internal-child="action_area">
95           <object class="GtkHButtonBox" id="dialog-action_area8">
96             <property name="visible">True</property>
97             <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
98             <property name="layout_style">end</property>
99             <child>
100               <object class="GtkButton" id="button8">
101                 <property name="label" translatable="no">gtk-ok</property>
102                 <property name="visible">True</property>
103                 <property name="can_focus">True</property>
104                 <property name="receives_default">True</property>
105                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
106                 <property name="use_stock">True</property>
107                 <signal handler="linphone_gtk_password_ok" name="clicked"/>
108               </object>
109               <packing>
110                 <property name="expand">False</property>
111                 <property name="fill">False</property>
112                 <property name="position">0</property>
113               </packing>
114             </child>
115             <child>
116               <object class="GtkButton" id="button9">
117                 <property name="label" translatable="no">gtk-cancel</property>
118                 <property name="visible">True</property>
119                 <property name="can_focus">True</property>
120                 <property name="receives_default">True</property>
121                 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
122                 <property name="use_stock">True</property>
123                 <signal handler="linphone_gtk_password_cancel" name="clicked"/>
124               </object>
125               <packing>
126                 <property name="expand">False</property>
127                 <property name="fill">False</property>
128                 <property name="position">1</property>
129               </packing>
130             </child>
131           </object>
132           <packing>
133             <property name="expand">False</property>
134             <property name="pack_type">end</property>
135             <property name="position">0</property>
136           </packing>
137         </child>
138       </object>
139     </child>
140   </object>
141 </interface>