修复了主菜单中样本ID显示错误的问题
禁用了根目录路径的手动输入
This commit is contained in:
@ -40,7 +40,11 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPlainTextEdit" name="plainTextEdit_root_path"/>
|
||||
<widget class="QPlainTextEdit" name="plainTextEdit_root_path">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user