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
dc90f4b9
Commit
dc90f4b9
authored
Sep 12, 2015
by
Don Gagne
Browse files
Add help text
Remove nigh load/save
parent
7303aafc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/MissionEditor/MissionEditor.qml
View file @
dc90f4b9
...
...
@@ -153,14 +153,6 @@ QGCView {
onTriggered
:
controller
.
setMissionItems
()
}
MenuItem
{
text
:
"
Load mission items from disk
"
}
MenuItem
{
text
:
"
Save mission items to disk
"
}
}
}
...
...
@@ -198,6 +190,17 @@ QGCView {
onMoveDown
:
controller
.
moveDown
(
object
.
sequenceNumber
)
}
}
// ListView
QGCLabel
{
anchors.topMargin
:
_verticalMargin
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
anchors.top
:
toolsButton
.
bottom
anchors.bottom
:
parent
.
bottom
visible
:
controller
.
missionItems
.
count
==
0
wrapMode
:
Text
.
WordWrap
text
:
"
Click in the map to add Mission Items
"
}
}
// Item
}
// Rectangle - mission item list
}
// Item - split view container
...
...
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