diff options
-rw-r--r-- | src/declarative/fx/qfxrect.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/declarative/fx/qfxrect.cpp b/src/declarative/fx/qfxrect.cpp index 93a2997..955eb61 100644 --- a/src/declarative/fx/qfxrect.cpp +++ b/src/declarative/fx/qfxrect.cpp @@ -285,6 +285,8 @@ QFxPen *QFxRect::border() \endqml \endtable + If both a gradient and a color are specified, the gradient will be used. + \sa Gradient, color */ QFxGradient *QFxRect::gradient() const @@ -345,6 +347,8 @@ void QFxRect::setRadius(qreal radius) \endqml The default color is white. + + If both a gradient and a color are specified, the gradient will be used. */ QColor QFxRect::color() const { |