mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 17:16:15 +00:00
Add a icon for the Suunto Vyper Family config page
This adds a icon to the Vyper config page. The image is taken by me of my Suunto Vyper. Thats the reason for the quality. Question: Would it be ok to grab a PR image from Suunto's web page to use here? If so they got better ones... Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8439e72bb1
commit
02dcae3eca
3 changed files with 6 additions and 1 deletions
BIN
icons/suunto_vyper.png
Normal file
BIN
icons/suunto_vyper.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -151,7 +151,7 @@
|
|||
<widget class="QListWidget" name="DiveComputerList">
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>200</width>
|
||||
<width>240</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
|
@ -179,6 +179,10 @@
|
|||
<property name="text">
|
||||
<string>Suunto Vyper Family</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../subsurface.qrc">
|
||||
<normaloff>:/icons/suunto_vyper.png</normaloff>:/icons/suunto_vyper.png</iconset>
|
||||
</property>
|
||||
</item>
|
||||
</widget>
|
||||
<widget class="QStackedWidget" name="dcStackedWidget">
|
||||
|
|
|
@ -66,5 +66,6 @@
|
|||
<file>icons/subsurface/32x32/actions/go-up.png</file>
|
||||
<file>icons/subsurface/32x32/actions/window-close.png</file>
|
||||
<file>icons/ostc3.png</file>
|
||||
<file>icons/suunto_vyper.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Add table
Reference in a new issue