GUI: Changed "Save" for "Export", moved Export to File menu

git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1558 f169173b-cf89-36c8-b27e-44dbe73f0c83
This commit is contained in:
matlabbe
2014-07-14 01:40:50 +00:00
parent 7cfb985478
commit 2479272161
3 changed files with 14 additions and 13 deletions

View File

@@ -2809,8 +2809,8 @@ void MainWindow::savePointClouds()
int button = QMessageBox::question(this,
tr("One or multiple files?"),
tr("Merge all clouds together?"
"\n\nNote that all saving parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in "
"Preferences -> GUI -> 3D Rendering under Saving column.")
"\n\nNote that all cloud generation parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in "
"Preferences -> GUI -> 3D Rendering under Exporting column.")
.arg(_preferencesDialog->getCloudDecimation(2))
.arg(_preferencesDialog->getCloudVoxelSize(2))
.arg(_preferencesDialog->getCloudMaxDepth(2)),
@@ -2882,8 +2882,8 @@ void MainWindow::saveMeshes()
tr("Merge all clouds together before surface reconstruction?\n"
" Yes: Output a single mesh for the merged clouds.\n"
" No: Output a mesh for each cloud."
"\n\nNote that all saving parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in "
"Preferences -> GUI -> 3D Rendering under Saving column.")
"\n\nNote that all cloud generation parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in "
"Preferences -> GUI -> 3D Rendering under Exporting column.")
.arg(_preferencesDialog->getCloudDecimation(2))
.arg(_preferencesDialog->getCloudVoxelSize(2))
.arg(_preferencesDialog->getCloudMaxDepth(2)),
@@ -2972,7 +2972,7 @@ void MainWindow::viewPointClouds()
int button = QMessageBox::question(this,
tr("One or multiple clouds?"),
tr("Merge all clouds together?"
"\n\nNote that all saving parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in "
"\n\nNote that all cloud generation parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in "
"Preferences -> GUI -> 3D Rendering under High res view column.")
.arg(_preferencesDialog->getCloudDecimation(2))
.arg(_preferencesDialog->getCloudVoxelSize(2))
@@ -3076,7 +3076,7 @@ void MainWindow::viewMeshes()
tr("Merge all clouds together before surface reconstruction?\n"
" Yes: Output a single mesh for the merged clouds.\n"
" No: Output a mesh for each cloud."
"\n\nNote that all saving parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in "
"\n\nNote that all cloud generation parameters [decimation=%1, voxel=%2m, max depth=%3m] can be found in "
"Preferences -> GUI -> 3D Rendering under High res view column.")
.arg(_preferencesDialog->getCloudDecimation(2))
.arg(_preferencesDialog->getCloudVoxelSize(2))