设置小闲平台收录数据的提交比例下限为0.75

This commit is contained in:
weiye.wang 2024-02-28 21:13:08 +08:00
parent c642c6f3c2
commit 57c3e71e2e
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ class MyWindow(QWidget,Ui_Form):
self.setupUi(self) self.setupUi(self)
self.bind() self.bind()
self.zipfilepath = "" self.zipfilepath = ""
self.lineEdit_threshold.setText("0.75")
def bind(self): def bind(self):
self.pushButton_selectfilepath.clicked.connect(self.getFilePath) self.pushButton_selectfilepath.clicked.connect(self.getFilePath)