Fixed issue 2 : save/load from directory, ask user to save objects on quit
Added new action "Remove all objects" git-svn-id: http://find-object.googlecode.com/svn/trunk/find_object@78 620bd6b2-0a58-f614-fd9a-1bd335dccda9
This commit is contained in:
@@ -160,6 +160,8 @@
|
||||
<addaction name="actionSetup_camera_from_video_file_2"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionRestore_all_default_settings"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionRemove_all_objects"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuView">
|
||||
<property name="title">
|
||||
@@ -387,7 +389,7 @@
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>300</width>
|
||||
<height>162</height>
|
||||
<height>196</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@@ -514,6 +516,11 @@
|
||||
<string>Setup camera from video file...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionRemove_all_objects">
|
||||
<property name="text">
|
||||
<string>Remove all objects</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
||||
Reference in New Issue
Block a user