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
a7ae45a2
Unverified
Commit
a7ae45a2
authored
Apr 18, 2019
by
Don Gagne
Committed by
GitHub
Apr 18, 2019
Browse files
Merge pull request #7327 from patrickelectric/simple_rov_5
Add SimpleROV-5 frame for Sub
parents
0871b019
9ca8ea13
Changes
3
Hide whitespace changes
Inline
Side-by-side
qgcresources.qrc
View file @
a7ae45a2
...
...
@@ -80,6 +80,7 @@
<file alias="Frames/Vectored6DOF.png">src/AutoPilotPlugins/APM/Images/vectored6dof-frame.png</file>
<file alias="Frames/SimpleROV-3.png">src/AutoPilotPlugins/APM/Images/simple3-frame.png</file>
<file alias="Frames/SimpleROV-4.png">src/AutoPilotPlugins/APM/Images/simple4-frame.png</file>
<file alias="Frames/SimpleROV-5.png">src/AutoPilotPlugins/APM/Images/simple5-frame.png</file>
<file alias="LogDownloadIcon">src/AnalyzeView/LogDownloadIcon.svg</file>
<file alias="LowBattery.svg">src/AutoPilotPlugins/PX4/Images/LowBattery.svg</file>
<file alias="LowBatteryLight.svg">src/AutoPilotPlugins/PX4/Images/LowBatteryLight.svg</file>
...
...
src/AutoPilotPlugins/APM/APMSubFrameComponent.qml
View file @
a7ae45a2
...
...
@@ -104,6 +104,12 @@ SetupPage {
resource
:
"
qrc:///qmlimages/Frames/SimpleROV-4.png
"
paramValue
:
5
}
ListElement
{
name
:
"
SimpleROV-5
"
resource
:
"
qrc:///qmlimages/Frames/SimpleROV-5.png
"
paramValue
:
6
}
}
Item
{
...
...
src/AutoPilotPlugins/APM/Images/simple5-frame.png
0 → 100644
View file @
a7ae45a2
41.8 KB
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