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
7ed94e64
Unverified
Commit
7ed94e64
authored
Aug 02, 2018
by
Don Gagne
Committed by
GitHub
Aug 02, 2018
Browse files
Merge pull request #6752 from DonLakeFlyer/SurveyEditor
Survey: Fix editor sizing
parents
1cd9d7aa
96c7ce48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PlanView/SurveyItemEditor.qml
View file @
7ed94e64
...
...
@@ -74,17 +74,18 @@ Rectangle {
}
SectionHeader
{
id
:
corridor
Header
id
:
transects
Header
text
:
qsTr
(
"
Transects
"
)
}
GridLayout
{
id
:
transectsGrid
anchors.left
:
parent
.
left
anchors.right
:
parent
.
right
columnSpacing
:
_margin
rowSpacing
:
_margin
columns
:
2
visible
:
corridor
Header
.
checked
visible
:
transects
Header
.
checked
QGCLabel
{
text
:
qsTr
(
"
Angle
"
)
}
FactTextField
{
...
...
@@ -108,8 +109,8 @@ Rectangle {
QGCLabel
{
text
:
qsTr
(
"
Turnaround dist
"
)
}
FactTextField
{
fact
:
missionItem
.
turnAroundDistance
Layout.fillWidth
:
true
fact
:
missionItem
.
turnAroundDistance
Layout.fillWidth
:
true
}
QGCButton
{
...
...
@@ -132,14 +133,14 @@ Rectangle {
}
FactCheckBox
{
text
:
qsTr
(
"
Refly at 90 deg
ree
offset
"
)
text
:
qsTr
(
"
Refly at 90 deg offset
"
)
fact
:
missionItem
.
refly90Degrees
enabled
:
!
missionItem
.
followTerrain
Layout.columnSpan
:
2
}
FactCheckBox
{
text
:
qsTr
(
"
Take i
mages in turnarounds
"
)
text
:
qsTr
(
"
I
mages in turnarounds
"
)
fact
:
missionItem
.
cameraTriggerInTurnAround
enabled
:
missionItem
.
hoverAndCaptureAllowed
?
!
missionItem
.
hoverAndCapture
.
rawValue
:
true
Layout.columnSpan
:
2
...
...
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