mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-13 17:18:36 +05:00
0021684: EDF 2221 : Display the arguments and the name of the operations
Make operation name not editable
This commit is contained in:
parent
ed08a2dcc3
commit
bf782252cf
@ -49,6 +49,7 @@ GEOMGUI_CreationInfoWdg::GEOMGUI_CreationInfoWdg( SalomeApp_Application* app )
|
|||||||
|
|
||||||
myIconLbl = new QLabel( operationGB );
|
myIconLbl = new QLabel( operationGB );
|
||||||
myOperaionLnEd = new QLineEdit( operationGB );
|
myOperaionLnEd = new QLineEdit( operationGB );
|
||||||
|
myOperaionLnEd->setReadOnly( true );
|
||||||
myParamsTreeWd = new QTreeWidget( frame );
|
myParamsTreeWd = new QTreeWidget( frame );
|
||||||
myParamsTreeWd->setColumnCount( 2 );
|
myParamsTreeWd->setColumnCount( 2 );
|
||||||
myParamsTreeWd->setHeaderLabels( QStringList() << tr( "PARAMETER" ) << tr( "VALUE" ) );
|
myParamsTreeWd->setHeaderLabels( QStringList() << tr( "PARAMETER" ) << tr( "VALUE" ) );
|
||||||
|
Loading…
Reference in New Issue
Block a user