Updated for issue #36: Moved "Export Poses..." to File menu, added "Export images..." action too, updated when some export actions are enabled or disabled

This commit is contained in:
matlabbe
2015-10-16 20:11:24 -04:00
parent eaff524e30
commit 1f33c39f3c
8 changed files with 421 additions and 160 deletions

View File

@@ -50,7 +50,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>166</width>
<width>197</width>
<height>173</height>
</rect>
</property>
@@ -236,7 +236,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>165</width>
<width>196</width>
<height>173</height>
</rect>
</property>
@@ -429,6 +429,7 @@
<addaction name="separator"/>
<addaction name="actionSave_config"/>
<addaction name="separator"/>
<addaction name="actionGenerate_3D_map_pcd"/>
<addaction name="actionExport"/>
<addaction name="actionExtract_images"/>
<addaction name="separator"/>
@@ -452,7 +453,6 @@
<addaction name="actionReset_all_changes"/>
<addaction name="separator"/>
<addaction name="actionView_3D_map"/>
<addaction name="actionGenerate_3D_map_pcd"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
@@ -836,7 +836,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<width>314</width>
<height>303</height>
</rect>
</property>
@@ -1375,7 +1375,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<width>333</width>
<height>333</height>
</rect>
</property>
@@ -1613,8 +1613,8 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-100</y>
<width>338</width>
<y>0</y>
<width>276</width>
<height>377</height>
</rect>
</property>
@@ -1871,7 +1871,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>351</width>
<width>289</width>
<height>176</height>
</rect>
</property>
@@ -1971,7 +1971,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<width>285</width>
<height>309</height>
</rect>
</property>
@@ -2363,7 +2363,7 @@
</action>
<action name="actionExport">
<property name="text">
<string>Export...</string>
<string>Export database...</string>
</property>
</action>
<action name="actionExtract_images">

View File

@@ -34,6 +34,16 @@
<property name="title">
<string>File</string>
</property>
<widget class="QMenu" name="menuExport_poses">
<property name="title">
<string>Export poses...</string>
</property>
<addaction name="actionRaw_format_txt"/>
<addaction name="actionRGBD_SLAM_format_txt"/>
<addaction name="actionKITTI_format_txt"/>
<addaction name="actionTORO_graph"/>
<addaction name="actionG2o_g2o"/>
</widget>
<addaction name="actionNew_database"/>
<addaction name="actionOpen_database"/>
<addaction name="separator"/>
@@ -42,6 +52,8 @@
<addaction name="actionSave_point_cloud"/>
<addaction name="actionExport_2D_scans_ply_pcd"/>
<addaction name="actionExport_2D_Grid_map_bmp_png"/>
<addaction name="menuExport_poses"/>
<addaction name="actionExport_images_RGB_jpg_Depth_png"/>
<addaction name="actionExport_cameras_in_Bundle_format_out"/>
<addaction name="separator"/>
<addaction name="actionClose_database"/>
@@ -56,21 +68,10 @@
<property name="title">
<string>Advanced</string>
</property>
<widget class="QMenu" name="menuExport_poses">
<property name="title">
<string>Export poses...</string>
</property>
<addaction name="actionRaw_format_txt"/>
<addaction name="actionRGBD_SLAM_format_txt"/>
<addaction name="actionKITTI_format_txt"/>
<addaction name="actionTORO_graph"/>
<addaction name="actionG2o_g2o"/>
</widget>
<addaction name="actionOpen_working_directory"/>
<addaction name="actionDump_the_memory"/>
<addaction name="actionDump_the_prediction_matrix"/>
<addaction name="actionGenerate_map"/>
<addaction name="menuExport_poses"/>
<addaction name="actionPrint_loop_closure_IDs_to_console"/>
</widget>
<addaction name="actionDownload_all_clouds"/>
@@ -1283,6 +1284,11 @@
<string>Update cache from a local database copy...</string>
</property>
</action>
<action name="actionExport_images_RGB_jpg_Depth_png">
<property name="text">
<string>Export images (RGB=*.jpg Depth=*.png)...</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>