diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponent.cc b/src/AutoPilotPlugins/PX4/PX4TuningComponent.cc index 1bc63b5..214b733 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponent.cc +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponent.cc @@ -54,7 +54,7 @@ QUrl PX4TuningComponent::setupSource(void) const switch (_vehicle->vehicleType()) { case MAV_TYPE_FIXED_WING: - qmlFile = "qrc:/qml/PX4TuningComponentPlane.qml"; + qmlFile = ""; // TODO: "qrc:/qml/PX4TuningComponentPlane.qml"; break; case MAV_TYPE_QUADROTOR: case MAV_TYPE_COAXIAL: diff --git a/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml b/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml index 824f4c0..b4d0c5e 100644 --- a/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml +++ b/src/AutoPilotPlugins/PX4/PX4TuningComponentVTOL.qml @@ -38,14 +38,14 @@ SetupPage { QGCTabButton { text: qsTr("Multirotor") } - QGCTabButton { - text: qsTr("Fixedwing") - } + //QGCTabButton { + // text: qsTr("Fixedwing") + //} } property var pages: [ "PX4TuningComponentCopterAll.qml", - "PX4TuningComponentPlaneAll.qml" + //"PX4TuningComponentPlaneAll.qml" ] Loader {