Fix bug 366486 - Account Assistant "Create Account" is misleading
[kdepim.git] / accountwizard / src / ui / personaldatapage.ui
blob0a3ce1ed49e454b6ad4da4d9e3af6713c45609a1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>PersonalDataPage</class>
4 <widget class="QWidget" name="PersonalDataPage">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>521</width>
10 <height>289</height>
11 </rect>
12 </property>
13 <layout class="QVBoxLayout" name="verticalLayout_3">
14 <item>
15 <widget class="QLabel" name="welcomeLabel">
16 <property name="text">
17 <string>With a few simple steps we create the right settings for you. Please follow the steps of this wizard carefully.</string>
18 </property>
19 <property name="wordWrap">
20 <bool>true</bool>
21 </property>
22 </widget>
23 </item>
24 <item>
25 <layout class="QGridLayout" name="gridLayout">
26 <item row="0" column="0">
27 <widget class="QLabel" name="nameLabel">
28 <property name="text">
29 <string>Full name:</string>
30 </property>
31 <property name="alignment">
32 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
33 </property>
34 <property name="buddy">
35 <cstring>nameEdit</cstring>
36 </property>
37 </widget>
38 </item>
39 <item row="0" column="1">
40 <widget class="QLineEdit" name="nameEdit">
41 <property name="minimumSize">
42 <size>
43 <width>0</width>
44 <height>22</height>
45 </size>
46 </property>
47 </widget>
48 </item>
49 <item row="1" column="0">
50 <widget class="QLabel" name="emailLabel">
51 <property name="text">
52 <string>E-mail address:</string>
53 </property>
54 <property name="alignment">
55 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
56 </property>
57 <property name="buddy">
58 <cstring>emailEdit</cstring>
59 </property>
60 </widget>
61 </item>
62 <item row="1" column="1">
63 <widget class="QLineEdit" name="emailEdit">
64 <property name="minimumSize">
65 <size>
66 <width>0</width>
67 <height>22</height>
68 </size>
69 </property>
70 </widget>
71 </item>
72 <item row="2" column="1">
73 <widget class="QLineEdit" name="passwordEdit">
74 <property name="minimumSize">
75 <size>
76 <width>0</width>
77 <height>22</height>
78 </size>
79 </property>
80 <property name="echoMode">
81 <enum>QLineEdit::Password</enum>
82 </property>
83 </widget>
84 </item>
85 <item row="2" column="0">
86 <widget class="QLabel" name="passwordLabel">
87 <property name="text">
88 <string>Password:</string>
89 </property>
90 <property name="alignment">
91 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
92 </property>
93 <property name="buddy">
94 <cstring>passwordEdit</cstring>
95 </property>
96 </widget>
97 </item>
98 </layout>
99 </item>
100 <item>
101 <widget class="QStackedWidget" name="stackedPage">
102 <property name="currentIndex">
103 <number>0</number>
104 </property>
105 <widget class="QWidget" name="internetPage">
106 <layout class="QHBoxLayout" name="horizontalLayout_3">
107 <item>
108 <widget class="QGroupBox" name="checkOnlineGroupBox">
109 <property name="title">
110 <string>Find pro&amp;vider settings on the Internet</string>
111 </property>
112 <property name="checkable">
113 <bool>true</bool>
114 </property>
115 <layout class="QVBoxLayout" name="verticalLayout">
116 <item>
117 <widget class="QLabel" name="checkOnlineExplanation">
118 <property name="text">
119 <string>Check online for the settings needed for this email provider. Only the domain name part of the e-mail address will be sent over the Internet at this point. If this option is unchecked, the account can be set up manually.</string>
120 </property>
121 <property name="wordWrap">
122 <bool>true</bool>
123 </property>
124 </widget>
125 </item>
126 <item>
127 <layout class="QHBoxLayout" name="horizontalLayout_4">
128 <item>
129 <widget class="KPIM::ProgressIndicatorLabel" name="mProgress"/>
130 </item>
131 </layout>
132 </item>
133 </layout>
134 </widget>
135 </item>
136 </layout>
137 </widget>
138 <widget class="QWidget" name="accountPage">
139 <layout class="QGridLayout" name="gridLayout_4">
140 <item row="0" column="0">
141 <layout class="QHBoxLayout" name="horizontalLayout">
142 <item>
143 <widget class="QRadioButton" name="imapAccount">
144 <property name="text">
145 <string>IMAP account</string>
146 </property>
147 <property name="checked">
148 <bool>true</bool>
149 </property>
150 <attribute name="buttonGroup">
151 <string notr="true">buttonGroup</string>
152 </attribute>
153 </widget>
154 </item>
155 <item>
156 <widget class="QRadioButton" name="pop3Account">
157 <property name="text">
158 <string>POP&amp;3 account</string>
159 </property>
160 <attribute name="buttonGroup">
161 <string notr="true">buttonGroup</string>
162 </attribute>
163 </widget>
164 </item>
165 </layout>
166 </item>
167 <item row="1" column="0">
168 <layout class="QGridLayout" name="gridLayout_2">
169 <item row="0" column="0">
170 <widget class="QLabel" name="label">
171 <property name="text">
172 <string>Incoming:</string>
173 </property>
174 <property name="alignment">
175 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
176 </property>
177 </widget>
178 </item>
179 <item row="0" column="1">
180 <widget class="QLabel" name="incommingLabel">
181 <property name="text">
182 <string comment="KDE::DoNotExtract">TextLabel</string>
183 </property>
184 </widget>
185 </item>
186 <item row="1" column="0">
187 <widget class="QLabel" name="label_2">
188 <property name="text">
189 <string>Outgoing:</string>
190 </property>
191 <property name="alignment">
192 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
193 </property>
194 </widget>
195 </item>
196 <item row="1" column="1">
197 <widget class="QLabel" name="outgoingLabel">
198 <property name="text">
199 <string comment="KDE::DoNotExtract">TextLabel</string>
200 </property>
201 </widget>
202 </item>
203 <item row="2" column="0">
204 <widget class="QLabel" name="label_3">
205 <property name="text">
206 <string>Username:</string>
207 </property>
208 <property name="alignment">
209 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
210 </property>
211 </widget>
212 </item>
213 <item row="2" column="1">
214 <widget class="QLabel" name="usernameLabel">
215 <property name="text">
216 <string comment="KDE::DoNotExtract">TextLabel</string>
217 </property>
218 </widget>
219 </item>
220 </layout>
221 </item>
222 <item row="2" column="0">
223 <layout class="QHBoxLayout" name="horizontalLayout_2">
224 <item>
225 <spacer name="horizontalSpacer">
226 <property name="orientation">
227 <enum>Qt::Horizontal</enum>
228 </property>
229 <property name="sizeHint" stdset="0">
230 <size>
231 <width>40</width>
232 <height>20</height>
233 </size>
234 </property>
235 </spacer>
236 </item>
237 <item>
238 <widget class="QPushButton" name="createAccountPb">
239 <property name="text">
240 <string>Add Account</string>
241 </property>
242 </widget>
243 </item>
244 </layout>
245 </item>
246 </layout>
247 </widget>
248 </widget>
249 </item>
250 <item>
251 <spacer name="verticalSpacer_2">
252 <property name="orientation">
253 <enum>Qt::Vertical</enum>
254 </property>
255 <property name="sizeHint" stdset="0">
256 <size>
257 <width>20</width>
258 <height>20</height>
259 </size>
260 </property>
261 </spacer>
262 </item>
263 </layout>
264 </widget>
265 <customwidgets>
266 <customwidget>
267 <class>KPIM::ProgressIndicatorLabel</class>
268 <extends>QLabel</extends>
269 <header location="global">Libkdepim/ProgressIndicatorLabel</header>
270 <container>1</container>
271 </customwidget>
272 </customwidgets>
273 <resources/>
274 <connections/>
275 <buttongroups>
276 <buttongroup name="buttonGroup"/>
277 </buttongroups>
278 </ui>