6 #ifndef SWIFT_GUI_VIEWS_FLIGHTPLANDIALOG_H
7 #define SWIFT_GUI_VIEWS_FLIGHTPLANDIALOG_H
10 #include <QScopedPointer>
16 class CFlightPlanDialog;
42 QScopedPointer<Ui::CFlightPlanDialog> ui;
Flight plan as dialog, also meant for other callsigns.
void showFlightPlan(const swift::misc::aviation::CCallsign &callsign)
Show a particular callsign flight plan.
virtual ~CFlightPlanDialog()
Destructor.
CFlightPlanDialog(QWidget *parent=nullptr)
Ctor.
Value object encapsulating information of a callsign.
Views, mainly QTableView.