mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
added refresh icon and added "Donload all clouds" action to toolbar
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
BIN
guilib/src/images/view-refresh.png
Normal file
BIN
guilib/src/images/view-refresh.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user