6import QGroundControl.Controls
7import QGroundControl.FactControls
10 spacing: ScreenTools.defaultFontPixelHeight / 2
12 FactPanelController { id: controller }
15 heading: qsTr("Ground Control Comm Loss Failsafe")
16 Layout.fillWidth: true
19 Layout.fillWidth: true
20 spacing: ScreenTools.defaultFontPixelWidth * 2
23 Layout.fillWidth: true;
24 text: qsTr("Vehicle Action")
27 id: failsafeActionCombo
28 fact: controller.getParameterFact(-1, "NAV_DLL_ACT")
34 Layout.fillWidth: true
35 Layout.preferredWidth: ScreenTools.defaultFontPixelWidth * 40
36 label: qsTr("Loss Timeout")
37 fact: controller.getParameterFact(-1, "COM_DL_LOSS_T")