Changes to icons in profile panel

- Replace dustbin icon.
- Replace NDL/TTS tool tip with "Show NDL / TTS"
- Create tool tip for scale icon: "Rescale depth axis"

Signed-off-by: Willem Ferguson <willemferguson@zoology.up.ac.za>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Willem Ferguson 2014-03-04 22:29:51 +02:00 committed by Dirk Hohndel
parent 8518348304
commit 480280937a
3 changed files with 6 additions and 2 deletions

BIN
icons/icon-NDLTTS.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View file

@ -402,14 +402,14 @@
<item>
<widget class="QToolButton" name="profNdl_tts">
<property name="toolTip">
<string>Show NTL / TTS</string>
<string>Show NDL / TTS</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../subsurface.qrc">
<normaloff>:/trash</normaloff>:/trash</iconset>
<normaloff>:/icon_NDLTTS</normaloff>:/icon_NDLTTS</iconset>
</property>
<property name="iconSize">
<size>
@ -479,6 +479,9 @@
</item>
<item>
<widget class="QToolButton" name="profScaled">
<property name="toolTip">
<string>Rescale depth axis</string>
</property>
<property name="text">
<string>...</string>
</property>

View file

@ -49,6 +49,7 @@
<file alias="icon_o2">icons/icon-po2graph.png</file>
<file alias="icon_ceiling_calculated">icons/icon-ceiling-calculated.png</file>
<file alias="icon_ceiling_alltissues">icons/icon-ceiling-alltissues.png</file>
<file alias="icon_NDLTTS">icons/icon-NDLTTS.png</file>
<file alias="icon_ceiling_3m">icons/icon-ceiling-3m.png</file>
<file alias="icon_ceiling_dc">icons/icon-ceiling-dc.png</file>
<file alias="icon_ead">icons/icon-ead.png</file>