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
9a1080ab
Commit
9a1080ab
authored
Feb 05, 2015
by
dogmaphobic
Browse files
Changing the order as RC loss is more important and should be up on top.
parent
1717173e
Changes
1
Show whitespace changes
Inline
Side-by-side
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
s
ignal
t
imeout - Return Home After
"
text
:
"
Telemetry
S
ignal
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
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