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
9a1080ab
Commit
9a1080ab
authored
Feb 05, 2015
by
dogmaphobic
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changing the order as RC loss is more important and should be up on top.
parent
1717173e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
SafetyComponent.qml
src/AutoPilotPlugins/PX4/SafetyComponent.qml
+14
-14
No files found.
src/AutoPilotPlugins/PX4/SafetyComponent.qml
View file @
9a1080ab
...
...
@@ -20,6 +20,19 @@ Rectangle {
Column
{
spacing
:
18
Label
{
text
:
"
Triggers For Return Home
"
;
color
:
palette
.
windowText
;
font.pointSize
:
20
}
Row
{
Label
{
width
:
leftColWidth
text
:
"
RC Transmitter Signal Loss - Return Home After
"
color
:
palette
.
windowText
anchors.baseline
:
rcLossField
.
baseline
}
FactTextField
{
id
:
rcLossField
fact
:
autopilot
.
parameters
[
"
COM_RC_LOSS_T
"
]
showUnits
:
true
}
}
Row
{
FactCheckBox
{
id
:
telemetryLossCheckbox
...
...
@@ -27,7 +40,7 @@ Rectangle {
width
:
leftColWidth
checkedValue
:
1
uncheckedValue
:
0
text
:
"
Telemetry
signal t
imeout - Return Home After
"
text
:
"
Telemetry
Signal T
imeout - Return Home After
"
anchors.baseline
:
telemetryLossField
.
baseline
}
FactTextField
{
...
...
@@ -36,19 +49,6 @@ Rectangle {
showUnits
:
true
}
}
Row
{
Label
{
width
:
leftColWidth
text
:
"
RC Transmitter signal loss - Return Home After
"
color
:
palette
.
windowText
anchors.baseline
:
rcLossField
.
baseline
}
FactTextField
{
id
:
rcLossField
fact
:
autopilot
.
parameters
[
"
COM_RC_LOSS_T
"
]
showUnits
:
true
}
}
}
//-----------------------------------------------------------------
//-- Return Home Options
...
...
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