Skip to content
GitLab
Menu
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
23308cf8
Commit
23308cf8
authored
Aug 31, 2017
by
Jacob Walser
Committed by
Willian Galvani
Oct 30, 2018
Browse files
APMCameraSubComponent: simplified camera component for sub (hide advanced items)
parent
901cf22d
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/APM/APMCameraComponent.cc
View file @
23308cf8
...
...
@@ -54,7 +54,11 @@ QStringList APMCameraComponent::setupCompleteChangedTriggerList(void) const
QUrl
APMCameraComponent
::
setupSource
(
void
)
const
{
if
(
_vehicle
->
sub
())
{
return
QUrl
::
fromUserInput
(
QStringLiteral
(
"qrc:/qml/APMCameraSubComponent.qml"
));
}
return
QUrl
::
fromUserInput
(
QStringLiteral
(
"qrc:/qml/APMCameraComponent.qml"
));
}
QUrl
APMCameraComponent
::
summaryQmlSource
(
void
)
const
...
...
src/AutoPilotPlugins/APM/APMCameraSubComponent.qml
0 → 100644
View file @
23308cf8
This diff is collapsed.
Click to expand it.
src/FirmwarePlugin/APM/APMResources.qrc
View file @
23308cf8
...
...
@@ -3,6 +3,7 @@
<file alias="APMAirframeComponent.qml">../../AutoPilotPlugins/APM/APMAirframeComponent.qml</file>
<file alias="APMAirframeComponentSummary.qml">../../AutoPilotPlugins/APM/APMAirframeComponentSummary.qml</file>
<file alias="APMCameraComponent.qml">../../AutoPilotPlugins/APM/APMCameraComponent.qml</file>
<file alias="APMCameraSubComponent.qml">../../AutoPilotPlugins/APM/APMCameraSubComponent.qml</file>
<file alias="APMCameraComponentSummary.qml">../../AutoPilotPlugins/APM/APMCameraComponentSummary.qml</file>
<file alias="APMFlightModesComponent.qml">../../AutoPilotPlugins/APM/APMFlightModesComponent.qml</file>
<file alias="APMFlightModesComponentSummary.qml">../../AutoPilotPlugins/APM/APMFlightModesComponentSummary.qml</file>
...
...
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