This commit is contained in:
2026-01-08 00:25:36 +01:00
parent 23695bc7ef
commit c40f288aaa
9 changed files with 110 additions and 196 deletions

View File

@@ -105,8 +105,7 @@ public:
ValueType valueType{ValueType::Plain};
int indexRow{-1};
QString label;
mutable double rawDoubleValue;
mutable uint32_t rawUIntValue;
mutable uint32_t rawValue{};
QString unitLabel;
double factor{1};
OptDouble optMin;