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
bf7af352
Commit
bf7af352
authored
Sep 12, 2017
by
Don Gagne
Committed by
GitHub
Sep 12, 2017
Browse files
Merge pull request #5639 from HorusAeronaves/mission_item_status
MissionItemStatus: Show survey and others complex items as chars
parents
54780e15
1cfb43f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PlanView/MissionItemStatus.qml
View file @
bf7af352
...
...
@@ -84,8 +84,8 @@ Rectangle {
small
:
true
checked
:
object
.
isCurrentItem
label
:
object
.
abbreviation
.
charAt
(
0
)
index
:
object
.
sequenceNumber
visible
:
object
.
relativeAltitude
?
true
:
object
.
homePosition
index
:
object
.
abbreviation
.
charAt
(
0
)
>
'
A
'
&&
object
.
abbreviation
.
charAt
(
0
)
<
'
z
'
?
-
1
:
object
.
sequenceNumber
visible
:
true
}
}
}
...
...
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