From d603edf69f49336bc832b6ee4bb12fbd99d2e50f Mon Sep 17 00:00:00 2001 From: Michael Brasser Date: Fri, 31 Jul 2009 12:01:27 +1000 Subject: Docs: Make precedence clear. --- src/declarative/fx/qfxrect.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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 { -- cgit v0.12