0021684: EDF 2221 : Display the arguments and the name of the operations

Make operation name not editable
This commit is contained in:
eap 2013-07-16 10:47:05 +00:00
parent ed08a2dcc3
commit bf782252cf

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