Added Jimbo's daily view nav icons.

This commit is contained in:
Mark Watkins 2011-12-01 13:12:04 +10:00
parent eb756a8e61
commit 6f5ac14bd3
5 changed files with 8 additions and 8 deletions

View File

@ -25,5 +25,8 @@
<file>icons/save.png</file>
<file>docs/countries.txt</file>
<file>docs/tz.txt</file>
<file>icons/arrow-end.png</file>
<file>icons/arrow-left.png</file>
<file>icons/arrow-right.png</file>
</qresource>
</RCC>

View File

@ -77,7 +77,7 @@
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/back.png</normaloff>:/icons/back.png</iconset>
<normaloff>:/icons/arrow-left.png</normaloff>:/icons/arrow-left.png</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
@ -161,7 +161,7 @@
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/forward.png</normaloff>:/icons/forward.png</iconset>
<normaloff>:/icons/arrow-right.png</normaloff>:/icons/arrow-right.png</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonIconOnly</enum>
@ -191,18 +191,15 @@
<property name="toolTip">
<string>Go to the most recent day with data records</string>
</property>
<property name="text">
<string>&gt;|</string>
</property>
<property name="icon">
<iconset resource="Resources.qrc">
<normaloff>:/icons/last.png</normaloff>:/icons/last.png</iconset>
<normaloff>:/icons/arrow-end.png</normaloff>:/icons/arrow-end.png</iconset>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextOnly</enum>
<enum>Qt::ToolButtonIconOnly</enum>
</property>
<property name="autoRaise">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>

BIN
icons/arrow-end.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.3 KiB

BIN
icons/arrow-left.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

BIN
icons/arrow-right.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB