mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Connecting Radar Product Manager creation to Radar Product Model
This commit is contained in:
parent
98f8bab79a
commit
4c4c93cad1
6 changed files with 98 additions and 10 deletions
|
|
@ -124,8 +124,6 @@ MainWindow::MainWindow(QWidget* parent) :
|
|||
ui->vcpValueLabel->setVisible(false);
|
||||
ui->vcpDescriptionLabel->setVisible(false);
|
||||
|
||||
p->ConfigureMapLayout();
|
||||
|
||||
// Configure Menu
|
||||
ui->menuView->insertAction(ui->actionRadarToolbox,
|
||||
ui->radarToolboxDock->toggleViewAction());
|
||||
|
|
@ -143,6 +141,9 @@ MainWindow::MainWindow(QWidget* parent) :
|
|||
|
||||
ui->resourceTreeView->setModel(new model::RadarProductModel());
|
||||
|
||||
// Configure Map
|
||||
p->ConfigureMapLayout();
|
||||
|
||||
// Add Level 2 Products
|
||||
p->level2ProductsWidget_ = new ui::Level2ProductsWidget(this);
|
||||
ui->radarProductGroupBox->layout()->replaceWidget(ui->level2ProductFrame,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue