Fixed issue 3: added "Load objects from files..." and "Load scene from file..." actions.
git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@75 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
@@ -148,6 +148,10 @@
|
||||
<string>Edit</string>
|
||||
</property>
|
||||
<addaction name="actionAdd_object"/>
|
||||
<addaction name="actionAdd_objects_from_files"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionLoad_scene_from_file"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionStart_camera"/>
|
||||
<addaction name="actionStop_camera"/>
|
||||
<addaction name="separator"/>
|
||||
@@ -481,6 +485,16 @@
|
||||
<string>Restore all default settings</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionAdd_objects_from_files">
|
||||
<property name="text">
|
||||
<string>Add objects from files...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionLoad_scene_from_file">
|
||||
<property name="text">
|
||||
<string>Load scene from file...</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user