Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
f46746ca
Commit
f46746ca
authored
Jan 28, 2017
by
Gus Grubba
Browse files
Add message telling QGC is waiting for a vehicle
parent
a8240d22
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/toolbar/MainToolBar.qml
View file @
f46746ca
...
...
@@ -212,6 +212,16 @@ Rectangle {
Layout.fillWidth
:
true
visible
:
_activeVehicle
}
QGCLabel
{
id
:
waitForVehicle
anchors.verticalCenter
:
parent
.
verticalCenter
text
:
qsTr
(
"
Waiting For Vehicle Connection
"
)
font.pointSize
:
ScreenTools
.
mediumFontPointSize
font.family
:
ScreenTools
.
demiboldFontFamily
color
:
colorRed
visible
:
!
_activeVehicle
}
}
// Progress bar
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment