QGC的小问题

问题1

文件位置
resource/qgroundcontrol.qrc/qml/QGroundControl/Controls/QGCView.qml
问题:46与55行的else if有重复

qgcApp()->toolbox()->settingsManager()->appSettings->offlineEditingFirmwareType()->setRawValue(firmwareType)

在MissionSettingsEditor.qml中

FactCombox{
    fact:QGroundControl.settings.appSettings.offlineEditingFirmwareType
    indexModel:false
}

FactSystem

FactPanelController.h

//检查Internal error

//FactPanelController.h中
Vehicle * _vehicle;
UASInterface *_uas;
AutoPilotPlugin* _autopilot;

你可能感兴趣的:(QGC,QGC)