4import QGroundControl.Controls
5import QGroundControl.FactControls
10 property var frameType: 0
11 // TODO need a better class for getting vehicle parameters into qml?
12 // according to comments in FactPanelController.h, this is not the intended use case
17 return "qrc:///qmlimages/Frames/BlueROV1.png"
19 return "qrc:///qmlimages/Frames/Vectored.png"
21 return "qrc:///qmlimages/Frames/Vectored6DOF.png"
23 return "qrc:///qmlimages/Frames/SimpleROV-3.png"
25 return "qrc:///qmlimages/Frames/SimpleROV-4.png"
30 Component.onCompleted: {
31 console.log(getImage())
32 subImage.source = getImage()
37 anchors.margins: ScreenTools.defaultFontPixelWidth
39 fillMode: Image.PreserveAspectFit