PDA

View Full Version : cairo4qt 0.9 - a cairo based paint engine for Qt4



dragchan
18th May 2007, 06:07
cairo4qt, just like the name, implements a cairo based paint engine for Qt4's Arthur paint system. It's licenced under GPLv2.
Most paint functions have been implemented and test on Linux, so the first veriosn is 0.9.

Requirement:
Qt >= 4.2.0 (tested with 4.2.3)
cairo >= 1.4.0

Current Status:
1) support most cairo based paintengine features except ConicalGradientFill
2) not implement cairo based text draw functions, text display is slower
3) only support cairo's xlib/xlib-render backend, so just QWidget/QPixmap can use cairo4qt on Linux system

Download:
http://code.google.com/p/cairo4qt/