为<呼吸质量标注>模块设置自动下一段功能的复选框为默认选中状态,并更新相关按钮文本
This commit is contained in:
@ -301,6 +301,7 @@ class Ui_MainWindow_bcg_quality_label(object):
|
||||
self.checkBox_auto_next = QCheckBox(self.groupBox_operation)
|
||||
self.checkBox_auto_next.setObjectName(u"checkBox_auto_next")
|
||||
self.checkBox_auto_next.setFont(font1)
|
||||
self.checkBox_auto_next.setChecked(True)
|
||||
|
||||
self.gridLayout_7.addWidget(self.checkBox_auto_next, 1, 1, 1, 1)
|
||||
|
||||
|
||||
@ -527,6 +527,9 @@
|
||||
<property name="text">
|
||||
<string>自动下一页</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
||||
@ -416,6 +416,7 @@ class Ui_MainWindow_resp_quality_label(object):
|
||||
self.checkBox_auto_next = QCheckBox(self.groupBox_label_operation)
|
||||
self.checkBox_auto_next.setObjectName(u"checkBox_auto_next")
|
||||
self.checkBox_auto_next.setFont(font1)
|
||||
self.checkBox_auto_next.setChecked(True)
|
||||
|
||||
self.gridLayout_7.addWidget(self.checkBox_auto_next, 0, 0, 1, 1)
|
||||
|
||||
|
||||
@ -749,6 +749,9 @@
|
||||
<property name="text">
|
||||
<string>自动下一段</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user