- improved message for initial data loading
- Simulator wizard page before 1st model set page
- 1st model set component, forced directory loading (and not just displaying model cache)
This commit is contained in:
Klaus Basan
2018-08-19 00:01:01 +02:00
parent cbb0805c7e
commit b79aa0601c
8 changed files with 84 additions and 54 deletions

View File

@@ -39,6 +39,11 @@ namespace BlackGui
return ui->comp_OwnModels->requestModelsInBackground(simulator, onlyIfNotEmpty);
}
int CDbOwnModelsDialog::getOwnModelsCount() const
{
return ui->comp_OwnModels->getOwnModelsCount();
}
const CDbOwnModelsComponent *CDbOwnModelsDialog::modelsComponent() const
{
return ui->comp_OwnModels;