You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/UI/toolbar/ControlIndicator.qml
+2-19Lines changed: 2 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -149,6 +149,8 @@ Item {
149
149
}
150
150
}
151
151
152
+
// Allow takeover expiration time popup. When a request is received and takeover was allowed, this popup alerts
153
+
// that after vehicle::REQUEST_OPERATOR_CONTROL_ALLOW_TAKEOVER_TIMEOUT_MSECS seconds, this GCS will change back to takeover not allowed, as per mavlink specs
152
154
Component {
153
155
id: allowTakeoverExpirationPopup
154
156
@@ -201,25 +203,6 @@ Item {
201
203
id: controlPopup
202
204
203
205
ToolIndicatorPage {
204
-
// Rectangle {
205
-
// id: popupBackground
206
-
// anchors.fill: parent
207
-
// color: qgcPal.window
208
-
// radius: panelRadius
209
-
210
-
// Connections {
211
-
// target: control
212
-
// onTriggerAnimations: doColorAnimation()
213
-
// }
214
-
// function doColorAnimation() { colorAnimation.restart() }
215
-
// SequentialAnimation on color {
216
-
// id: colorAnimation
217
-
// running: false
218
-
// loops: 1
219
-
// PropertyAnimation { to: qgcPal.windowShade; duration: 200 }
220
-
// PropertyAnimation { to: qgcPal.window; duration: 200 }
0 commit comments