From: eap Date: Tue, 16 Jul 2013 10:47:05 +0000 (+0000) Subject: 0021684: EDF 2221 : Display the arguments and the name of the operations X-Git-Tag: BR_hydro_v_0_3_1~155 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bf782252cfab159751d7a2a41370ff39354d39cc;p=modules%2Fgeom.git 0021684: EDF 2221 : Display the arguments and the name of the operations Make operation name not editable --- diff --git a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx index 5a488aa5f..a8ffeac86 100644 --- a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx +++ b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx @@ -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" ) );