mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 06:25:16 +00:00
app: add LibreVNA logo and use it as icon launcher
Now it's possible to identify LibreVNA with a logo. This logo would be visible as an icon when app is launched. A banner containing same logo has been added to README. Also, a desktop launcher file is created to be used in GNU/Linux environments enabling in this way the ability to add as favorite. Closes #57
This commit is contained in:
parent
8972af3f53
commit
f3083d7069
7 changed files with 20 additions and 2 deletions
BIN
Software/PC_Application/resources/banner.png
Normal file
BIN
Software/PC_Application/resources/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
9
Software/PC_Application/resources/librevna.desktop
Normal file
9
Software/PC_Application/resources/librevna.desktop
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Name=LibreVNA GUI
|
||||
Comment=Vector Network Analyzer for LibreVNA board
|
||||
Exec=/opt/LibreVNA-GUI
|
||||
Terminal=false
|
||||
Type=Application
|
||||
StartupNotify=true
|
||||
Categories=Science;Engineering;Electronics
|
||||
Icon=librevna.png
|
||||
BIN
Software/PC_Application/resources/librevna.png
Normal file
BIN
Software/PC_Application/resources/librevna.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
5
Software/PC_Application/resources/librevna.qrc
Normal file
5
Software/PC_Application/resources/librevna.qrc
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<RCC>
|
||||
<qresource prefix="/app">
|
||||
<file alias="logo.png">librevna.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
Loading…
Add table
Add a link
Reference in a new issue