Corrected login & registartion UI for Target device (bigger things).
[speedfreak] / Client / registration.ui
index 176d1f6..b96e824 100644 (file)
   <property name="windowTitle">
    <string>Registration</string>
   </property>
-  <widget class="QLabel" name="infoLabel">
+  <widget class="QPushButton" name="registratePushButton">
    <property name="geometry">
     <rect>
-     <x>40</x>
-     <y>20</y>
-     <width>381</width>
-     <height>16</height>
+     <x>120</x>
+     <y>270</y>
+     <width>121</width>
+     <height>41</height>
     </rect>
    </property>
    <property name="text">
-    <string>Give your new username (max. 12 characters) and password  for registration.</string>
+    <string>Registrate</string>
    </property>
   </widget>
-  <widget class="QLabel" name="infoLabel_2">
+  <widget class="QPushButton" name="cancelPushButton">
    <property name="geometry">
     <rect>
-     <x>40</x>
-     <y>40</y>
-     <width>181</width>
-     <height>16</height>
+     <x>300</x>
+     <y>270</y>
+     <width>121</width>
+     <height>41</height>
     </rect>
    </property>
    <property name="text">
-    <string>Give also your valid email address.</string>
+    <string>Cancel</string>
    </property>
   </widget>
-  <widget class="QPushButton" name="registratePushButton">
+  <widget class="QLineEdit" name="eMailLineEdit">
    <property name="geometry">
     <rect>
-     <x>60</x>
+     <x>270</x>
      <y>180</y>
-     <width>75</width>
-     <height>23</height>
+     <width>301</width>
+     <height>51</height>
+    </rect>
+   </property>
+   <property name="maxLength">
+    <number>255</number>
+   </property>
+  </widget>
+  <widget class="QLabel" name="eMailLabel">
+   <property name="geometry">
+    <rect>
+     <x>40</x>
+     <y>190</y>
+     <width>201</width>
+     <height>31</height>
     </rect>
    </property>
    <property name="text">
-    <string>Registrate</string>
+    <string>Your Email:</string>
    </property>
   </widget>
-  <widget class="QPushButton" name="cancelPushButton">
+  <widget class="QLabel" name="newUserNameLabel">
    <property name="geometry">
     <rect>
-     <x>160</x>
-     <y>180</y>
-     <width>75</width>
-     <height>23</height>
+     <x>40</x>
+     <y>70</y>
+     <width>221</width>
+     <height>31</height>
     </rect>
    </property>
    <property name="text">
-    <string>Cancel</string>
+    <string>Your new username:</string>
+   </property>
+  </widget>
+  <widget class="QLineEdit" name="newPasswordLineEdit">
+   <property name="geometry">
+    <rect>
+     <x>270</x>
+     <y>120</y>
+     <width>301</width>
+     <height>51</height>
+    </rect>
+   </property>
+   <property name="maxLength">
+    <number>255</number>
+   </property>
+   <property name="echoMode">
+    <enum>QLineEdit::Password</enum>
    </property>
   </widget>
-  <widget class="QWidget" name="layoutWidget">
+  <widget class="QLineEdit" name="newUsernameLineEdit">
+   <property name="geometry">
+    <rect>
+     <x>270</x>
+     <y>60</y>
+     <width>301</width>
+     <height>51</height>
+    </rect>
+   </property>
+   <property name="maxLength">
+    <number>12</number>
+   </property>
+  </widget>
+  <widget class="QLabel" name="newPasswordLabel">
    <property name="geometry">
     <rect>
      <x>40</x>
-     <y>80</y>
-     <width>239</width>
-     <height>95</height>
+     <y>130</y>
+     <width>221</width>
+     <height>31</height>
     </rect>
    </property>
-   <layout class="QFormLayout" name="formLayout">
-    <item row="0" column="0">
-     <widget class="QLabel" name="newUserNameLabel">
-      <property name="text">
-       <string>Your new username:</string>
-      </property>
-     </widget>
-    </item>
-    <item row="0" column="1">
-     <widget class="QLineEdit" name="newUsernameLineEdit">
-      <property name="maxLength">
-       <number>12</number>
-      </property>
-     </widget>
-    </item>
-    <item row="1" column="0">
-     <widget class="QLabel" name="newPasswordLabel">
-      <property name="text">
-       <string>Your new password:</string>
-      </property>
-     </widget>
-    </item>
-    <item row="1" column="1">
-     <widget class="QLineEdit" name="newPasswordLineEdit">
-      <property name="maxLength">
-       <number>255</number>
-      </property>
-      <property name="echoMode">
-       <enum>QLineEdit::Password</enum>
-      </property>
-     </widget>
-    </item>
-    <item row="2" column="0">
-     <widget class="QLabel" name="eMailLabel">
-      <property name="text">
-       <string>Your Email:</string>
-      </property>
-     </widget>
-    </item>
-    <item row="2" column="1">
-     <widget class="QLineEdit" name="eMailLineEdit">
-      <property name="maxLength">
-       <number>255</number>
-      </property>
-     </widget>
-    </item>
-   </layout>
+   <property name="text">
+    <string>Your new password:</string>
+   </property>
   </widget>
  </widget>
  <layoutdefault spacing="6" margin="11"/>