Ref T455, use combobox in model dialogs as radio boxes are too wide

This commit is contained in:
Klaus Basan
2018-12-06 23:38:46 +01:00
parent ca3345bbe0
commit 76913fd069
8 changed files with 27 additions and 7 deletions

View File

@@ -12,6 +12,7 @@
#ifndef BLACKGUI_COMPONENTS_DBOWNMODELSCOMPONENT_H
#define BLACKGUI_COMPONENTS_DBOWNMODELSCOMPONENT_H
#include "blackgui/components/simulatorselector.h"
#include "blackgui/menus/menudelegate.h"
#include "blackgui/overlaymessagesframe.h"
#include "blackmisc/datacache.h"
@@ -85,6 +86,9 @@ namespace BlackGui
//! Change current simulator for own models
void setSimulator(const BlackMisc::Simulation::CSimulatorInfo &simulator);
//! \copydoc BlackGui::Components::CSimulatorSelector::setMode
void setSimulatorSelectorMode(CSimulatorSelector::Mode mode);
//! Number of own models
int getOwnModelsCount() const;