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:
parent
2464fe9a2e
commit
ece35e7025
@ -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");
|
||||
|
BIN
ground/openpilotgcs/src/plugins/uploader/images/pipx.png
Normal file
BIN
ground/openpilotgcs/src/plugins/uploader/images/pipx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 180 KiB |
@ -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");
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user