mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 11:30:33 +05:00
23320: EDF13201 - Create group from geometry
Add a tooltip
This commit is contained in:
parent
c7c2aff92b
commit
138a4a27d6
@ -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);
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user