mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Added Jimbo's daily view nav icons.
This commit is contained in:
parent
eb756a8e61
commit
6f5ac14bd3
@ -25,5 +25,8 @@
|
|||||||
<file>icons/save.png</file>
|
<file>icons/save.png</file>
|
||||||
<file>docs/countries.txt</file>
|
<file>docs/countries.txt</file>
|
||||||
<file>docs/tz.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>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
13
daily.ui
13
daily.ui
@ -77,7 +77,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="Resources.qrc">
|
<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>
|
||||||
<property name="toolButtonStyle">
|
<property name="toolButtonStyle">
|
||||||
<enum>Qt::ToolButtonIconOnly</enum>
|
<enum>Qt::ToolButtonIconOnly</enum>
|
||||||
@ -161,7 +161,7 @@
|
|||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="Resources.qrc">
|
<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>
|
||||||
<property name="toolButtonStyle">
|
<property name="toolButtonStyle">
|
||||||
<enum>Qt::ToolButtonIconOnly</enum>
|
<enum>Qt::ToolButtonIconOnly</enum>
|
||||||
@ -191,18 +191,15 @@
|
|||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Go to the most recent day with data records</string>
|
<string>Go to the most recent day with data records</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
|
||||||
<string>>|</string>
|
|
||||||
</property>
|
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="Resources.qrc">
|
<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>
|
||||||
<property name="toolButtonStyle">
|
<property name="toolButtonStyle">
|
||||||
<enum>Qt::ToolButtonTextOnly</enum>
|
<enum>Qt::ToolButtonIconOnly</enum>
|
||||||
</property>
|
</property>
|
||||||
<property name="autoRaise">
|
<property name="autoRaise">
|
||||||
<bool>true</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
BIN
icons/arrow-end.png
Normal file
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
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
BIN
icons/arrow-right.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
Loading…
Reference in New Issue
Block a user