![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QLinearGradient class is used in combination with QBrush to specify a linear gradient brush. More...
#include <QLinearGradient>
Inherits QGradient.
The QLinearGradient class is used in combination with QBrush to specify a linear gradient brush.
See also QBrush.
Constructs a linear gradient with interpolation area between start and finalStop. The positions start and finalStop are specified using logical coordinates.
Constructs a linear gradient with interpolation area between xStart, yStart and xFinalStop, yFinalStop. The positions are specified using logical coordinates.
Returns the final stop point of this linear gradient in logical coordinates.
Returns the start point of this linear gradient in logical coordinates.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0-rc1 |