|
|
@ -75,8 +75,8 @@ Rectangle { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
ListView { |
|
|
|
ListView { |
|
|
|
id: statusListView |
|
|
|
id: statusListView |
|
|
|
model: missionItems |
|
|
|
model: missionItems |
|
|
|
highlightMoveDuration: 250 |
|
|
|
highlightMoveDuration: 250 |
|
|
|
anchors.leftMargin: _margins |
|
|
|
anchors.leftMargin: _margins |
|
|
|
anchors.rightMargin: _margins |
|
|
|
anchors.rightMargin: _margins |
|
|
@ -87,6 +87,7 @@ Rectangle { |
|
|
|
visible: _expanded |
|
|
|
visible: _expanded |
|
|
|
width: parent.width - valueGrid.width - (_margins * 2) |
|
|
|
width: parent.width - valueGrid.width - (_margins * 2) |
|
|
|
clip: true |
|
|
|
clip: true |
|
|
|
|
|
|
|
|
|
|
|
delegate: Item { |
|
|
|
delegate: Item { |
|
|
|
height: statusListView.height |
|
|
|
height: statusListView.height |
|
|
|
width: indicator.width |
|
|
|
width: indicator.width |
|
|
@ -104,6 +105,7 @@ Rectangle { |
|
|
|
label: object.abbreviation |
|
|
|
label: object.abbreviation |
|
|
|
visible: object.relativeAltitude ? true : (object.homePosition || graphAbsolute) |
|
|
|
visible: object.relativeAltitude ? true : (object.homePosition || graphAbsolute) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Connections { |
|
|
|
Connections { |
|
|
|
target: object |
|
|
|
target: object |
|
|
|
|
|
|
|
|
|
|
|