6 #ifndef SWIFT_GUI_EDITORS_AIRLINEICAOFORM_H
7 #define SWIFT_GUI_EDITORS_AIRLINEICAOFORM_H
10 #include <QScopedPointer>
21 class CAirlineIcaoForm;
23 namespace swift::gui::editors
46 void allowDrop(
bool allowDrop);
49 bool isDropAllowed()
const;
53 virtual void setReadOnly(
bool readonly)
override;
54 virtual void setSelectOnly()
override;
73 virtual void jsonPasted(
const QString &json)
override;
82 void emitAirlineChangedDigest();
85 QScopedPointer<Ui::CAirlineIcaoForm> ui;
88 std::chrono::milliseconds(500), 3 };
Receive 1..n signals, collect them over time, and resend afer n milliseconds.
Status messages, e.g. from Core -> GUI.
Wrapper around QVariant which provides transparent access to CValueObject methods of the contained ob...
Value object for ICAO classification.
#define SWIFT_GUI_EXPORT
Export a class or function from the library.