Corrected email-label text for Registration dialog
[speedfreak] / Client / registration.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>Registration</class>
4  <widget class="QDialog" name="Registration">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>600</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Registration</string>
15   </property>
16   <widget class="QLabel" name="infoLabel">
17    <property name="geometry">
18     <rect>
19      <x>40</x>
20      <y>20</y>
21      <width>381</width>
22      <height>16</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>Give your new username (max. 12 characters) and password  for registration.</string>
27    </property>
28   </widget>
29   <widget class="QLabel" name="infoLabel_2">
30    <property name="geometry">
31     <rect>
32      <x>40</x>
33      <y>40</y>
34      <width>181</width>
35      <height>16</height>
36     </rect>
37    </property>
38    <property name="text">
39     <string>Give also your valid email address.</string>
40    </property>
41   </widget>
42   <widget class="QPushButton" name="registratePushButton">
43    <property name="geometry">
44     <rect>
45      <x>60</x>
46      <y>180</y>
47      <width>75</width>
48      <height>23</height>
49     </rect>
50    </property>
51    <property name="text">
52     <string>Registrate</string>
53    </property>
54   </widget>
55   <widget class="QPushButton" name="cancelPushButton">
56    <property name="geometry">
57     <rect>
58      <x>160</x>
59      <y>180</y>
60      <width>75</width>
61      <height>23</height>
62     </rect>
63    </property>
64    <property name="text">
65     <string>Cancel</string>
66    </property>
67   </widget>
68   <widget class="QWidget" name="layoutWidget">
69    <property name="geometry">
70     <rect>
71      <x>40</x>
72      <y>80</y>
73      <width>239</width>
74      <height>95</height>
75     </rect>
76    </property>
77    <layout class="QFormLayout" name="formLayout">
78     <item row="0" column="0">
79      <widget class="QLabel" name="newUserNameLabel">
80       <property name="text">
81        <string>Your new username:</string>
82       </property>
83      </widget>
84     </item>
85     <item row="0" column="1">
86      <widget class="QLineEdit" name="newUsernameLineEdit">
87       <property name="maxLength">
88        <number>12</number>
89       </property>
90      </widget>
91     </item>
92     <item row="1" column="0">
93      <widget class="QLabel" name="newPasswordLabel">
94       <property name="text">
95        <string>Your new password:</string>
96       </property>
97      </widget>
98     </item>
99     <item row="1" column="1">
100      <widget class="QLineEdit" name="newPasswordLineEdit">
101       <property name="maxLength">
102        <number>255</number>
103       </property>
104       <property name="echoMode">
105        <enum>QLineEdit::Password</enum>
106       </property>
107      </widget>
108     </item>
109     <item row="2" column="0">
110      <widget class="QLabel" name="eMailLabel">
111       <property name="text">
112        <string>Your Email:</string>
113       </property>
114      </widget>
115     </item>
116     <item row="2" column="1">
117      <widget class="QLineEdit" name="eMailLineEdit">
118       <property name="maxLength">
119        <number>255</number>
120       </property>
121      </widget>
122     </item>
123    </layout>
124   </widget>
125  </widget>
126  <layoutdefault spacing="6" margin="11"/>
127  <resources/>
128  <connections/>
129 </ui>