123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>Login</class>
- <widget class="QMainWindow" name="Login">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>1864</width>
- <height>1149</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>MainWindow</string>
- </property>
- <widget class="QWidget" name="centralwidget">
- <widget class="QWidget" name="widget" native="true">
- <property name="geometry">
- <rect>
- <x>600</x>
- <y>290</y>
- <width>550</width>
- <height>470</height>
- </rect>
- </property>
- <widget class="QLineEdit" name="userNameLineEdit">
- <property name="geometry">
- <rect>
- <x>58</x>
- <y>167</y>
- <width>434</width>
- <height>50</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- </widget>
- <widget class="QLineEdit" name="passLineEdit">
- <property name="geometry">
- <rect>
- <x>58</x>
- <y>253</y>
- <width>434</width>
- <height>50</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>14</pointsize>
- </font>
- </property>
- <property name="echoMode">
- <enum>QLineEdit::Password</enum>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>58</x>
- <y>351</y>
- <width>434</width>
- <height>50</height>
- </rect>
- </property>
- <property name="text">
- <string>Sing in</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>134</x>
- <y>73</y>
- <width>283</width>
- <height>40</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_pass">
- <property name="geometry">
- <rect>
- <x>87</x>
- <y>268</y>
- <width>16</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_user">
- <property name="geometry">
- <rect>
- <x>87</x>
- <y>181</y>
- <width>20</width>
- <height>22</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="Line" name="line">
- <property name="geometry">
- <rect>
- <x>123</x>
- <y>266</y>
- <width>1</width>
- <height>24</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- <widget class="Line" name="line_3">
- <property name="geometry">
- <rect>
- <x>123</x>
- <y>180</y>
- <width>1</width>
- <height>24</height>
- </rect>
- </property>
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- </widget>
- </widget>
- <widget class="QWidget" name="widget_2" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>-120</y>
- <width>1768</width>
- <height>1271</height>
- </rect>
- </property>
- </widget>
- <zorder>widget_2</zorder>
- <zorder>widget</zorder>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|