Mini Milestone: Driver loads and connects.
This commit is contained in:
5
main.cpp
5
main.cpp
@@ -97,7 +97,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
|
||||
QApplication app(argc, argv);
|
||||
setApplicationStyleSheet( ":/BionxControl.qss"_L1 );
|
||||
//setApplicationStyleSheet( ":/BionxControl.qss"_L1 );
|
||||
|
||||
QMetaEnum metaEnum = QMetaEnum::fromType<BC::ID>();
|
||||
|
||||
@@ -115,9 +115,6 @@ 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();
|
||||
|
||||
|
||||
BCMainWindow w;
|
||||
w.show();
|
||||
|
||||
Reference in New Issue
Block a user