[PATCH]: antialiasing for kled
Frerich Raabe
raabe at kde.org
Sun Apr 18 00:05:01 BST 2004
On Saturday 17 April 2004 20:22, Guillaume Laurent wrote:
> I request permission to commit the attached patch on behalf of my
> co-Rosegardener Chris Cannam. It simply adds antialiasing to kled, making
> it look quite a bit better (see attached screenshot).
KLed is not my turf but I think the screenshot looks very nice and I couldn't
see any obvious problems with the patch (except the duplicated
paint.begin(this); and paint.end(); pairs in the function which draws the
pixmap - IMHO you should simple call the QPainter ctor which takes a QWidget,
and remove the end() entirely since the QPainter dtor calls that
automatically as soon as 'paint' goes out of scope).
- Frerich
More information about the kde-core-devel
mailing list