Browse Source

Add ArduSub firmware branding.

QGC4.4
Rustom Jehangir 9 years ago
parent
commit
e6b434ed9b
  1. 1
      qgcresources.qrc
  2. BIN
      src/FirmwarePlugin/APM/APMBrandImageSub.png
  3. 2
      src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.h

1
qgcresources.qrc

@ -153,6 +153,7 @@ @@ -153,6 +153,7 @@
<file alias="ArrowCW.svg">src/AutoPilotPlugins/Common/Images/ArrowCW.svg</file>
<file alias="ArrowCCW.svg">src/AutoPilotPlugins/Common/Images/ArrowCCW.svg</file>
<file alias="APM/BrandImage">src/FirmwarePlugin/APM/APMBrandImage.png</file>
<file alias="APM/BrandImageSub">src/FirmwarePlugin/APM/APMBrandImageSub.png</file>
<file alias="PX4/BrandImage">src/FirmwarePlugin/PX4/PX4BrandImage.png</file>
</qresource>
<qresource prefix="/res">

BIN
src/FirmwarePlugin/APM/APMBrandImageSub.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 197 KiB

2
src/FirmwarePlugin/APM/ArduSubFirmwarePlugin.h

@ -76,6 +76,8 @@ public: @@ -76,6 +76,8 @@ public:
bool supportsRadio(void);
bool supportsJSButton(void);
QString brandImage(const Vehicle* vehicle) const { Q_UNUSED(vehicle); return QStringLiteral("/qmlimages/APM/BrandImageSub"); }
};
#endif

Loading…
Cancel
Save