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
da8e98a1
Unverified
Commit
da8e98a1
authored
Nov 07, 2018
by
Don Gagne
Committed by
GitHub
Nov 07, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6974 from Williangalvani/subCamera2
Create simplified camera page for sub
parents
b51f2735
23308cf8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
579 additions
and
0 deletions
+579
-0
APMCameraComponent.cc
src/AutoPilotPlugins/APM/APMCameraComponent.cc
+4
-0
APMCameraSubComponent.qml
src/AutoPilotPlugins/APM/APMCameraSubComponent.qml
+574
-0
APMResources.qrc
src/FirmwarePlugin/APM/APMResources.qrc
+1
-0
No files found.
src/AutoPilotPlugins/APM/APMCameraComponent.cc
View file @
da8e98a1
...
@@ -54,7 +54,11 @@ QStringList APMCameraComponent::setupCompleteChangedTriggerList(void) const
...
@@ -54,7 +54,11 @@ QStringList APMCameraComponent::setupCompleteChangedTriggerList(void) const
QUrl
APMCameraComponent
::
setupSource
(
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"
));
return
QUrl
::
fromUserInput
(
QStringLiteral
(
"qrc:/qml/APMCameraComponent.qml"
));
}
}
QUrl
APMCameraComponent
::
summaryQmlSource
(
void
)
const
QUrl
APMCameraComponent
::
summaryQmlSource
(
void
)
const
...
...
src/AutoPilotPlugins/APM/APMCameraSubComponent.qml
0 → 100644
View file @
da8e98a1
This diff is collapsed.
Click to expand it.
src/FirmwarePlugin/APM/APMResources.qrc
View file @
da8e98a1
...
@@ -3,6 +3,7 @@
...
@@ -3,6 +3,7 @@
<file alias="APMAirframeComponent.qml">../../AutoPilotPlugins/APM/APMAirframeComponent.qml</file>
<file alias="APMAirframeComponent.qml">../../AutoPilotPlugins/APM/APMAirframeComponent.qml</file>
<file alias="APMAirframeComponentSummary.qml">../../AutoPilotPlugins/APM/APMAirframeComponentSummary.qml</file>
<file alias="APMAirframeComponentSummary.qml">../../AutoPilotPlugins/APM/APMAirframeComponentSummary.qml</file>
<file alias="APMCameraComponent.qml">../../AutoPilotPlugins/APM/APMCameraComponent.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="APMCameraComponentSummary.qml">../../AutoPilotPlugins/APM/APMCameraComponentSummary.qml</file>
<file alias="APMFlightModesComponent.qml">../../AutoPilotPlugins/APM/APMFlightModesComponent.qml</file>
<file alias="APMFlightModesComponent.qml">../../AutoPilotPlugins/APM/APMFlightModesComponent.qml</file>
<file alias="APMFlightModesComponentSummary.qml">../../AutoPilotPlugins/APM/APMFlightModesComponentSummary.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