设置小闲平台收录数据的提交比例下限为0.75
This commit is contained in:
parent
c642c6f3c2
commit
57c3e71e2e
|
|
@ -9,6 +9,7 @@ class MyWindow(QWidget,Ui_Form):
|
|||
self.setupUi(self)
|
||||
self.bind()
|
||||
self.zipfilepath = ""
|
||||
self.lineEdit_threshold.setText("0.75")
|
||||
|
||||
def bind(self):
|
||||
self.pushButton_selectfilepath.clicked.connect(self.getFilePath)
|
||||
|
|
|
|||
Reference in New Issue