|
|
@ -50,8 +50,6 @@ Item { |
|
|
|
display: QGroundControl.videoManager.videoSurface |
|
|
|
display: QGroundControl.videoManager.videoSurface |
|
|
|
receiver: QGroundControl.videoManager.videoReceiver |
|
|
|
receiver: QGroundControl.videoManager.videoReceiver |
|
|
|
visible: QGroundControl.videoManager.videoRunning |
|
|
|
visible: QGroundControl.videoManager.videoRunning |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
Rectangle { |
|
|
|
Rectangle { |
|
|
|
color: Qt.rgba(1,1,1,0.5) |
|
|
|
color: Qt.rgba(1,1,1,0.5) |
|
|
|
height: parent.height |
|
|
|
height: parent.height |
|
|
@ -81,3 +79,5 @@ Item { |
|
|
|
visible: _showGrid |
|
|
|
visible: _showGrid |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|