From ed08a2dcc396922ab51eeaaabad9e94a76d04899 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 16 Jul 2013 10:33:24 +0000 Subject: [PATCH] 0021684: EDF 2221 : Display the arguments and the name of the operations Make creation parameters not editable --- src/GEOMGUI/GEOMGUI_CreationInfoWdg.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"<