From bf782252cfab159751d7a2a41370ff39354d39cc Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 16 Jul 2013 10:47:05 +0000 Subject: [PATCH] 0021684: EDF 2221 : Display the arguments and the name of the operations Make operation name not editable --- src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx | 1 + 1 file changed, 1 insertion(+) 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" ) ); -- 2.39.2