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
b6e722c6
Commit
b6e722c6
authored
9 years ago
by
Don Gagne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Convert to QGCView
parent
fb26f834
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
218 additions
and
211 deletions
+218
-211
SafetyComponent.qml
src/AutoPilotPlugins/PX4/SafetyComponent.qml
+218
-211
No files found.
src/AutoPilotPlugins/PX4/SafetyComponent.qml
View file @
b6e722c6
...
@@ -31,11 +31,12 @@ import QGroundControl.Palette 1.0
...
@@ -31,11 +31,12 @@ import QGroundControl.Palette 1.0
import
QGroundControl
.
Controls
1.0
import
QGroundControl
.
Controls
1.0
import
QGroundControl
.
ScreenTools
1.0
import
QGroundControl
.
ScreenTools
1.0
FactPanel
{
QGCView
{
id
:
panel
id
:
rootQGCView
viewPanel
:
view
QGCPalette
{
id
:
palette
;
colorGroupEnabled
:
enabled
}
QGCPalette
{
id
:
palette
;
colorGroupEnabled
:
enabled
}
FactPanelController
{
id
:
controller
;
factPanel
:
panel
}
FactPanelController
{
id
:
controller
;
factPanel
:
rootQGCView
}
property
int
flightLineWidth
:
2
// width of lines for flight graphic
property
int
flightLineWidth
:
2
// width of lines for flight graphic
property
int
loiterAltitudeColumnWidth
:
180
// width of loiter altitude column
property
int
loiterAltitudeColumnWidth
:
180
// width of loiter altitude column
...
@@ -47,6 +48,11 @@ FactPanel {
...
@@ -47,6 +48,11 @@ FactPanel {
property
int
arrowWidth
:
18
// width for arrow graphic
property
int
arrowWidth
:
18
// width for arrow graphic
property
int
firstColumnWidth
:
220
// Width of first column in return home triggers area
property
int
firstColumnWidth
:
220
// Width of first column in return home triggers area
QGCView
{
id
:
view
anchors.fill
:
parent
Column
{
Column
{
anchors.fill
:
parent
anchors.fill
:
parent
...
@@ -308,4 +314,5 @@ FactPanel {
...
@@ -308,4 +314,5 @@ FactPanel {
property
Fact
fact
:
controller
.
getParameterFact
(
-
1
,
"
NAV_DLL_OBC
"
)
property
Fact
fact
:
controller
.
getParameterFact
(
-
1
,
"
NAV_DLL_OBC
"
)
}
}
}
}
}
// QGCVIew
}
}
This diff is collapsed.
Click to expand it.
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