mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-01 17:10:26 +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-save.png</file>
|
||||
<file>images/document-properties.png</file>
|
||||
<file>images/view-refresh.png</file>
|
||||
<file>images/system-log-out.png</file>
|
||||
<file>images/kinect_xbox_360.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">
|
||||
<bool>false</bool>
|
||||
</attribute>
|
||||
<addaction name="actionDownload_all_clouds"/>
|
||||
<addaction name="actionStart"/>
|
||||
<addaction name="actionPause"/>
|
||||
<addaction name="actionStop"/>
|
||||
@@ -988,6 +989,10 @@
|
||||
</property>
|
||||
</action>
|
||||
<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">
|
||||
<string>Download all clouds (update cache)</string>
|
||||
</property>
|
||||
|
||||
Reference in New Issue
Block a user