diff options
Diffstat (limited to 'tqtinterface/qt4/src/kernel/tqpainter.cpp')
-rw-r--r-- | tqtinterface/qt4/src/kernel/tqpainter.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tqtinterface/qt4/src/kernel/tqpainter.cpp b/tqtinterface/qt4/src/kernel/tqpainter.cpp index 6d48128..0ed8c15 100644 --- a/tqtinterface/qt4/src/kernel/tqpainter.cpp +++ b/tqtinterface/qt4/src/kernel/tqpainter.cpp @@ -1528,7 +1528,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack; \i pen() is the currently set pen; the color or stipple that's used for drawing lines or boundaries. - \i backgroundMode() is \c Opaque or \c Transtqparent, i.e. whether + \i backgroundMode() is \c Opaque or \c Transparent, i.e. whether backgroundColor() is used or not. \i backgroundColor() only applies when backgroundMode() is Opaque @@ -1821,7 +1821,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack; \value DashDotDotLine one dash, two dots, one dash, two dots. - \value MPenStyle tqmask of the pen styles. + \value MPenStyle mask of the pen styles. \img pen-styles.png Pen Styles */ @@ -1837,7 +1837,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack; \value SquareCap a square line end that covers the end point and extends beyond it with half the line width. \value RoundCap a rounded line end. - \value MPenCapStyle tqmask of the pen cap styles. + \value MPenCapStyle mask of the pen cap styles. \img pen-cap-styles.png Pen Cap Styles */ @@ -1853,7 +1853,7 @@ typedef TQPtrStack<TQWMatrix> TQWMatrixStack; meet at an angle, and this area is filled. \value BevelJoin The triangular notch between the two lines is filled. \value RoundJoin A circular arc between the two lines is filled. - \value MPenJoinStyle tqmask of the pen join styles. + \value MPenJoinStyle mask of the pen join styles. \img pen-join-styles.png Pen Join Styles */ @@ -5203,7 +5203,7 @@ TQBrush TQBrush::copy() const \row \i CustomPattern \i set when a pixmap pattern is being used. \endtable - On Windows, dense and custom patterns cannot be transtqparent. + On Windows, dense and custom patterns cannot be transparent. See the \link #details Detailed Description\endlink for a picture of all the styles. |