mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Allow to alter model set simulator in pilot client
* selector can be read only * functions in context to obtain model set from loader/matcher, this will not be used when a plugin driver is present * adjusted UI
This commit is contained in:
@@ -87,6 +87,9 @@ namespace BlackGui
|
||||
//! Clear values
|
||||
void clear();
|
||||
|
||||
//! Set read only
|
||||
void setReadOnly(bool readOnly);
|
||||
|
||||
signals:
|
||||
//! Value has been changed
|
||||
void changed(const BlackMisc::Simulation::CSimulatorInfo &simulator);
|
||||
|
||||
Reference in New Issue
Block a user