mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 07:35:48 +08:00
refs #575, using livery completer
* embedded in form * rectified readOnly / only for selection * added uper case validator where missing * selecting airline triggers loading of default livery
This commit is contained in:
@@ -56,6 +56,11 @@ namespace BlackGui
|
||||
this->ui->le_Name->setReadOnly(readOnly);
|
||||
}
|
||||
|
||||
void CModelMappingForm::setSelectOnly()
|
||||
{
|
||||
this->setReadOnly(true);
|
||||
}
|
||||
|
||||
void CModelMappingForm::setValue(BlackMisc::Simulation::CAircraftModel &model)
|
||||
{
|
||||
ui->le_ModelKey->setText(model.getModelString());
|
||||
|
||||
Reference in New Issue
Block a user