mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
OP-38 Icon for AHRS in the config gadget. Quick hack with Eagle3D, still, better than nothing.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1422 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
c754ef865e
commit
fd9c4a8265
@ -4,5 +4,6 @@
|
||||
<file>images/Airframe.png</file>
|
||||
<file>images/Servo.png</file>
|
||||
<file>images/ahrs-calib.svg</file>
|
||||
<file>images/AHRS-v1.3.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
@ -56,7 +56,7 @@ ConfigGadgetWidget::ConfigGadgetWidget(QWidget *parent) : QWidget(parent)
|
||||
qwd = new ConfigTelemetryWidget(this);
|
||||
ftw->insertTab(2,qwd,QIcon(":/configgadget/images/XBee.svg"), QString("Telemetry"));
|
||||
qwd = new ConfigAHRSWidget(this);
|
||||
ftw->insertTab(3,qwd,QIcon(":/core/images/plugin.png"),QString("AHRS"));
|
||||
ftw->insertTab(3,qwd,QIcon(":/configgadget/images/AHRS-v1.3.png"),QString("AHRS"));
|
||||
|
||||
// Listen to autopilot connection events
|
||||
ExtensionSystem::PluginManager *pm = ExtensionSystem::PluginManager::instance();
|
||||
|
BIN
ground/src/plugins/config/images/AHRS-v1.3.png
Normal file
BIN
ground/src/plugins/config/images/AHRS-v1.3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
Loading…
x
Reference in New Issue
Block a user