How do I pass objects like QSize and QPoint between C++ and Python using Boost.Python?
This code worked. I wasn't able to return QSize &c. by internal reference though, but returning by value worked fine.