mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-13 10:10:34 +05:00
Add InfoPanel
This commit is contained in:
parent
4b3de279a1
commit
21d6045fb9
@ -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 ) )
|
||||
|
Loading…
Reference in New Issue
Block a user