Added extended stylesheet.

This commit is contained in:
2025-12-17 16:24:13 +01:00
parent 08d6c593da
commit 8813904e2b
5 changed files with 66 additions and 14 deletions

View File

@@ -89,6 +89,8 @@ public:
static BCValue makeValue(BCDevice::ID deviceID, const BCValueParams& params );
};
// Damit QVariant dieses Struct transportieren kann:
Q_DECLARE_METATYPE(BCValue)
// abbreviations:
// SOC = State Of Charge
@@ -106,7 +108,7 @@ constexpr auto to_u(E e) noexcept {
}
*/
using BCValueList = QList<BCValue>;
using BCValueList = QVector<BCValue>;
#endif // BCRawValue_H