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

GCS-Added missing PipX PNG.

This commit is contained in:
PT_Dreamer 2012-07-20 12:55:37 +01:00
parent 2464fe9a2e
commit ece35e7025
4 changed files with 3 additions and 2 deletions

View File

@ -95,7 +95,7 @@ void deviceWidget::populate()
devicePic.load("");//TODO
break;
case 0x0301:
devicePic.load("");//TODO
devicePic.load(":/uploader/images/pipx.png");
break;
case 0x0401:
devicePic.load(":/uploader/images/gcs-board-cc.png");

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 KiB

View File

@ -81,7 +81,7 @@ void runningDeviceWidget::populate()
devicePic.load("");//TODO
break;
case 0x0301:
devicePic.load("");//TODO
devicePic.load(":/uploader/images/pipx.png");
break;
case 0x0401:
devicePic.load(":/uploader/images/gcs-board-cc.png");

View File

@ -15,5 +15,6 @@
<file>images/deviceID-0402.svg</file>
<file>images/gcs-board-cc.png</file>
<file>images/gcs-board-cc3d.png</file>
<file>images/pipx.png</file>
</qresource>
</RCC>