12 , _name(tr(
"Flight Modes"))
23 return tr(
"Flight Modes Setup is used to configure the transmitter switches associated with Flight Modes.");
28 return "/qmlimages/FlightModesComponentIcon.png";
33 return QUrl::fromUserInput(
"qrc:/qml/QGroundControl/AutoPilotPlugins/PX4/PX4FlightModes.qml");
38 return QUrl::fromUserInput(
"qrc:/qml/QGroundControl/AutoPilotPlugins/PX4/FlightModesComponentSummary.qml");
QString name(void) const final
QString description(void) const final
QString iconResource(void) const final
QUrl summaryQmlSource(void) const final
QUrl setupSource(void) const final
FlightModesComponent(Vehicle *vehicle, AutoPilotPlugin *autopilot, QObject *parent=nullptr)