代码拉取完成,页面将自动刷新
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>670</width>
<height>600</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>670</width>
<height>600</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>670</width>
<height>600</height>
</size>
</property>
<property name="windowTitle">
<string>实验室仪器借用记录系统</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="titlelabel">
<property name="geometry">
<rect>
<x>130</x>
<y>40</y>
<width>411</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>黑体</family>
<pointsize>22</pointsize>
</font>
</property>
<property name="text">
<string>实验室仪器借用记录系统 V2.0</string>
</property>
</widget>
<widget class="QTabWidget" name="tabWidget">
<property name="geometry">
<rect>
<x>10</x>
<y>140</y>
<width>650</width>
<height>421</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>查询</string>
</attribute>
<widget class="QTableWidget" name="infotable">
<property name="geometry">
<rect>
<x>0</x>
<y>10</y>
<width>641</width>
<height>391</height>
</rect>
</property>
<column>
<property name="text">
<string>借用日期</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>借用人</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>预计归还日期</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>借出时状态</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>实际归还日期</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
<column>
<property name="text">
<string>归还时状态</string>
</property>
<property name="textAlignment">
<set>AlignCenter</set>
</property>
</column>
</widget>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>操作</string>
</attribute>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>8</y>
<width>315</width>
<height>391</height>
</rect>
</property>
<property name="title">
<string>借出操作</string>
</property>
<widget class="QLineEdit" name="exceptback">
<property name="geometry">
<rect>
<x>110</x>
<y>110</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>30</x>
<y>50</y>
<width>54</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>借用日期</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>30</x>
<y>170</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>借出时状态</string>
</property>
</widget>
<widget class="QPushButton" name="borrowbutton">
<property name="geometry">
<rect>
<x>110</x>
<y>300</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>借出</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>20</x>
<y>110</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>预计归还日期</string>
</property>
</widget>
<widget class="QLineEdit" name="borrower">
<property name="geometry">
<rect>
<x>110</x>
<y>230</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="borrowtime">
<property name="geometry">
<rect>
<x>110</x>
<y>50</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="borrowstate">
<property name="geometry">
<rect>
<x>110</x>
<y>170</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>40</x>
<y>230</y>
<width>41</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>借用人</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>325</x>
<y>8</y>
<width>315</width>
<height>391</height>
</rect>
</property>
<property name="title">
<string>归还操作</string>
</property>
<widget class="QLineEdit" name="actualback">
<property name="geometry">
<rect>
<x>130</x>
<y>110</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="backstate">
<property name="geometry">
<rect>
<x>130</x>
<y>170</y>
<width>113</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>81</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>实际归还日期</string>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>40</x>
<y>170</y>
<width>71</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>归还时状态</string>
</property>
</widget>
<widget class="QPushButton" name="backbutton">
<property name="geometry">
<rect>
<x>130</x>
<y>300</y>
<width>81</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>归还</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QLabel" name="statelabel">
<property name="geometry">
<rect>
<x>470</x>
<y>110</y>
<width>151</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>设备状态:</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>260</x>
<y>110</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>存放位置:</string>
</property>
</widget>
<widget class="QLabel" name="nametext">
<property name="geometry">
<rect>
<x>30</x>
<y>110</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>仪器名称:</string>
</property>
</widget>
<widget class="QComboBox" name="namebox">
<property name="geometry">
<rect>
<x>100</x>
<y>110</y>
<width>141</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="placelabel">
<property name="geometry">
<rect>
<x>320</x>
<y>110</y>
<width>91</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>670</width>
<height>23</height>
</rect>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。