434 lines
10 KiB
XML
434 lines
10 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>LoginWidget</class>
|
|
<widget class="QWidget" name="LoginWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"/>
|
|
</property>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>110</x>
|
|
<y>110</y>
|
|
<width>1700</width>
|
|
<height>860</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#groupBox{background: #F7F7F7;
|
|
border-radius: 20px;
|
|
}</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>810</x>
|
|
<y>0</y>
|
|
<width>850</width>
|
|
<height>1020</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#groupBox_2{background:#F7F7F7;
|
|
border-radius: 20px;}</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QPushButton" name="confirm_Btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>95</x>
|
|
<y>650</y>
|
|
<width>670</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>25</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: #07A8E7;
|
|
border-radius: 45px;
|
|
color:white;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>确认</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="passwordTips_Label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>470</y>
|
|
<width>171</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#F47E4B;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>密码输入错误</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QRadioButton" name="remember_RadioButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>480</x>
|
|
<y>530</y>
|
|
<width>391</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>记住密码</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>false</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="forgetPassword_Btn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>528</y>
|
|
<width>301</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>20</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border:none;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>忘记密码</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>335</x>
|
|
<y>110</y>
|
|
<width>231</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>35</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>登录</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="userNameTips_Label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>140</x>
|
|
<y>320</y>
|
|
<width>171</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#F47E4B;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>用户名输入错误</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>95</x>
|
|
<y>230</y>
|
|
<width>670</width>
|
|
<height>90</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#groupBox_3{border-radius: 45px;
|
|
background:white;}</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLineEdit" name="userName_LineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>90</x>
|
|
<y>12</y>
|
|
<width>501</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>35</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border:none;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>xyyl</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>请输入用户名</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>95</x>
|
|
<y>380</y>
|
|
<width>670</width>
|
|
<height>90</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#groupBox_4{border-radius: 45px;
|
|
background:white;}</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLineEdit" name="password_LineEdit">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>70</x>
|
|
<y>6</y>
|
|
<width>561</width>
|
|
<height>80</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>28</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border:none;
|
|
color:#999999 ;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>666666</string>
|
|
</property>
|
|
<property name="placeholderText">
|
|
<string>请输入密码</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLabel" name="forgetPasswordTips_Label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>120</x>
|
|
<y>600</y>
|
|
<width>711</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>黑体</family>
|
|
<pointsize>12</pointsize>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color:#F47E4B;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>810</width>
|
|
<height>860</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#groupBox_5{
|
|
background: #FFFFFF;
|
|
border-radius: 20px;}</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QLabel" name="productionName_Label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>89</x>
|
|
<y>730</y>
|
|
<width>621</width>
|
|
<height>100</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Arial</family>
|
|
<pointsize>18</pointsize>
|
|
<weight>75</weight>
|
|
<bold>true</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string>上下肢主被动康复训练仪</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignCenter</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>230</x>
|
|
<y>140</y>
|
|
<width>401</width>
|
|
<height>507</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/DependFile/Source/login/upDownLimp.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="company_Label_2_invalid">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>30</y>
|
|
<width>230</width>
|
|
<height>57</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">border-image: url(:/DependFile/Source/login/company.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="company_Label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>30</x>
|
|
<y>30</y>
|
|
<width>230</width>
|
|
<height>57</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(255, 255, 255);
|
|
border:none;
|
|
border-image: url(:/DependFile/Source/login/company.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<zorder>groupBox_5</zorder>
|
|
<zorder>groupBox_2</zorder>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_6">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>1920</width>
|
|
<height>1080</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">#groupBox_6{background: #07A8E7;
|
|
border: 1px solid #979797;}</string>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QPushButton" name="pushButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>20</y>
|
|
<width>90</width>
|
|
<height>90</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background: #05A6EC;
|
|
border-radius: 4px;
|
|
color:white;
|
|
border-image: url(:/DependFile/Source/MainPage/shutdown.png);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<zorder>groupBox_6</zorder>
|
|
<zorder>groupBox</zorder>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|