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
287d75ac
Commit
287d75ac
authored
Jun 13, 2014
by
Koen Kooi
Browse files
MainWindow: make PFD the central widget.
Signed-off-by:
Koen Kooi
<
koen@dominion.thruhere.net
>
parent
dd75a986
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
287d75ac
...
...
@@ -556,7 +556,7 @@ void MainWindow::buildCommonWidgets()
{
pilotView
=
new
SubMainWindow
(
this
);
pilotView
->
setObjectName
(
"VIEW_FLIGHT"
);
pilotView
->
setCentralWidget
(
new
HUD
(
640
,
480
,
this
));
pilotView
->
setCentralWidget
(
new
PrimaryFlightDisplay
(
this
));
addToCentralStackedWidget
(
pilotView
,
VIEW_FLIGHT
,
"Pilot"
);
}
...
...
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