This commit is contained in:
Chenwenxuan
2024-03-06 14:54:30 +08:00
commit edac2715f0
1525 changed files with 809982 additions and 0 deletions

161
device/ui/login.ui Normal file
View File

@@ -0,0 +1,161 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LogIn</class>
<widget class="QDialog" name="LogIn">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>470</width>
<height>313</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>470</width>
<height>313</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLineEdit" name="Password">
<property name="geometry">
<rect>
<x>170</x>
<y>120</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>xhyq</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>60</x>
<y>120</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>51</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>密码:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
<widget class="QPushButton" name="LogInUser">
<property name="geometry">
<rect>
<x>170</x>
<y>180</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>登 录</string>
</property>
</widget>
<widget class="QComboBox" name="cmbType">
<property name="geometry">
<rect>
<x>170</x>
<y>80</y>
<width>171</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<item>
<property name="text">
<string>用户</string>
</property>
</item>
<item>
<property name="text">
<string>厂家</string>
</property>
</item>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>60</x>
<y>80</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>51</width>
<height>0</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>权限选择:</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
<tabstops>
<tabstop>Password</tabstop>
<tabstop>LogInUser</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>