为<呼吸质量标注>模块增加了自动下一页功能及快捷键设置
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
################################################################################
|
||||
## Form generated from reading UI file 'MainWindow_bcg_quality_label.ui'
|
||||
##
|
||||
## Created by: Qt User Interface Compiler version 6.8.2
|
||||
## Created by: Qt User Interface Compiler version 6.7.0
|
||||
##
|
||||
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
################################################################################
|
||||
@ -298,6 +298,12 @@ class Ui_MainWindow_bcg_quality_label(object):
|
||||
|
||||
self.gridLayout_7.addItem(self.verticalSpacer_2, 3, 0, 1, 2)
|
||||
|
||||
self.checkBox_auto_next = QCheckBox(self.groupBox_operation)
|
||||
self.checkBox_auto_next.setObjectName(u"checkBox_auto_next")
|
||||
self.checkBox_auto_next.setFont(font1)
|
||||
|
||||
self.gridLayout_7.addWidget(self.checkBox_auto_next, 1, 1, 1, 1)
|
||||
|
||||
self.gridLayout_7.setRowStretch(0, 1)
|
||||
self.gridLayout_7.setRowStretch(1, 1)
|
||||
self.gridLayout_7.setRowStretch(2, 1)
|
||||
@ -534,6 +540,7 @@ class Ui_MainWindow_bcg_quality_label(object):
|
||||
self.pushButton_next.setText(QCoreApplication.translate("MainWindow_bcg_quality_label", u">(D)", None))
|
||||
self.label.setText(QCoreApplication.translate("MainWindow_bcg_quality_label", u"\u8f93\u5165\u5907\u6ce8", None))
|
||||
self.checkBox_display_afterfilter.setText(QCoreApplication.translate("MainWindow_bcg_quality_label", u"\u53bb\u9664\u5de5\u9891\u566a\u58f0", None))
|
||||
self.checkBox_auto_next.setText(QCoreApplication.translate("MainWindow_bcg_quality_label", u"\u81ea\u52a8\u4e0b\u4e00\u9875", None))
|
||||
self.pushButton_save.setText(QCoreApplication.translate("MainWindow_bcg_quality_label", u"\u624b\u52a8\u4fdd\u5b58", None))
|
||||
self.groupBox_4.setTitle(QCoreApplication.translate("MainWindow_bcg_quality_label", u"\u65e5\u5fd7", None))
|
||||
self.groupBox_right.setTitle(QCoreApplication.translate("MainWindow_bcg_quality_label", u"\u6807\u7b7e\u8bb0\u5f55", None))
|
||||
|
||||
@ -517,6 +517,18 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item row="1" column="1">
|
||||
<widget class="QCheckBox" name="checkBox_auto_next">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>12</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>自动下一页</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user