mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-23 13:55:36 +08:00
refs #768, improved selectors
* added focus proxy * using &QLineEdit::editingFinished as signal (changes value also when focus is lost) * use enum to set how values are displayed * search for DB values by leveraging the smart selector functions * added isSet functions * minor renamings/formatting
This commit is contained in:
@@ -61,6 +61,9 @@ namespace BlackGui
|
||||
//! Clear selection
|
||||
virtual void clear() = 0;
|
||||
|
||||
//! Set with valid value
|
||||
bool isSet() const;
|
||||
|
||||
signals:
|
||||
//! ICAO was changed
|
||||
void changedAirlineIcao(const BlackMisc::Aviation::CAirlineIcaoCode &icao);
|
||||
|
||||
Reference in New Issue
Block a user