X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_MeshInfo.cxx;h=57b1c9343725927976d4a079f6b430a2e79d6ee4;hb=734c82522e411c7771f5fe027bb326a95b50643d;hp=df43a67f2e42a1058713c911124a63cc91114f6a;hpb=385d4cede5f752d0eec26c306f3b5e14511e2a3d;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_MeshInfo.cxx b/src/SMESHGUI/SMESHGUI_MeshInfo.cxx index df43a67f2..57b1c9343 100644 --- a/src/SMESHGUI/SMESHGUI_MeshInfo.cxx +++ b/src/SMESHGUI/SMESHGUI_MeshInfo.cxx @@ -81,7 +81,7 @@ public: /*! \brief Constructor. \param parent Parent widget. - \param name Field name. Defauls to null string. + \param name Field name. Defaults to null string. */ Field::Field( QWidget* parent, const QString& name ): QLabel( parent ) { @@ -382,7 +382,7 @@ namespace \brief Format connectivity data to string representation. \param connectivity Connectivity map. \param type Element type or face index if negative - \return Stringifed representation of the connectivity. + \return Stringified representation of the connectivity. */ QString formatConnectivity( SMESH::Connectivity connectivity, int type ) { @@ -1036,7 +1036,7 @@ void SMESHGUI_BaseInfo::setFieldsVisible( int startRow, int lastRow, bool on ) } /*! - \brief Write information from panel to ouput stream. + \brief Write information from panel to output stream. \param out Text stream output. */ void SMESHGUI_BaseInfo::saveInfo( QTextStream& out ) @@ -1999,7 +1999,7 @@ void SMESHGUI_ElemInfo::updateControls() } /*! - \brief Write information from panel to ouput stream. + \brief Write information from panel to output stream. \param out Text stream output. */ void SMESHGUI_ElemInfo::saveInfo( QTextStream &out ) @@ -2338,6 +2338,7 @@ void InfoComputor::compute() if ( myProxy ) { SUIT_OverrideCursor wc; + myProxy.load(); switch ( myOperation ) { case GrpSize: @@ -2863,7 +2864,7 @@ void SMESHGUI_AddInfo::showNextSubMeshes() } /*! - \brief Write information from panel to ouput stream. + \brief Write information from panel to output stream. \param out Text stream output. */ void SMESHGUI_AddInfo::saveInfo( QTextStream &out ) @@ -2925,7 +2926,7 @@ public: }; /*! - \brief Contructor. + \brief Constructor. \param parent Parent widget. \internal */