diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 02:01:27 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-07-31 02:01:27 (GMT) |
commit | d603edf69f49336bc832b6ee4bb12fbd99d2e50f (patch) | |
tree | f47e82aba8beaa150a38296f1179901c6fb49f2e /src/declarative | |
parent | 08e792a0ecc3c78b39a1117fab7496c4a12cc3c9 (diff) | |
download | Qt-d603edf69f49336bc832b6ee4bb12fbd99d2e50f.zip Qt-d603edf69f49336bc832b6ee4bb12fbd99d2e50f.tar.gz Qt-d603edf69f49336bc832b6ee4bb12fbd99d2e50f.tar.bz2 |
Docs: Make precedence clear.
Diffstat (limited to 'src/declarative')
-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 { |