diff --git a/.idea/.gitignore b/.idea/.gitignore
deleted file mode 100644
index 26d3352..0000000
--- a/.idea/.gitignore
+++ /dev/null
@@ -1,3 +0,0 @@
-# Default ignored files
-/shelf/
-/workspace.xml
diff --git a/.idea/PulseFocusPlatform.iml b/.idea/PulseFocusPlatform.iml
deleted file mode 100644
index 7dfe0c1..0000000
--- a/.idea/PulseFocusPlatform.iml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 105ce2d..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 031af9b..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index 9cb39a1..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..a74549b
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1655115932217
+
+
+ 1655115932217
+
+
+
+
\ No newline at end of file
diff --git a/SSS_win.py b/SSS_win.py
index 64f7631..fc69790 100644
--- a/SSS_win.py
+++ b/SSS_win.py
@@ -14,7 +14,7 @@ from PyQt5 import QtCore, QtGui, QtWidgets
class Ui_MainWindow(object):
def setupUi(self, MainWindow):
MainWindow.setObjectName("MainWindow")
- MainWindow.resize(1353, 1007)
+ MainWindow.resize(1353, 1017)
self.centralwidget = QtWidgets.QWidget(MainWindow)
self.centralwidget.setObjectName("centralwidget")
self.verticalLayout_5 = QtWidgets.QVBoxLayout(self.centralwidget)
@@ -83,6 +83,9 @@ class Ui_MainWindow(object):
self.xunlian = QtWidgets.QPushButton(self.centralwidget)
self.xunlian.setObjectName("xunlian")
self.verticalLayout_4.addWidget(self.xunlian)
+ self.pushButton_2 = QtWidgets.QPushButton(self.centralwidget)
+ self.pushButton_2.setObjectName("pushButton_2")
+ self.verticalLayout_4.addWidget(self.pushButton_2)
self.horizontalLayout.addLayout(self.verticalLayout_4)
self.verticalLayout_3 = QtWidgets.QVBoxLayout()
self.verticalLayout_3.setObjectName("verticalLayout_3")
@@ -177,6 +180,7 @@ class Ui_MainWindow(object):
self.label.setText(_translate("MainWindow", "特征选择"))
self.shibie.setText(_translate("MainWindow", "识别"))
self.xunlian.setText(_translate("MainWindow", "训练"))
+ self.pushButton_2.setText(_translate("MainWindow", "历史记录"))
self.pushButton_jswendang.setText(_translate("MainWindow", "技术文档"))
self.pushButton_rjwendang.setText(_translate("MainWindow", "软件说明文档"))
self.pushButton.setText(_translate("MainWindow", "push"))
diff --git a/SSS_win.ui b/SSS_win.ui
index 0988344..46240e6 100644
--- a/SSS_win.ui
+++ b/SSS_win.ui
@@ -7,7 +7,7 @@
0
0
1353
- 1007
+ 1017
@@ -171,6 +171,13 @@
+ -
+
+
+ 历史记录
+
+
+
-
diff --git a/__pycache__/SSS_win.cpython-37.pyc b/__pycache__/SSS_win.cpython-37.pyc
index 585fe1e..51c963b 100644
Binary files a/__pycache__/SSS_win.cpython-37.pyc and b/__pycache__/SSS_win.cpython-37.pyc differ
diff --git a/__pycache__/SSS_win.cpython-39.pyc b/__pycache__/SSS_win.cpython-39.pyc
index 7b96d6a..f82bde2 100644
Binary files a/__pycache__/SSS_win.cpython-39.pyc and b/__pycache__/SSS_win.cpython-39.pyc differ