mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-18 08:40:36 +05:00
0021275: EDF 1681 SMESH: Find the number of nodes of any group
0021359: [CEA] Mesh information
This commit is contained in:
parent
d10c2da017
commit
f107eb7da4
@ -4451,7 +4451,7 @@ void SMESHGUI::createPreferences()
|
||||
setPreferenceProperty( notifyMode, "indexes", indices );
|
||||
|
||||
int infoGroup = addPreference( tr( "PREF_GROUP_INFO" ), genTab );
|
||||
setPreferenceProperty( computeGroup, "columns", 4 );
|
||||
setPreferenceProperty( infoGroup, "columns", 4 );
|
||||
int elemInfo = addPreference( tr( "PREF_ELEM_INFO" ), infoGroup, LightApp_Preferences::Selector, "SMESH", "mesh_elem_info" );
|
||||
modes.clear();
|
||||
modes.append( tr( "PREF_ELEM_INFO_SIMPLE" ) );
|
||||
|
Loading…
Reference in New Issue
Block a user