0021275: EDF 1681 SMESH: Find the number of nodes of any group

0021359: [CEA] Mesh information
This commit is contained in:
vsr 2011-10-04 14:19:30 +00:00
parent d10c2da017
commit f107eb7da4

View File

@ -4451,7 +4451,7 @@ void SMESHGUI::createPreferences()
setPreferenceProperty( notifyMode, "indexes", indices ); setPreferenceProperty( notifyMode, "indexes", indices );
int infoGroup = addPreference( tr( "PREF_GROUP_INFO" ), genTab ); 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" ); int elemInfo = addPreference( tr( "PREF_ELEM_INFO" ), infoGroup, LightApp_Preferences::Selector, "SMESH", "mesh_elem_info" );
modes.clear(); modes.clear();
modes.append( tr( "PREF_ELEM_INFO_SIMPLE" ) ); modes.append( tr( "PREF_ELEM_INFO_SIMPLE" ) );