fix bug
This commit is contained in:
parent
b106a751db
commit
ce6c066532
@ -289,10 +289,13 @@ typedef struct {
|
|||||||
bool checked;
|
bool checked;
|
||||||
} Filter;
|
} Filter;
|
||||||
|
|
||||||
typedef struct{
|
typedef struct General_{
|
||||||
bool output_used;
|
bool output_used;
|
||||||
int engineering_unit;
|
int engineering_unit;
|
||||||
int rectifier_function;
|
int rectifier_function;
|
||||||
|
General_(){
|
||||||
|
output_used = false;
|
||||||
|
}
|
||||||
}General;
|
}General;
|
||||||
|
|
||||||
typedef struct AlarmDangerHigh_{
|
typedef struct AlarmDangerHigh_{
|
||||||
|
|||||||
@ -1181,12 +1181,12 @@
|
|||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>否</string>
|
<string>是</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>是</string>
|
<string>否</string>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
</item>
|
||||||
</widget>
|
</widget>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user