This commit is contained in:
DESKTOP-7I8SUIC\zhang 2025-12-01 21:07:04 +08:00
parent b106a751db
commit ce6c066532
2 changed files with 6 additions and 3 deletions

View File

@ -289,10 +289,13 @@ typedef struct {
bool checked;
} Filter;
typedef struct{
typedef struct General_{
bool output_used;
int engineering_unit;
int rectifier_function;
General_(){
output_used = false;
}
}General;
typedef struct AlarmDangerHigh_{

View File

@ -1181,12 +1181,12 @@
</property>
<item>
<property name="text">
<string></string>
<string></string>
</property>
</item>
<item>
<property name="text">
<string></string>
<string></string>
</property>
</item>
</widget>