mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +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:
@@ -96,10 +96,10 @@ namespace BlackGui
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CDbDistributorSelectorComponent> ui;
|
||||
QScopedPointer<QCompleter> m_completerDistributorNames;
|
||||
QMetaObject::Connection m_signalConnection;
|
||||
QScopedPointer<QCompleter> m_completerDistributors;
|
||||
QMetaObject::Connection m_signalConnection;
|
||||
BlackMisc::Simulation::CDistributor m_currentDistributor;
|
||||
};
|
||||
}
|
||||
}
|
||||
} // ns
|
||||
} // ns
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user