]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0021684: EDF 2221 : Display the arguments and the name of the operations
authoreap <eap@opencascade.com>
Tue, 16 Jul 2013 10:47:05 +0000 (10:47 +0000)
committereap <eap@opencascade.com>
Tue, 16 Jul 2013 10:47:05 +0000 (10:47 +0000)
Make operation name not editable

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" ) );