else
{
if ( StdMeshersGUI_Parameters::HasParameters( myHypType ))
- // Show Dialog for hypothesis creation
- //StdMeshersGUI_CreateStdHypothesisDlg *aDlg =
- new StdMeshersGUI_CreateStdHypothesisDlg(myHypType, parent, "");
+ {
+ // Show Dialog for hypothesis creation
+ StdMeshersGUI_CreateStdHypothesisDlg *aDlg =
+ new StdMeshersGUI_CreateStdHypothesisDlg(myHypType, parent, "");
+ /* Move widget on the botton right corner of main widget */
+// int x, y ;
+// mySMESHGUI->DefineDlgPosition( aDlg, x, y ) ;
+// aDlg->move( x, y ) ;
+ aDlg->exec() ; /* displays Dialog */
+ }
else
SMESH::CreateHypothesis(myHypType, aHypName, isAlgo); // without GUI
}
StdMeshersGUI_CreateStdHypothesisDlg::StdMeshersGUI_CreateStdHypothesisDlg (const QString& hypType,
QWidget* parent,
const char* name,
- bool modal,
+ bool /*modal*/,
WFlags fl)
- : StdMeshersGUI_CreateHypothesisDlg (hypType, parent, name, modal, fl)
+ : StdMeshersGUI_CreateHypothesisDlg (hypType, parent, name, true, fl)
{
QString hypTypeStr;
if (hypType.compare("LocalLength") == 0)