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
1fa01abc
Commit
1fa01abc
authored
Mar 01, 2015
by
Don Gagne
Browse files
Not mapped shows as "Disabled"
parent
677fff3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/FlightModesComponentSummary.qml
View file @
1fa01abc
...
@@ -27,7 +27,7 @@ Column {
...
@@ -27,7 +27,7 @@ Column {
QGCLabel
{
QGCLabel
{
horizontalAlignment
:
Text
.
AlignRight
horizontalAlignment
:
Text
.
AlignRight
width
:
parent
.
width
-
posctl
.
contentWidth
width
:
parent
.
width
-
posctl
.
contentWidth
text
:
autopilot
.
parameters
[
"
RC_MAP_POSCTL_SW
"
].
value
==
0
?
"
Not mapp
ed
"
:
autopilot
.
parameters
[
"
RC_MAP_POSCTL_SW
"
].
value
text
:
autopilot
.
parameters
[
"
RC_MAP_POSCTL_SW
"
].
value
==
0
?
"
Disabl
ed
"
:
autopilot
.
parameters
[
"
RC_MAP_POSCTL_SW
"
].
value
}
}
}
}
...
@@ -38,7 +38,7 @@ Column {
...
@@ -38,7 +38,7 @@ Column {
QGCLabel
{
QGCLabel
{
horizontalAlignment
:
Text
.
AlignRight
horizontalAlignment
:
Text
.
AlignRight
width
:
parent
.
width
-
loiter
.
contentWidth
width
:
parent
.
width
-
loiter
.
contentWidth
text
:
autopilot
.
parameters
[
"
RC_MAP_LOITER_SW
"
].
value
==
0
?
"
Not mapp
ed
"
:
autopilot
.
parameters
[
"
RC_MAP_LOITER_SW
"
].
value
text
:
autopilot
.
parameters
[
"
RC_MAP_LOITER_SW
"
].
value
==
0
?
"
Disabl
ed
"
:
autopilot
.
parameters
[
"
RC_MAP_LOITER_SW
"
].
value
}
}
}
}
...
@@ -49,7 +49,7 @@ Column {
...
@@ -49,7 +49,7 @@ Column {
QGCLabel
{
QGCLabel
{
horizontalAlignment
:
Text
.
AlignRight
horizontalAlignment
:
Text
.
AlignRight
width
:
parent
.
width
-
rtl
.
contentWidth
width
:
parent
.
width
-
rtl
.
contentWidth
text
:
autopilot
.
parameters
[
"
RC_MAP_RETURN_SW
"
].
value
==
0
?
"
Not mapp
ed
"
:
autopilot
.
parameters
[
"
RC_MAP_RETURN_SW
"
].
value
text
:
autopilot
.
parameters
[
"
RC_MAP_RETURN_SW
"
].
value
==
0
?
"
Disabl
ed
"
:
autopilot
.
parameters
[
"
RC_MAP_RETURN_SW
"
].
value
}
}
}
}
}
}
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