upload all files

This commit is contained in:
2026-01-07 21:26:28 +08:00
parent 1d35a422ec
commit 6d7544e0a3
17 changed files with 2987 additions and 0 deletions

376
mainwindow.ui Normal file
View File

@@ -0,0 +1,376 @@
<?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>953</width>
<height>395</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>953</width>
<height>395</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>953</width>
<height>395</height>
</size>
</property>
<property name="font">
<font>
<kerning>true</kerning>
</font>
</property>
<property name="windowTitle">
<string>Simple Teacher Salary Management System</string>
</property>
<property name="toolTip">
<string>54245225</string>
</property>
<property name="toolTipDuration">
<number>-1</number>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="dockOptions">
<set>QMainWindow::DockOption::AllowTabbedDocks|QMainWindow::DockOption::AnimatedDocks</set>
</property>
<property name="unifiedTitleAndToolBarOnMac">
<bool>true</bool>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="pushButton_submit">
<property name="geometry">
<rect>
<x>819</x>
<y>320</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Submit</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>61</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>12</pointsize>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>Find by</string>
</property>
</widget>
<widget class="QComboBox" name="comboBox_findBy">
<property name="geometry">
<rect>
<x>70</x>
<y>10</y>
<width>72</width>
<height>31</height>
</rect>
</property>
<item>
<property name="text">
<string>ID</string>
</property>
</item>
<item>
<property name="text">
<string>Name</string>
</property>
</item>
</widget>
<widget class="QPushButton" name="pushButton_search">
<property name="geometry">
<rect>
<x>860</x>
<y>10</y>
<width>80</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Search</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_clear">
<property name="geometry">
<rect>
<x>10</x>
<y>320</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Clear</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>931</width>
<height>271</height>
</rect>
</property>
<property name="title">
<string>Info Center</string>
</property>
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>20</x>
<y>30</y>
<width>191</width>
<height>231</height>
</rect>
</property>
<property name="title">
<string>Personal Info</string>
</property>
</widget>
<widget class="QTableWidget" name="tableWidget_teacherInfo">
<property name="geometry">
<rect>
<x>220</x>
<y>50</y>
<width>691</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei UI</family>
<kerning>true</kerning>
</font>
</property>
<row/>
<column>
<property name="text">
<string>ID</string>
</property>
</column>
<column>
<property name="text">
<string>姓名</string>
</property>
</column>
<column>
<property name="text">
<string>性别</string>
</property>
</column>
<column>
<property name="text">
<string>单位名称</string>
</property>
</column>
<column>
<property name="text">
<string>家庭住址</string>
</property>
</column>
<column>
<property name="text">
<string>联系电话</string>
</property>
</column>
<item row="0" column="0">
<property name="text">
<string/>
</property>
</item>
</widget>
<widget class="QTableWidget" name="tableWidget_teacherSalary">
<property name="geometry">
<rect>
<x>220</x>
<y>130</y>
<width>691</width>
<height>71</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei UI</family>
<kerning>true</kerning>
</font>
</property>
<row/>
<column>
<property name="text">
<string>基本工资</string>
</property>
</column>
<column>
<property name="text">
<string>津贴</string>
</property>
</column>
<column>
<property name="text">
<string>生活补贴</string>
</property>
</column>
<column>
<property name="text">
<string>电话费</string>
</property>
</column>
<column>
<property name="text">
<string>水电费</string>
</property>
</column>
<column>
<property name="text">
<string>房租</string>
</property>
</column>
<column>
<property name="text">
<string>所得税</string>
</property>
</column>
<column>
<property name="text">
<string>卫生费</string>
</property>
</column>
<column>
<property name="text">
<string>公积金</string>
</property>
</column>
</widget>
<widget class="QLabel" name="label_salaryShould">
<property name="geometry">
<rect>
<x>220</x>
<y>220</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei</family>
<pointsize>12</pointsize>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>应发工资: </string>
</property>
</widget>
<widget class="QLabel" name="label_salaryDiscount">
<property name="geometry">
<rect>
<x>500</x>
<y>220</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei</family>
<pointsize>12</pointsize>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>合计扣款: </string>
</property>
</widget>
<widget class="QLabel" name="label_salaryActual">
<property name="geometry">
<rect>
<x>780</x>
<y>220</y>
<width>131</width>
<height>31</height>
</rect>
</property>
<property name="font">
<font>
<family>Microsoft YaHei</family>
<pointsize>12</pointsize>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>实发工资: </string>
</property>
</widget>
</widget>
<widget class="QTextEdit" name="textEdit_search">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>701</width>
<height>31</height>
</rect>
</property>
<property name="tabChangesFocus">
<bool>true</bool>
</property>
</widget>
<widget class="QPushButton" name="pushButton_remove">
<property name="geometry">
<rect>
<x>409</x>
<y>320</y>
<width>121</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Remove</string>
</property>
</widget>
<zorder>pushButton_submit</zorder>
<zorder>label</zorder>
<zorder>comboBox_findBy</zorder>
<zorder>pushButton_search</zorder>
<zorder>groupBox</zorder>
<zorder>textEdit_search</zorder>
<zorder>pushButton_remove</zorder>
<zorder>pushButton_clear</zorder>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>953</width>
<height>21</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>