]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Update for generation tui documentation
authormaintenance team <salome-mnt@opencascade.com>
Tue, 17 Nov 2009 14:50:07 +0000 (14:50 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Tue, 17 Nov 2009 14:50:07 +0000 (14:50 +0000)
src/Qtx/Qtx.cxx

index 774538fe0bf49ec861adb1d26836136d7d03c37e..f0b532fa2e1a79308c0134e72aa96884287791ec 100755 (executable)
@@ -814,7 +814,7 @@ void Qtx::scaleColors( const int num, QColorList& lst )
 /*!
   \brief Scale the pixmap to the required size.
 
-  If \h is 0 (default) the value of \a w is used instead (to create
+  If \h is 0 (default) the value of \a w is used instead (to create
   square pixmap).
 
   \param icon pixmap to be resized
@@ -1058,7 +1058,7 @@ QString Qtx::colorToString( const QColor& color )
   - "RR,GG,BB[,AA]" or "RR GG BB[ AA]" (\c RR, \c GG, \c BB
   and optional \c AA values represent red, green, blue and alpha
   components of the color in decimal form)
-  - #RRGGBB" - (\c RR, \c GG and \c BB values represent red, green and blue
+  - "#RRGGBB" - (\c RR, \c GG and \c BB values represent red, green and blue
   components of the color in hexadecimal form)
   - an integer value representing packed color components (see rgbSet())
   - a name from the list of colors defined in the list of SVG color keyword names