23320: EDF13201 - Create group from geometry

Add a tooltip
This commit is contained in:
eap 2017-06-20 16:58:16 +03:00
parent c7c2aff92b
commit 138a4a27d6
2 changed files with 10 additions and 1 deletions

View File

@ -77,7 +77,8 @@ SMESHGUI_GroupOnShapeDlg::SMESHGUI_GroupOnShapeDlg()
// Elem geom
QGroupBox* elemsGrp = new QGroupBox( tr( "SMESH_ELEMENTS" ), mainFrame() );
QGroupBox* elemsGrp = new QGroupBox( tr( "ELEMENTS" ), mainFrame() );
elemsGrp->setToolTip( tr("ELEMENTS_TOOLTIP") );
QLabel* label = new QLabel( tr( "SMESH_GEOM" ), elemsGrp );
myElemGeomBtn = new QPushButton( elemsGrp );
myElemGeomBtn->setCheckable(true);

View File

@ -6996,6 +6996,14 @@ It is impossible to read point coordinates from file</translation>
<source>SMESH_CREATE_GROUP_FROM_GEOM</source>
<translation>Create Groups from Geometry</translation>
</message>
<message>
<source>ELEMENTS</source>
<translation>Elements</translation>
</message>
<message>
<source>ELEMENTS_TOOLTIP</source>
<translation>No 0D elements</translation>
</message>
</context>
<context>
<name>SMESHGUI_MeshOrderDlg</name>