A new UI
[speedfreak] / Client / registration.ui
diff --git a/Client/registration.ui b/Client/registration.ui
deleted file mode 100644 (file)
index b96e824..0000000
+++ /dev/null
@@ -1,127 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<ui version="4.0">
- <class>Registration</class>
- <widget class="QDialog" name="Registration">
-  <property name="geometry">
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>600</width>
-    <height>400</height>
-   </rect>
-  </property>
-  <property name="windowTitle">
-   <string>Registration</string>
-  </property>
-  <widget class="QPushButton" name="registratePushButton">
-   <property name="geometry">
-    <rect>
-     <x>120</x>
-     <y>270</y>
-     <width>121</width>
-     <height>41</height>
-    </rect>
-   </property>
-   <property name="text">
-    <string>Registrate</string>
-   </property>
-  </widget>
-  <widget class="QPushButton" name="cancelPushButton">
-   <property name="geometry">
-    <rect>
-     <x>300</x>
-     <y>270</y>
-     <width>121</width>
-     <height>41</height>
-    </rect>
-   </property>
-   <property name="text">
-    <string>Cancel</string>
-   </property>
-  </widget>
-  <widget class="QLineEdit" name="eMailLineEdit">
-   <property name="geometry">
-    <rect>
-     <x>270</x>
-     <y>180</y>
-     <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>Your Email:</string>
-   </property>
-  </widget>
-  <widget class="QLabel" name="newUserNameLabel">
-   <property name="geometry">
-    <rect>
-     <x>40</x>
-     <y>70</y>
-     <width>221</width>
-     <height>31</height>
-    </rect>
-   </property>
-   <property name="text">
-    <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="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>130</y>
-     <width>221</width>
-     <height>31</height>
-    </rect>
-   </property>
-   <property name="text">
-    <string>Your new password:</string>
-   </property>
-  </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
-</ui>