QGradient Class Reference |
Constant | Value | Description |
---|---|---|
QGradient::PadSpread | 0 | The areas are filled with the closes stop color. This is the default. |
QGradient::RepeatSpread | 2 | The gradient repeats outside the gradient area. |
QGradient::ReflectSpread | 1 | The gradient is reflected outside the gradient area. |
Specifies the type of gradient.
Constant | Value | Description |
---|---|---|
QGradient::LinearGradient | 0 | The gradient is a linear gradient. |
QGradient::RadialGradient | 1 | The gradient is a radial gradient. |
QGradient::ConicalGradient | 2 | The gradient is a conical gradient. |
Sets another stop point at the relative position pos with color color. The position pos must be in the range 0 to 1.
Specifies the spread method that should be used for this gradient. This function only has effect for linear and radial gradients.
See also spread().
Replaces the current set of stop points with stops. The positions of the stop points must be in the range 0 to 1 and must be sorted with the lowest point first.
See also stops().
Returns the spread method use by this gradient. The default is PadSpread.
See also setSpread().
Returns the stops for this gradient.
If no stops have been spesified a gradient of black at 0 to white at 1 is used.
See also setStops().
Returns the type of gradient.
Typedef for QPair<qreal, QColor>.
Typedef for QVector<QGradientStop>.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt 4.0 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com