1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-3 Refresh artwork : CC3D view for HW tab

This commit is contained in:
Laurent Lalanne 2015-08-07 23:50:47 +02:00
parent 17f0facd0f
commit 8562c608e8
3 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,7 @@ ConfigCCHWWidget::ConfigCCHWWidget(QWidget *parent) : ConfigTaskWidget(parent)
m_telemetry->label_2->setPixmap(QPixmap(":/configgadget/images/coptercontrol.svg"));
break;
case 0x0402:
m_telemetry->label_2->setPixmap(QPixmap(":/configgadget/images/coptercontrol.svg"));
m_telemetry->label_2->setPixmap(QPixmap(":/configgadget/images/cc3d_top.png"));
break;
case 0x0201:
m_telemetry->label_2->setPixmap(QPixmap(":/uploader/images/deviceID-0201.svg"));

View File

@ -56,5 +56,6 @@
<file>images/gear.png</file>
<file>images/error.svg</file>
<file>images/nano_top.png</file>
<file>images/cc3d_top.png</file>
</qresource>
</RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB