blob: a2bdc1a90dfc5e138623e2139c79d6f19b9b930b [file] [log] [blame]
aviau6aeb4852016-08-18 16:01:09 -04001<?xml version="1.0" encoding="UTF-8"?>
Nicolas Jager84fe45e2017-03-01 09:14:17 -05002<!-- Generated with glade 3.20.0 -->
aviau6aeb4852016-08-18 16:01:09 -04003<interface>
4 <requires lib="gtk+" version="3.10"/>
5 <template class="AccountMigrationView" parent="GtkBox">
Nicolas Jager84fe45e2017-03-01 09:14:17 -05006 <property name="visible">True</property>
7 <property name="can_focus">False</property>
8 <property name="orientation">vertical</property>
9 <property name="spacing">15</property>
aviau6aeb4852016-08-18 16:01:09 -040010 <child>
Nicolas Jager84fe45e2017-03-01 09:14:17 -050011 <object class="GtkLabel">
aviau6aeb4852016-08-18 16:01:09 -040012 <property name="visible">True</property>
Nicolas Jager84fe45e2017-03-01 09:14:17 -050013 <property name="can_focus">False</property>
14 <property name="label" translatable="yes">Account migration required</property>
15 <attributes>
16 <attribute name="weight" value="bold"/>
17 <attribute name="scale" value="1.5"/>
18 </attributes>
19 </object>
20 <packing>
21 <property name="expand">False</property>
22 <property name="fill">True</property>
23 <property name="position">0</property>
24 </packing>
25 </child>
26 <child>
27 <object class="GtkGrid">
28 <property name="visible">True</property>
29 <property name="can_focus">False</property>
30 <property name="halign">center</property>
aviau6aeb4852016-08-18 16:01:09 -040031 <property name="valign">center</property>
Nicolas Jager84fe45e2017-03-01 09:14:17 -050032 <property name="row_spacing">10</property>
33 <property name="column_spacing">10</property>
aviau6aeb4852016-08-18 16:01:09 -040034 <child>
Nicolas Jager84fe45e2017-03-01 09:14:17 -050035 <object class="GtkLabel">
aviau6aeb4852016-08-18 16:01:09 -040036 <property name="visible">True</property>
Nicolas Jager84fe45e2017-03-01 09:14:17 -050037 <property name="can_focus">False</property>
38 <property name="halign">start</property>
39 <property name="label" translatable="yes">Alias:</property>
aviau6aeb4852016-08-18 16:01:09 -040040 </object>
Nicolas Jager84fe45e2017-03-01 09:14:17 -050041 <packing>
42 <property name="left_attach">0</property>
43 <property name="top_attach">0</property>
44 </packing>
45 </child>
46 <child>
47 <object class="GtkLabel" id="label_account_alias">
48 <property name="visible">True</property>
49 <property name="can_focus">False</property>
50 <property name="halign">start</property>
51 </object>
52 <packing>
53 <property name="left_attach">1</property>
54 <property name="top_attach">0</property>
55 </packing>
56 </child>
57 <child>
58 <object class="GtkLabel">
59 <property name="visible">True</property>
60 <property name="can_focus">False</property>
61 <property name="halign">start</property>
62 <property name="label">RingID:</property>
63 </object>
64 <packing>
65 <property name="left_attach">0</property>
66 <property name="top_attach">1</property>
67 </packing>
68 </child>
69 <child>
70 <object class="GtkLabel" id="label_account_ringid">
71 <property name="visible">True</property>
72 <property name="can_focus">False</property>
73 <property name="halign">start</property>
74 </object>
75 <packing>
76 <property name="left_attach">1</property>
77 <property name="top_attach">1</property>
78 </packing>
aviau6aeb4852016-08-18 16:01:09 -040079 </child>
80 </object>
81 <packing>
Nicolas Jager84fe45e2017-03-01 09:14:17 -050082 <property name="expand">False</property>
aviau6aeb4852016-08-18 16:01:09 -040083 <property name="fill">True</property>
Nicolas Jager84fe45e2017-03-01 09:14:17 -050084 <property name="position">1</property>
85 </packing>
86 </child>
87 <child>
88 <object class="GtkImage" id="image_avatar">
89 <property name="visible">True</property>
90 <property name="can_focus">False</property>
91 </object>
92 <packing>
93 <property name="expand">False</property>
94 <property name="fill">True</property>
95 <property name="position">2</property>
96 </packing>
97 </child>
98 <child>
99 <object class="GtkLabel">
100 <property name="visible">True</property>
101 <property name="can_focus">False</property>
102 <property name="label" translatable="yes">Please enter your password:</property>
103 </object>
104 <packing>
105 <property name="expand">False</property>
106 <property name="fill">True</property>
107 <property name="position">3</property>
108 </packing>
109 </child>
110 <child>
111 <object class="GtkEntry" id="entry_password">
112 <property name="visible">True</property>
113 <property name="can_focus">True</property>
114 <property name="halign">center</property>
115 <property name="visibility">False</property>
116 <property name="max_width_chars">40</property>
117 <property name="xalign">0.5</property>
118 <property name="primary_icon_stock">gtk-dialog-authentication</property>
119 <property name="input_purpose">password</property>
120 </object>
121 <packing>
122 <property name="expand">False</property>
123 <property name="fill">True</property>
124 <property name="position">4</property>
125 </packing>
126 </child>
127 <child>
128 <object class="GtkButton" id="button_migrate_account">
129 <property name="label" translatable="yes">Migrate account</property>
130 <property name="width_request">200</property>
131 <property name="visible">True</property>
132 <property name="sensitive">False</property>
133 <property name="can_focus">True</property>
134 <property name="receives_default">False</property>
135 <property name="halign">center</property>
136 <property name="valign">center</property>
137 </object>
138 <packing>
139 <property name="expand">False</property>
140 <property name="fill">True</property>
141 <property name="position">5</property>
142 </packing>
143 </child>
144 <child>
145 <object class="GtkLabel" id="label_migration_error">
146 <property name="sensitive">False</property>
147 <property name="can_focus">False</property>
148 <property name="label" translatable="yes">Migration failed, wrong password ?</property>
149 <attributes>
150 <attribute name="weight" value="bold"/>
151 </attributes>
152 </object>
153 <packing>
154 <property name="expand">False</property>
155 <property name="fill">True</property>
156 <property name="position">6</property>
aviau6aeb4852016-08-18 16:01:09 -0400157 </packing>
158 </child>
159 </template>
160</interface>