NAME
Qt::Gui::QLinearGradient
PUBLIC METHODS
- QLinearGradient()
- QLinearGradient(const QPointF & start, const QPointF & finalStop)
- QLinearGradient(qreal xStart, qreal yStart, qreal xFinalStop, qreal yFinalStop)
- QPointF finalStop()
- void setFinalStop(const QPointF & stop)
- void setFinalStop(qreal x, qreal y)
- void setStart(const QPointF & start)
- void setStart(qreal x, qreal y)
- QPointF start()
ENUM VALUES
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2012 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.