Added BCValueType
This commit is contained in:
@@ -35,7 +35,7 @@ BCMainWindow::BCMainWindow(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
{
|
||||
setupUi(this);
|
||||
_valueManager.loadXml();
|
||||
_valueManager.loadBikeData();
|
||||
auto model = _valueManager.getModel( "Console"_L1 );
|
||||
if( model)
|
||||
_valueView->setModel( *model );
|
||||
|
||||
Reference in New Issue
Block a user