<?xml version="1.0" encoding="UTF-8"?>
|
<ui version="4.0">
|
<class>LoginMainWindow</class>
|
<widget class="QMainWindow" name="LoginMainWindow">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>400</width>
|
<height>515</height>
|
</rect>
|
</property>
|
<property name="windowTitle">
|
<string>LoginMainWindow</string>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(229, 255, 251);</string>
|
</property>
|
<widget class="QWidget" name="centralWidget">
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>10</x>
|
<y>30</y>
|
<width>381</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">font: 87 20pt "Arial Black";
|
color: rgb(1, 154, 255);</string>
|
</property>
|
<property name="text">
|
<string>脸谱考勤、安防一体系统</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_2">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>210</y>
|
<width>61</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">font: 14pt "Arial";</string>
|
</property>
|
<property name="text">
|
<string>账号:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>140</x>
|
<y>210</y>
|
<width>171</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(255, 255, 255);
|
border-bottom-color: rgb(0, 0, 0);
|
font: 14pt "Agency FB";</string>
|
</property>
|
<property name="frame">
|
<bool>false</bool>
|
</property>
|
</widget>
|
<widget class="QLabel" name="label_3">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>280</y>
|
<width>61</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">font: 14pt "Arial";</string>
|
</property>
|
<property name="text">
|
<string>密码:</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit_2">
|
<property name="geometry">
|
<rect>
|
<x>140</x>
|
<y>280</y>
|
<width>171</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(255, 255, 255);
|
font: 14pt "Agency FB";</string>
|
</property>
|
<property name="frame">
|
<bool>false</bool>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton">
|
<property name="geometry">
|
<rect>
|
<x>70</x>
|
<y>360</y>
|
<width>241</width>
|
<height>51</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">font: 14pt "Arial";
|
color: rgb(0, 191, 255);
|
background-color: rgb(195, 255, 181);</string>
|
</property>
|
<property name="text">
|
<string>登录</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_2">
|
<property name="geometry">
|
<rect>
|
<x>220</x>
|
<y>120</y>
|
<width>93</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">font: 10pt "Agency FB";
|
color: rgb(162, 164, 255);
|
background-color: rgba(255, 255, 255, 0);</string>
|
</property>
|
<property name="text">
|
<string>注册新用户</string>
|
</property>
|
</widget>
|
<zorder>lineEdit</zorder>
|
<zorder>lineEdit_2</zorder>
|
<zorder>label</zorder>
|
<zorder>label_2</zorder>
|
<zorder>label_3</zorder>
|
<zorder>pushButton</zorder>
|
<zorder>pushButton_2</zorder>
|
</widget>
|
<widget class="QMenuBar" name="menuBar">
|
<property name="geometry">
|
<rect>
|
<x>0</x>
|
<y>0</y>
|
<width>400</width>
|
<height>26</height>
|
</rect>
|
</property>
|
</widget>
|
<widget class="QToolBar" name="mainToolBar">
|
<attribute name="toolBarArea">
|
<enum>TopToolBarArea</enum>
|
</attribute>
|
<attribute name="toolBarBreak">
|
<bool>false</bool>
|
</attribute>
|
</widget>
|
<widget class="QStatusBar" name="statusBar"/>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|