Added BCValue creation, part I.

This commit is contained in:
2025-12-16 18:33:44 +01:00
parent 36ca1cf3f6
commit b0d347ef79
5 changed files with 169 additions and 38 deletions

View File

@@ -38,7 +38,7 @@
#include <bcmainwindow.h>
#include <bcvalue.h>
#include <bcvaluemanager.h>
/*
#include <QMetaEnum>
@@ -99,6 +99,9 @@ int main(int argc, char *argv[])
qDebug() << " schön: " << xxx << " -- " << uint8_t(xxx) << " : " << yyy;
qDebug() << " nice: " << metaEnum.enumName() << " : " <<metaEnum.name() << ": " << metaEnum.enclosingMetaObject()->className();
BCValueManager myMgr;
myMgr.loadXml();
return app.exec();
}