6import QGroundControl.Controls
7import QGroundControl.FlyView
10 property var model: listModel
14 name: qsTr("Submarine Initial checks")
16 PreFlightCheckButton {
17 name: qsTr("Hardware")
18 manualText: qsTr("All seals in place?")
21 PreFlightBatteryCheck {
23 allowFailurePercentOverride: false
26 PreFlightSensorsHealthCheck {
31 allowOverrideSatCount: true
39 name: qsTr("Please arm the vehicle here")
41 PreFlightCheckButton {
42 name: qsTr("Actuators")
43 manualText: qsTr("Move all control surfaces. Did they work properly?")
46 PreFlightCheckButton {
48 manualText: qsTr("Propellers free? Then throttle up gently. Working properly?")
51 PreFlightCheckButton {
53 manualText: qsTr("Please confirm mission is valid (waypoints valid, no terrain collision).")
61 name: qsTr("Last preparations before launch")
63 // Check list item group 2 - Final checks before launch
64 PreFlightCheckButton {
66 manualText: qsTr("Configured and started? Payload lid closed?")