添加挂失页面;修改了判断数据库、设备、设备名是否设置好的函数名

This commit is contained in:
2024-07-30 14:25:45 +08:00
parent ad40ab7ecd
commit 9b227f3a14
7 changed files with 189 additions and 21 deletions

View File

@@ -27,7 +27,7 @@
<bool>true</bool>
</property>
<property name="currentIndex">
<number>2</number>
<number>3</number>
</property>
<widget class="QWidget" name="quitAppPage">
<widget class="QPushButton" name="confirmQuitButton">
@@ -354,6 +354,53 @@
</property>
</widget>
</widget>
<widget class="QWidget" name="reportLossPage">
<widget class="QWidget" name="horizontalLayoutWidget">
<property name="geometry">
<rect>
<x>230</x>
<y>150</y>
<width>281</width>
<height>80</height>
</rect>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>请输入学/工号:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="reportLossUserIdBox">
<property name="minimum">
<number>1000</number>
</property>
<property name="maximum">
<number>99999999</number>
</property>
<property name="value">
<number>21281280</number>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QPushButton" name="reportLossButton">
<property name="geometry">
<rect>
<x>330</x>
<y>250</y>
<width>80</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>挂失</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QStatusBar" name="statusBar">