![]() |
Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions | ![]() |
The QRadialGradient class is used in combination with QBrush to specify a radial gradient brush. More...
#include <QRadialGradient>
Part of the QtGui module.
Inherits QGradient.
The QRadialGradient class is used in combination with QBrush to specify a radial gradient brush.
See also QBrush.
Constructs a radial gradient centered at center with radius radius. The focalPoint can be used to define the focal point of the gradient inside the circle.
The default focalPoint is the circle center.
Constructs a radial gradient centered at cx, cy with radius radius. The focal point fx, fy can be used to define the focal point of the gradient inside the circle.
The default focalPoint is the circle center.
Returns the center of this radial gradient in logical coordinates.
Returns the focal point of this radial gradient in logical coordinates.
Returns the radius of the radial gradient in logical coordinates.
Copyright © 2005 Trolltech | Trademarks | Qt 4.0.0-b2 |