Search code examples
pyqtboost-python

Boost.Python and PyQt


How do I pass objects like QSize and QPoint between C++ and Python using Boost.Python?


Solution

  • This code worked. I wasn't able to return QSize &c. by internal reference though, but returning by value worked fine.