“修改”

This commit is contained in:
p02945817 2022-06-13 22:18:59 +08:00
parent 308218872c
commit 02b9d629d7
2 changed files with 2 additions and 11 deletions

View File

@ -1,16 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="f51902ab-b95b-4237-ad16-046cdff5b8fb" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/.gitignore" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/PulseFocusPlatform.iml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/modules.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/vcs.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/SSS_win.py" beforeDir="false" afterPath="$PROJECT_DIR$/SSS_win.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/SSS_win.ui" beforeDir="false" afterPath="$PROJECT_DIR$/SSS_win.ui" afterDir="false" />
</list>
<list default="true" id="f51902ab-b95b-4237-ad16-046cdff5b8fb" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />

View File

@ -38,7 +38,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow):
self.stopEvent = threading.Event()
self.stopEvent.clear()
# self.setWindowFlags(Qt.FramelessWindowHint)
def exit(self):
self.close()