Added ValueModel, first run.
This commit is contained in:
@@ -32,12 +32,16 @@
|
||||
|
||||
BCMainWindow::BCMainWindow(QWidget *parent)
|
||||
: QMainWindow(parent)
|
||||
, ui(new Ui::BCMainWindow)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
setupUi(this);
|
||||
_valueManager.loadXml();
|
||||
auto model = _valueManager.getModel( "Console"_L1 );
|
||||
if( model)
|
||||
_valueView->setModel( *model );
|
||||
|
||||
}
|
||||
|
||||
BCMainWindow::~BCMainWindow()
|
||||
{
|
||||
delete ui;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user