修复了主菜单中样本ID显示错误的问题
禁用了根目录路径的手动输入
This commit is contained in:
@ -50,6 +50,7 @@ class Ui_Signal_Label(object):
|
||||
|
||||
self.plainTextEdit_root_path = QPlainTextEdit(self.centralwidget)
|
||||
self.plainTextEdit_root_path.setObjectName(u"plainTextEdit_root_path")
|
||||
self.plainTextEdit_root_path.setEnabled(False)
|
||||
|
||||
self.verticalLayout_3.addWidget(self.plainTextEdit_root_path)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user