added refresh icon and added "Donload all clouds" action to toolbar

This commit is contained in:
matlabbe
2015-06-21 20:40:26 -04:00
parent 87063cf357
commit 785d2e45dd
3 changed files with 6 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
<file>images/document-new.png</file> <file>images/document-new.png</file>
<file>images/document-save.png</file> <file>images/document-save.png</file>
<file>images/document-properties.png</file> <file>images/document-properties.png</file>
<file>images/view-refresh.png</file>
<file>images/system-log-out.png</file> <file>images/system-log-out.png</file>
<file>images/kinect_xbox_360.png</file> <file>images/kinect_xbox_360.png</file>
<file>images/kinect_xbox_one.png</file> <file>images/kinect_xbox_one.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -774,6 +774,7 @@
<attribute name="toolBarBreak"> <attribute name="toolBarBreak">
<bool>false</bool> <bool>false</bool>
</attribute> </attribute>
<addaction name="actionDownload_all_clouds"/>
<addaction name="actionStart"/> <addaction name="actionStart"/>
<addaction name="actionPause"/> <addaction name="actionPause"/>
<addaction name="actionStop"/> <addaction name="actionStop"/>
@@ -988,6 +989,10 @@
</property> </property>
</action> </action>
<action name="actionDownload_all_clouds"> <action name="actionDownload_all_clouds">
<property name="icon">
<iconset resource="../GuiLib.qrc">
<normaloff>:/images/view-refresh.png</normaloff>:/images/view-refresh.png</iconset>
</property>
<property name="text"> <property name="text">
<string>Download all clouds (update cache)</string> <string>Download all clouds (update cache)</string>
</property> </property>