Embedding skia control in Qt window
-
I have a complicated custom control written using "skia":https://code.google.com/p/skia/. Is it possible to embedd this control inside a Qt application? How do I integrate with the window events? Is there an example that shows how to do this?
Thanks.