6 #ifndef SWIFT_GUI_EDITORS_AIRCRAFTICAOFORM_H
7 #define SWIFT_GUI_EDITORS_AIRCRAFTICAOFORM_H
10 #include <QScopedPointer>
20 class CAircraftIcaoForm;
22 namespace swift::gui::editors
42 void allowDrop(
bool allowDrop);
45 bool isDropAllowed()
const;
49 virtual void setReadOnly(
bool readonly)
override;
50 virtual void setSelectOnly()
override;
66 virtual void jsonPasted(
const QString &json)
override;
69 QScopedPointer<Ui::CAircraftIcaoForm> ui;
79 int getDbKeyFromGui()
const;
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.