1 Star 1 Fork 0

youlinghei/实验室仪器借用记录

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main_ui.ui 9.75 KB
一键复制 编辑 原始数据 按行查看 历史
<?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>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/youlinghei/labsystem.git
git@gitee.com:youlinghei/labsystem.git
youlinghei
labsystem
实验室仪器借用记录
master

搜索帮助