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
c62e1fbb
Commit
c62e1fbb
authored
Feb 23, 2017
by
Don Gagne
Committed by
GitHub
Feb 23, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4606 from dogmaphobic/misc
Root loader
parents
8a71849d
f8547877
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletion
+10
-1
FlightDisplayView.qml
src/FlightDisplay/FlightDisplayView.qml
+1
-1
MainWindowInner.qml
src/ui/MainWindowInner.qml
+9
-0
No files found.
src/FlightDisplay/FlightDisplayView.qml
View file @
c62e1fbb
...
@@ -264,7 +264,7 @@ QGCView {
...
@@ -264,7 +264,7 @@ QGCView {
anchors.top
:
parent
.
top
anchors.top
:
parent
.
top
anchors.bottom
:
parent
.
bottom
anchors.bottom
:
parent
.
bottom
width
:
height
width
:
height
radius
:
QGroundControl
.
videoManager
.
videoReceiver
&&
QGroundControl
.
videoManager
.
videoReceiver
.
recording
?
0
:
height
radius
:
QGroundControl
.
videoManager
&&
QGroundControl
.
videoManager
.
videoReceiver
&&
QGroundControl
.
videoManager
.
videoReceiver
.
recording
?
0
:
height
color
:
"
red
"
color
:
"
red
"
}
}
...
...
src/ui/MainWindowInner.qml
View file @
c62e1fbb
...
@@ -530,5 +530,14 @@ Item {
...
@@ -530,5 +530,14 @@ Item {
}
}
}
}
}
}
//-------------------------------------------------------------------------
//-- Loader helper for any child, no matter how deep can display an element
// in the middle of the main window.
Loader
{
id
:
rootLoader
anchors.centerIn
:
parent
}
}
}
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