mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
Ref T515, mapping component improvements
* allow to re-display validation dialog * highlight disabled models
This commit is contained in:
committed by
Mat Sutcliffe
parent
6644927943
commit
583a5bfb28
@@ -25,6 +25,8 @@ namespace BlackGui
|
||||
ui(new Ui::CAircraftModelValidationComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
const CAircraftMatcherSetup setup = m_matchingSettings.get();
|
||||
ui->cb_EnableStartupCheck->setChecked(setup.doVerificationAtStartup());
|
||||
connect(ui->cb_EnableStartupCheck, &QCheckBox::toggled, this, &CAircraftModelValidationComponent::onCheckAtStartupChanged);
|
||||
connect(ui->pb_TempDisableInvalid, &QPushButton::released, this, &CAircraftModelValidationComponent::onButtonClicked);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user