更新器优化;添加邮件仅推送异常信息选项

This commit is contained in:
DLmaster
2024-12-18 02:04:40 +08:00
parent 05a063b001
commit a273af0abe
5 changed files with 198 additions and 56 deletions

View File

@@ -182,7 +182,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>98</width>
<width>88</width>
<height>74</height>
</rect>
</property>
@@ -1192,7 +1192,7 @@
<property name="frameShadow">
<enum>QFrame::Shadow::Raised</enum>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_22" stretch="0,1,3">
<layout class="QHBoxLayout" name="horizontalLayout_22" stretch="0,1,3,0">
<item>
<widget class="QCheckBox" name="checkBox_ifsendmail">
<property name="text">
@@ -1216,6 +1216,13 @@
<item>
<widget class="QLineEdit" name="lineEdit_mailaddress"/>
</item>
<item>
<widget class="QCheckBox" name="checkBox_ifonlyerror">
<property name="text">
<string>仅推送异常信息</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>