Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
8784c146
Commit
8784c146
authored
Nov 11, 2019
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
788ec028
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
QGCMapPolygonVisuals.qml
src/MissionManager/QGCMapPolygonVisuals.qml
+1
-1
QGCMapPolylineVisuals.qml
src/MissionManager/QGCMapPolylineVisuals.qml
+1
-1
CorridorScanEditor.qml
src/PlanView/CorridorScanEditor.qml
+1
-1
No files found.
src/MissionManager/QGCMapPolygonVisuals.qml
View file @
8784c146
...
@@ -538,7 +538,7 @@ Item {
...
@@ -538,7 +538,7 @@ Item {
QGCButton
{
QGCButton
{
_horizontalPadding
:
0
_horizontalPadding
:
0
text
:
_traceMode
?
qsTr
(
"
Done Tracing
"
)
:
qsTr
(
"
Trace
Polygon
"
)
text
:
_traceMode
?
qsTr
(
"
Done Tracing
"
)
:
qsTr
(
"
Trace
"
)
onClicked
:
{
onClicked
:
{
if
(
_traceMode
)
{
if
(
_traceMode
)
{
if
(
mapPolygon
.
count
<
3
)
{
if
(
mapPolygon
.
count
<
3
)
{
...
...
src/MissionManager/QGCMapPolylineVisuals.qml
View file @
8784c146
...
@@ -38,7 +38,7 @@ Item {
...
@@ -38,7 +38,7 @@ Item {
property
real
_zorderSplitHandle
:
QGroundControl
.
zOrderMapItems
+
2
property
real
_zorderSplitHandle
:
QGroundControl
.
zOrderMapItems
+
2
property
var
_savedVertices
:
[
]
property
var
_savedVertices
:
[
]
readonly
property
string
_corridorToolsText
:
qsTr
(
"
Corridor
Tools
"
)
readonly
property
string
_corridorToolsText
:
qsTr
(
"
PolyLine
Tools
"
)
readonly
property
string
_traceText
:
qsTr
(
"
Click in the map to add vertices. Click 'Done Tracing' when finished.
"
)
readonly
property
string
_traceText
:
qsTr
(
"
Click in the map to add vertices. Click 'Done Tracing' when finished.
"
)
function
_addCommonVisuals
()
{
function
_addCommonVisuals
()
{
...
...
src/PlanView/CorridorScanEditor.qml
View file @
8784c146
...
@@ -65,7 +65,7 @@ Rectangle {
...
@@ -65,7 +65,7 @@ Rectangle {
QGCLabel
{
QGCLabel
{
Layout.fillWidth
:
true
Layout.fillWidth
:
true
wrapMode
:
Text
.
WordWrap
wrapMode
:
Text
.
WordWrap
text
:
qsTr
(
"
Use the
Corridor
Tools to create the polyline which defines the corridor.
"
)
text
:
qsTr
(
"
Use the
PolyLine
Tools to create the polyline which defines the corridor.
"
)
}
}
QGCButton
{
QGCButton
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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