Hi.
I want to use Cairo graphics library whith Qt, but I can't find any documenattion. I just want to make the GUI whith Qt and use Cairo for drawing graphics in a Qt window.
Thanks.
|
1
|
Hi. I want to use Cairo graphics library whith Qt, but I can't find any documenattion. I just want to make the GUI whith Qt and use Cairo for drawing graphics in a Qt window. Thanks.
|
||
|
|
|
|
Recent version of cairo supports Qt by allowing to draw to a surface created with |
||||
|
|
|
The Qt paint system is a very good drawing library and is vector based. And it's already there. If you pick Qt as your GUI toolkit, it can't get any easier. |
||
|
|
|
|
Caveat: This is not going to be the answer you are looking for. Are you sure you want this? To what end? Is this about writing a |
||||||
|