5 property real rollAngle : 0
6 property real pitchAngle: 0
10 property real angularScale: pitchAngle * root.height / 45
15 height: root.height * 8
16 anchors.centerIn: parent
23 GradientStop { position: 0.25; color: Qt.hsla(0.6, 1.0, 0.25) }
24 GradientStop { position: 0.5; color: Qt.hsla(0.6, 0.5, 0.55) }
29 height: sky.height / 2
38 GradientStop { position: 0.0; color: Qt.hsla(0.25, 0.5, 0.45) }
39 GradientStop { position: 0.25; color: Qt.hsla(0.25, 0.75, 0.25) }
47 origin.x: artificialHorizon.width / 2
48 origin.y: artificialHorizon.height / 2