]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx
Salome HOME
0021684: EDF 2221 : Display the arguments and the name of the operations
[modules/geom.git] / src / GEOMGUI / GEOMGUI_CreationInfoWdg.cxx
index 5a488aa5f4397737cc454262c5b592d025adaddb..a8ffeac86653e60eae94bf08c35e175a93c2765b 100644 (file)
@@ -49,6 +49,7 @@ GEOMGUI_CreationInfoWdg::GEOMGUI_CreationInfoWdg( SalomeApp_Application* app )
 
   myIconLbl      = new QLabel( operationGB );
   myOperaionLnEd = new QLineEdit( operationGB );
+  myOperaionLnEd->setReadOnly( true );
   myParamsTreeWd = new QTreeWidget( frame );
   myParamsTreeWd->setColumnCount( 2 );
   myParamsTreeWd->setHeaderLabels( QStringList() << tr( "PARAMETER" ) << tr( "VALUE" ) );