mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 09:15:34 +08:00
Ref T455, use combobox in model dialogs as radio boxes are too wide
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user