Added implementation to handleCheckPoint slot function in carmainwindow.cpp. Now...
[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="QPushButton" name="registratePushButton">
17    <property name="geometry">
18     <rect>
19      <x>120</x>
20      <y>270</y>
21      <width>121</width>
22      <height>41</height>
23     </rect>
24    </property>
25    <property name="text">
26     <string>Registrate</string>
27    </property>
28   </widget>
29   <widget class="QPushButton" name="cancelPushButton">
30    <property name="geometry">
31     <rect>
32      <x>300</x>
33      <y>270</y>
34      <width>121</width>
35      <height>41</height>
36     </rect>
37    </property>
38    <property name="text">
39     <string>Cancel</string>
40    </property>
41   </widget>
42   <widget class="QLineEdit" name="eMailLineEdit">
43    <property name="geometry">
44     <rect>
45      <x>270</x>
46      <y>180</y>
47      <width>301</width>
48      <height>51</height>
49     </rect>
50    </property>
51    <property name="maxLength">
52     <number>255</number>
53    </property>
54   </widget>
55   <widget class="QLabel" name="eMailLabel">
56    <property name="geometry">
57     <rect>
58      <x>40</x>
59      <y>190</y>
60      <width>201</width>
61      <height>31</height>
62     </rect>
63    </property>
64    <property name="text">
65     <string>Your Email:</string>
66    </property>
67   </widget>
68   <widget class="QLabel" name="newUserNameLabel">
69    <property name="geometry">
70     <rect>
71      <x>40</x>
72      <y>70</y>
73      <width>221</width>
74      <height>31</height>
75     </rect>
76    </property>
77    <property name="text">
78     <string>Your new username:</string>
79    </property>
80   </widget>
81   <widget class="QLineEdit" name="newPasswordLineEdit">
82    <property name="geometry">
83     <rect>
84      <x>270</x>
85      <y>120</y>
86      <width>301</width>
87      <height>51</height>
88     </rect>
89    </property>
90    <property name="maxLength">
91     <number>255</number>
92    </property>
93    <property name="echoMode">
94     <enum>QLineEdit::Password</enum>
95    </property>
96   </widget>
97   <widget class="QLineEdit" name="newUsernameLineEdit">
98    <property name="geometry">
99     <rect>
100      <x>270</x>
101      <y>60</y>
102      <width>301</width>
103      <height>51</height>
104     </rect>
105    </property>
106    <property name="maxLength">
107     <number>12</number>
108    </property>
109   </widget>
110   <widget class="QLabel" name="newPasswordLabel">
111    <property name="geometry">
112     <rect>
113      <x>40</x>
114      <y>130</y>
115      <width>221</width>
116      <height>31</height>
117     </rect>
118    </property>
119    <property name="text">
120     <string>Your new password:</string>
121    </property>
122   </widget>
123  </widget>
124  <layoutdefault spacing="6" margin="11"/>
125  <resources/>
126  <connections/>
127 </ui>