mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-05 17:44:17 +05:00
right extensions for texture files and link to help pages
This commit is contained in:
parent
7fea0a110e
commit
10957df41e
@ -166,6 +166,8 @@ EntityGUI_FeatureDetectorDlg::EntityGUI_FeatureDetectorDlg( GeometryGUI* theGeom
|
||||
// Build an instance of detection used to perform image processing operations
|
||||
aDetector = new ShapeRec_FeatureDetector();
|
||||
|
||||
setHelpFileName( "shape_recognition_page.html" );
|
||||
|
||||
Init();
|
||||
|
||||
}
|
||||
|
@ -78,7 +78,7 @@ EntityGUI_PictureImportDlg::EntityGUI_PictureImportDlg( GeometryGUI* theGeometry
|
||||
layout->setMargin( 0 ); layout->setSpacing( 6 );
|
||||
layout->addWidget( GroupFileSel );
|
||||
|
||||
// setHelpFileName( "import_picture_page.html" );
|
||||
setHelpFileName( "import_picture_page.html" );
|
||||
|
||||
Init();
|
||||
}
|
||||
@ -123,7 +123,7 @@ void EntityGUI_PictureImportDlg::Init()
|
||||
// =================================================================================
|
||||
void EntityGUI_PictureImportDlg::FileSelectionClicked()
|
||||
{
|
||||
QString selFile = QFileDialog::getOpenFileName(this,tr( "GEOM_SELECT_IMAGE"),QString(), tr("OCC_IMAGE_FILES"));
|
||||
QString selFile = QFileDialog::getOpenFileName(this,tr( "GEOM_SELECT_IMAGE"),QString(), tr("OCC_TEXTURE_FILES"));
|
||||
if ( ! selFile.isEmpty() )
|
||||
myLineEdit->setText(selFile);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user