代码拉取完成,页面将自动刷新
<?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>1041</width>
<height>700</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="windowTitle">
<string>高校人员管理系统</string>
</property>
<property name="windowIcon">
<iconset resource="images.qrc">
<normaloff>:/img/image/icon.png</normaloff>:/img/image/icon.png</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTabWidget" name="tabWidget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>3</x>
<y>0</y>
<width>1041</width>
<height>671</height>
</rect>
</property>
<property name="currentIndex">
<number>2</number>
</property>
<widget class="QWidget" name="tab">
<attribute name="title">
<string>学生</string>
</attribute>
<widget class="QTableView" name="student_tableView">
<property name="geometry">
<rect>
<x>3</x>
<y>3</y>
<width>761</width>
<height>631</height>
</rect>
</property>
</widget>
<widget class="QPlainTextEdit" name="student_nameEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>10</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>MiSans</family>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>768</x>
<y>10</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>姓名</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>768</x>
<y>60</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>性别</string>
</property>
</widget>
<widget class="QComboBox" name="student_genderComboBox">
<property name="geometry">
<rect>
<x>808</x>
<y>60</y>
<width>221</width>
<height>34</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>768</x>
<y>110</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>出生</string>
</property>
</widget>
<widget class="QDateEdit" name="student_birthDateEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>110</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="displayFormat">
<string>yyyy/MM/dd</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="student_majorEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>160</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>MiSans</family>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>768</x>
<y>160</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>专业</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="student_classNameEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>210</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>MiSans</family>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>768</x>
<y>210</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>班级</string>
</property>
</widget>
<widget class="QPushButton" name="student_addBtn">
<property name="geometry">
<rect>
<x>768</x>
<y>260</y>
<width>261</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>添加学生</string>
</property>
</widget>
<widget class="QPushButton" name="student_saveBtn">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>768</x>
<y>260</y>
<width>125</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>保存</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="student_returnBtn">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>903</x>
<y>260</y>
<width>125</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>返回添加</string>
</property>
</widget>
<zorder>student_addBtn</zorder>
<zorder>student_tableView</zorder>
<zorder>student_nameEdit</zorder>
<zorder>label</zorder>
<zorder>label_2</zorder>
<zorder>student_genderComboBox</zorder>
<zorder>label_3</zorder>
<zorder>student_birthDateEdit</zorder>
<zorder>student_majorEdit</zorder>
<zorder>label_4</zorder>
<zorder>student_classNameEdit</zorder>
<zorder>label_5</zorder>
<zorder>student_saveBtn</zorder>
<zorder>student_returnBtn</zorder>
</widget>
<widget class="QWidget" name="tab_2">
<attribute name="title">
<string>教师</string>
</attribute>
<widget class="QTableView" name="teacher_tableView">
<property name="geometry">
<rect>
<x>3</x>
<y>34</y>
<width>761</width>
<height>600</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>768</x>
<y>90</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>性别</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="teacher_postAndTitleEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>340</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>MiSans</family>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>768</x>
<y>140</y>
<width>61</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>出生时间</string>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>768</x>
<y>40</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>姓名</string>
</property>
</widget>
<widget class="QDateEdit" name="teacher_birthDateEdit">
<property name="geometry">
<rect>
<x>838</x>
<y>140</y>
<width>191</width>
<height>34</height>
</rect>
</property>
<property name="displayFormat">
<string>yyyy/MM/dd</string>
</property>
</widget>
<widget class="QPushButton" name="teacher_saveBtn">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>768</x>
<y>390</y>
<width>125</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>保存</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
</widget>
<widget class="QPlainTextEdit" name="teacher_departmentEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>240</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>MiSans</family>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="teacher_returnBtn">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>903</x>
<y>390</y>
<width>125</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>返回添加</string>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>768</x>
<y>240</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>系部</string>
</property>
</widget>
<widget class="QPushButton" name="teacher_addBtn">
<property name="geometry">
<rect>
<x>768</x>
<y>390</y>
<width>261</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>添加教师</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="teacher_nameEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>40</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>MiSans</family>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
<widget class="QComboBox" name="teacher_genderComboBox">
<property name="geometry">
<rect>
<x>808</x>
<y>90</y>
<width>221</width>
<height>34</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="teacher_typeLabel">
<property name="geometry">
<rect>
<x>768</x>
<y>340</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>职务</string>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>3</x>
<y>3</y>
<width>61</width>
<height>28</height>
</rect>
</property>
<property name="text">
<string>教师类别</string>
</property>
</widget>
<widget class="QComboBox" name="teacher_typeComboBox">
<property name="geometry">
<rect>
<x>70</x>
<y>3</y>
<width>131</width>
<height>28</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding-left: 1px;</string>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>768</x>
<y>190</y>
<width>61</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>工作时间</string>
</property>
</widget>
<widget class="QDateEdit" name="teacher_startDateEdit">
<property name="geometry">
<rect>
<x>838</x>
<y>190</y>
<width>191</width>
<height>34</height>
</rect>
</property>
<property name="displayFormat">
<string>yyyy/MM/dd</string>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>768</x>
<y>290</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>类别</string>
</property>
</widget>
<widget class="QComboBox" name="teacher_typeComboBoxEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>290</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="styleSheet">
<string notr="true">padding-left: 1px;</string>
</property>
</widget>
<zorder>teacher_addBtn</zorder>
<zorder>teacher_tableView</zorder>
<zorder>label_6</zorder>
<zorder>teacher_postAndTitleEdit</zorder>
<zorder>label_7</zorder>
<zorder>label_8</zorder>
<zorder>teacher_birthDateEdit</zorder>
<zorder>teacher_saveBtn</zorder>
<zorder>teacher_departmentEdit</zorder>
<zorder>teacher_returnBtn</zorder>
<zorder>label_9</zorder>
<zorder>teacher_nameEdit</zorder>
<zorder>teacher_genderComboBox</zorder>
<zorder>teacher_typeLabel</zorder>
<zorder>label_11</zorder>
<zorder>teacher_typeComboBox</zorder>
<zorder>label_12</zorder>
<zorder>teacher_startDateEdit</zorder>
<zorder>label_13</zorder>
<zorder>teacher_typeComboBoxEdit</zorder>
</widget>
<widget class="QWidget" name="tab_3">
<attribute name="title">
<string>查询</string>
</attribute>
<widget class="QTableView" name="search_tableView">
<property name="geometry">
<rect>
<x>3</x>
<y>3</y>
<width>761</width>
<height>631</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="search_groupComboBox">
<property name="geometry">
<rect>
<x>808</x>
<y>10</y>
<width>221</width>
<height>34</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>768</x>
<y>10</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>群体</string>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>768</x>
<y>60</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>类型</string>
</property>
</widget>
<widget class="QComboBox" name="search_typeComboBox">
<property name="geometry">
<rect>
<x>808</x>
<y>60</y>
<width>221</width>
<height>34</height>
</rect>
</property>
</widget>
<widget class="QPlainTextEdit" name="search_keyEdit">
<property name="geometry">
<rect>
<x>808</x>
<y>110</y>
<width>221</width>
<height>34</height>
</rect>
</property>
<property name="font">
<font>
<family>MiSans</family>
<pointsize>11</pointsize>
<italic>false</italic>
<bold>false</bold>
</font>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="search_keyLabel">
<property name="geometry">
<rect>
<x>768</x>
<y>110</y>
<width>31</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>搜索</string>
</property>
</widget>
<widget class="QPushButton" name="search_searchBtn">
<property name="geometry">
<rect>
<x>768</x>
<y>160</y>
<width>261</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>搜索</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1041</width>
<height>21</height>
</rect>
</property>
<widget class="QMenu" name="menuSetting">
<property name="title">
<string>文件</string>
</property>
<addaction name="menu_importStudent"/>
<addaction name="menu_importAdminTeacher"/>
<addaction name="menu_importFullTimeTeacher"/>
<addaction name="separator"/>
<addaction name="menu_exit"/>
</widget>
<widget class="QMenu" name="menu">
<property name="title">
<string>帮助</string>
</property>
<addaction name="menu_about"/>
</widget>
<addaction name="menuSetting"/>
<addaction name="menu"/>
</widget>
<action name="menu_importStudent">
<property name="icon">
<iconset theme="face-kiss">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>导入学生</string>
</property>
</action>
<action name="menu_about">
<property name="icon">
<iconset theme="face-smile">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>关于</string>
</property>
</action>
<action name="menu_exit">
<property name="icon">
<iconset theme="application-exit">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>退出</string>
</property>
</action>
<action name="menu_importAdminTeacher">
<property name="icon">
<iconset theme="face-cool">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>导入行政人员</string>
</property>
<property name="toolTip">
<string>导入行政人员</string>
</property>
</action>
<action name="menu_importFullTimeTeacher">
<property name="icon">
<iconset theme="face-smirk">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>导入专任教师</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>student_nameEdit</tabstop>
<tabstop>student_genderComboBox</tabstop>
<tabstop>student_birthDateEdit</tabstop>
<tabstop>student_majorEdit</tabstop>
<tabstop>student_classNameEdit</tabstop>
<tabstop>student_addBtn</tabstop>
<tabstop>tabWidget</tabstop>
<tabstop>student_tableView</tabstop>
</tabstops>
<resources>
<include location="images.qrc"/>
</resources>
<connections/>
</ui>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。