<?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>634</width>
<height>558</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<property name="styleSheet">
<string notr="true">*{
background-color: rgb(255, 255, 255);
}
QFrame#frame{
border-image: url(:/猫鼠/猫和老鼠.jpg);
border-radius: 30px;
}
#frame_2 {
background-color: rgba(85, 170, 255, 80);
border-radius: 30px;
}
QLabel#backgr{
border-radius:30px;
background-color: rgba(83, 83, 83, 120);
}
#Title{
background:transparent; /*完全透明*/
font: 15pt "等线";
color: rgba(255, 255, 255, 130);
}
#Tom {
border-image: url(:/猫鼠/猫.jpg);
}
#Jerry{
border-image: url(:/猫鼠/鼠.jpg);
}
#user{
background:transparent; /*完全透明*/
border-image: url(:/猫鼠/用户.png);
}
#passwd{
border-image: url(:/猫鼠/密码.jpg);
}
QLineEdit{
background:transparent; /*完全透明*/
border:none;
border-bottom:1px solid rgba(255, 255, 255, 130);
color: rgba(0, 0, 0, 130);
font: 18pt "等线";
}
QCheckBox{
background:transparent; /*完全透明*/
}
QPushButton{
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(35, 66, 202, 255), stop:1 rgba(255, 255, 255, 255));
border-radius:5px;
font: 13pt "等线";
color: rgba(255, 255, 255, 130);
}
QPushButton:hover{ /*鼠标移动*/
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(75, 66, 202, 255), stop:1 rgba(255, 255, 255, 255));
border-radius:5px;
font: 13pt "等线";
color: rgba(255, 255, 255, 130);
}
QPushButton:pressed{ /*鼠标按下*/
background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:1, stop:0 rgba(35, 66, 202, 255), stop:1 rgba(255, 0, 0, 255));
border-radius:5px;
font: 13pt "等线";
color: rgba(255, 255, 255, 130);
padding-top:5px;
padding-left:5px;
}
</string>
</property>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>110</x>
<y>50</y>
<width>441</width>
<height>421</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QFrame" name="frame_2">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>441</width>
<height>421</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="backgr">
<property name="geometry">
<rect>
<x>50</x>
<y>30</y>
<width>351</width>
<height>351</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="text">
<string/>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLabel" name="Title">
<property name="geometry">
<rect>
<x>200</x>
<y>80</y>
<width>71</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>等线</family>
<pointsize>15</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="text">
<string>log in </string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QLineEdit" name="userid">
<property name="geometry">
<rect>
<x>180</x>
<y>180</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="placeholderText">
<string>Username</string>
</property>
</widget>
<widget class="QLineEdit" name="password">
<property name="geometry">
<rect>
<x>180</x>
<y>230</y>
<width>113</width>
<height>20</height>
</rect>
</property>
<property name="echoMode">
<enum>QLineEdit::Password</enum>
</property>
<property name="placeholderText">
<string>Password</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton">
<property name="geometry">
<rect>
<x>200</x>
<y>310</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>登录</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBox">
<property name="geometry">
<rect>
<x>140</x>
<y>280</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QCheckBox" name="checkBox_2">
<property name="geometry">
<rect>
<x>280</x>
<y>280</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>CheckBox</string>
</property>
</widget>
<widget class="QLabel" name="Tom">
<property name="geometry">
<rect>
<x>160</x>
<y>270</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="Jerry">
<property name="geometry">
<rect>
<x>300</x>
<y>270</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="user">
<property name="geometry">
<rect>
<x>140</x>
<y>170</y>
<width>41</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QLabel" name="passwd">
<property name="geometry">
<rect>
<x>150</x>
<y>220</y>
<width>31</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
</widget>
</widget>
<resources>
<include location="12.3/res.qrc"/>
</resources>
<connections/>
</ui>