importQtQuick2.3importQtQuick.Controls1.2importQGroundControl1.0importQGroundControl.ScreenTools1.0importQGroundControl.Controls1.0// Statistics section for TransectStyleComplexItemsGrid{// The following properties must be available up the hierarchy chain//property var missionItem ///< Mission Item for editorcolumns:2columnSpacing:ScreenTools.defaultFontPixelWidthQGCLabel{text:qsTr("Survey Area")}QGCLabel{text:QGroundControl.squareMetersToAppSettingsAreaUnits(missionItem.coveredArea).toFixed(2)+""+QGroundControl.appSettingsAreaUnitsString}QGCLabel{text:qsTr("Photo Count")}QGCLabel{text:missionItem.cameraShots}QGCLabel{text:qsTr("Photo Interval")}QGCLabel{text:missionItem.timeBetweenShots.toFixed(1)+""+qsTr("secs")}QGCLabel{text:qsTr("Trigger Distance")}QGCLabel{text:missionItem.cameraCalc.adjustedFootprintFrontal.valueString+""+missionItem.cameraCalc.adjustedFootprintFrontal.units}}