<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>284</width>
<height>315</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<widget class="QPushButton" name="signin_btn">
<property name="geometry">
<rect>
<x>10</x>
<y>250</y>
<width>261</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Войти</string>
</property>
</widget>
<widget class="QPushButton" name="signup_btn">
<property name="geometry">
<rect>
<x>10</x>
<y>280</y>
<width>261</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Зарегестрироваться</string>
</property>
</widget>
<widget class="QLineEdit" name="password_label">
<property name="geometry">
<rect>
<x>10</x>
<y>210</y>
<width>261</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="username_label">
<property name="geometry">
<rect>
<x>10</x>
<y>150</y>
<width>261</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>47</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Логин:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>47</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Пароль:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>60</x>
<y>30</y>
<width>171</width>
<height>51</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>22</pointsize>
</font>
</property>
<property name="text">
<string>Book Shop</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>