<?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>1465</width>
|
<height>779</height>
|
</rect>
|
</property>
|
<property name="minimumSize">
|
<size>
|
<width>1465</width>
|
<height>779</height>
|
</size>
|
</property>
|
<property name="maximumSize">
|
<size>
|
<width>1465</width>
|
<height>779</height>
|
</size>
|
</property>
|
<property name="windowTitle">
|
<string>LoginMainWindow</string>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">background-color: rgb(229, 255, 251);
|
background-image: url(:/1203背景1.jpg);</string>
|
</property>
|
<widget class="QWidget" name="centralWidget">
|
<widget class="QLabel" name="label">
|
<property name="geometry">
|
<rect>
|
<x>610</x>
|
<y>70</y>
|
<width>211</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);
|
font: 11pt "Arial";</string>
|
</property>
|
<property name="text">
|
<string>脸谱考勤、安防一体系统</string>
|
</property>
|
<property name="alignment">
|
<set>Qt::AlignCenter</set>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit">
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>240</y>
|
<width>341</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="frame">
|
<bool>false</bool>
|
</property>
|
<property name="placeholderText">
|
<string>请输入手机号/邮箱</string>
|
</property>
|
</widget>
|
<widget class="QLineEdit" name="lineEdit_2">
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>320</y>
|
<width>341</width>
|
<height>41</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="frame">
|
<bool>false</bool>
|
</property>
|
<property name="placeholderText">
|
<string>请输入密码</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton">
|
<property name="geometry">
|
<rect>
|
<x>600</x>
|
<y>550</y>
|
<width>241</width>
|
<height>51</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);
|
background-color: rgb(85, 170, 127);
|
font: 16pt "Arial";
|
border-radius: 10px;</string>
|
</property>
|
<property name="text">
|
<string>立即登录</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_2">
|
<property name="geometry">
|
<rect>
|
<x>550</x>
|
<y>390</y>
|
<width>61</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">color: rgb(255, 255, 255);
|
font: 7pt "Arial";</string>
|
</property>
|
<property name="text">
|
<string>注册</string>
|
</property>
|
</widget>
|
<widget class="QPushButton" name="pushButton_3">
|
<property name="geometry">
|
<rect>
|
<x>810</x>
|
<y>390</y>
|
<width>71</width>
|
<height>31</height>
|
</rect>
|
</property>
|
<property name="styleSheet">
|
<string notr="true">font: 7pt "Arial";
|
color: rgb(255, 255, 255);</string>
|
</property>
|
<property name="text">
|
<string>忘记密码</string>
|
</property>
|
</widget>
|
<zorder>lineEdit</zorder>
|
<zorder>lineEdit_2</zorder>
|
<zorder>label</zorder>
|
<zorder>pushButton</zorder>
|
<zorder>pushButton_2</zorder>
|
<zorder>pushButton_3</zorder>
|
</widget>
|
</widget>
|
<layoutdefault spacing="6" margin="11"/>
|
<resources/>
|
<connections/>
|
</ui>
|