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
fa84ada7
Commit
fa84ada7
authored
Jul 20, 2016
by
Gus Grubba
Committed by
GitHub
Jul 20, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3831 from dogmaphobic/motorIcon
Adding Motor Component Icon
parents
76013297
7293a666
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
2 deletions
+14
-2
qgcresources.qrc
qgcresources.qrc
+1
-1
MotorComponentIcon.svg
src/AutoPilotPlugins/Common/Images/MotorComponentIcon.svg
+12
-0
MotorComponent.cc
src/AutoPilotPlugins/Common/MotorComponent.cc
+1
-1
MotorComponentIcon.png
src/AutoPilotPlugins/Common/MotorComponentIcon.png
+0
-0
No files found.
qgcresources.qrc
View file @
fa84ada7
...
...
@@ -63,7 +63,7 @@
<file alias="LandModeCopter.svg">src/AutoPilotPlugins/PX4/Images/LandModeCopter.svg</file>
<file alias="LowBattery.svg">src/AutoPilotPlugins/PX4/Images/LowBattery.svg</file>
<file alias="LowBatteryLight.svg">src/AutoPilotPlugins/PX4/Images/LowBatteryLight.svg</file>
<file alias="MotorComponentIcon.
png">src/AutoPilotPlugins/Common/MotorComponentIcon.pn
g</file>
<file alias="MotorComponentIcon.
svg">src/AutoPilotPlugins/Common/Images/MotorComponentIcon.sv
g</file>
<file alias="PowerComponentBattery_01cell.svg">src/AutoPilotPlugins/PX4/Images/PowerComponentBattery_01cell.svg</file>
<file alias="PowerComponentBattery_02cell.svg">src/AutoPilotPlugins/PX4/Images/PowerComponentBattery_02cell.svg</file>
<file alias="PowerComponentBattery_03cell.svg">src/AutoPilotPlugins/PX4/Images/PowerComponentBattery_03cell.svg</file>
...
...
src/AutoPilotPlugins/Common/Images/MotorComponentIcon.svg
0 → 100644
View file @
fa84ada7
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version=
"1.1"
id=
"Layer_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
viewBox=
"0 0 72 72"
enable-background=
"new 0 0 72 72"
xml:space=
"preserve"
>
<g>
<rect
x=
"3.6"
y=
"31.831"
fill=
"#FFFFFF"
width=
"64.8"
height=
"33.188"
/>
<rect
x=
"13.549"
y=
"65.019"
fill=
"#FFFFFF"
width=
"44.902"
height=
"5.256"
/>
<rect
x=
"13.549"
y=
"27.641"
fill=
"#FFFFFF"
width=
"44.902"
height=
"5.256"
/>
<rect
x=
"31.515"
y=
"20.234"
fill=
"#FFFFFF"
width=
"8.97"
height=
"7.73"
/>
<path
fill=
"#FFFFFF"
d=
"M39.439,3.34l9.255,17.678H36H23.305L32.561,3.34C33.688,1.186,38.312,1.186,39.439,3.34z"
/>
</g>
</svg>
src/AutoPilotPlugins/Common/MotorComponent.cc
View file @
fa84ada7
...
...
@@ -31,7 +31,7 @@ QString MotorComponent::description(void) const
QString
MotorComponent
::
iconResource
(
void
)
const
{
return
QStringLiteral
(
"/qmlimages/MotorComponentIcon.
pn
g"
);
return
QStringLiteral
(
"/qmlimages/MotorComponentIcon.
sv
g"
);
}
bool
MotorComponent
::
requiresSetup
(
void
)
const
...
...
src/AutoPilotPlugins/Common/MotorComponentIcon.png
deleted
100644 → 0
View file @
76013297
684 Bytes
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