Salome HOME
New item (FontItem), allowing to show information about font setting and to select...
[modules/gui.git] / src / SUIT / SUIT_Tools.h
index cdd4287ce8530376609059dd96dc1c321d20a7bf..ec7c4c8985f344ff7ee71df748b74977300582e0 100755 (executable)
 #include <qstring.h>
 #include <qpopupmenu.h>
 /*! \class Qtx
- *  \brief For more documentation see <a href="http://doc.trolltech.com">QT documentation</a>.
+ *  For more information see <a href="http://doc.trolltech.com">QT documentation</a>.
  */
 class SUIT_EXPORT SUIT_Tools : public Qtx
 {
 public:
-  static void    trace( const char* pLog, const char* szFormat, ... );
+  static void    trace( const char* pLog, const char* szFormat, ... );//!< Traces output to log-file.
   static QRect   makeRect( const int x1, const int y1, const int x2, const int y2 ); 
 
   static QString fontToString( const QFont& font );