c++ - Embedding skia control in Qt window -


i have complicated custom control written using skia. possible embedd control inside qt application? how integrate window events? there example shows how this?

thanks.

you may research qtwinmigrate. but, see, skia cross-platform too.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -