From 21d6045fb92c4b6a681dd940f4bf3832b1bbca9f Mon Sep 17 00:00:00 2001 From: Viktor UZLOV Date: Fri, 20 Nov 2020 17:39:56 +0300 Subject: [PATCH] Add InfoPanel --- src/GEOMGUI/GeometryGUI.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 2878b4234..fba226eaa 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -1867,7 +1867,7 @@ bool GeometryGUI::activateModule( SUIT_Study* study ) int gb2 = app->infoPanel()->addGroup(tr("Import a shape")); lbl1 = wrap("brep", "li") + wrap("step", "li") + wrap("iges", "li") + wrap("stl", "li") + wrap("xao", "li"); lbl1 = tr("Available formats:") + wrap(lbl1, "ul"); - app->infoPanel()->addLabel(Qt::AlignLeft, gb2); + app->infoPanel()->addLabel(lbl1, Qt::AlignLeft, gb2); //end InfoPanel if ( CORBA::is_nil( myComponentGeom ) ) -- 2.39.2