From: eap Date: Tue, 16 Jul 2013 10:33:24 +0000 (+0000) Subject: 0021684: EDF 2221 : Display the arguments and the name of the operations X-Git-Tag: BR_hydro_v_0_3_1~156 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ed08a2dcc396922ab51eeaaabad9e94a76d04899;p=modules%2Fgeom.git 0021684: EDF 2221 : Display the arguments and the name of the operations Make creation parameters not editable --- diff --git a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx index ad8282be6..5a488aa5f 100644 --- a/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx +++ b/src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx @@ -84,7 +84,7 @@ void GEOMGUI_CreationInfoWdg::addParam (const QString& name, const QString& valu { QTreeWidgetItem* item = new QTreeWidgetItem( myParamsTreeWd ); - item->setFlags( item->flags() | Qt::ItemIsEditable ); + //item->setFlags( Qt::NoItemFlags ); item->setExpanded( true ); item->setText( 0, name ); @@ -100,5 +100,5 @@ void GEOMGUI_CreationInfoWdg::clear() GEOMGUI_CreationInfoWdg::~GEOMGUI_CreationInfoWdg() { - std::cout<<"~GEOMGUI_CreationInfoWdg"<