What is the best approach for wrapping a custom C++ library with custom Qt display widgets in Python for using in a PySide based QApplication? Does the C++ library need special treatment for wrapping with SWIG? Will wrapped Qt widgets integrate properly with PySide?
I would appreciate any comments on the appropriate nomenclature needed to refine my unsuccessful searches on this subject.