Hello List, What is the best practice of wrapping a custom QAbstractItemModel into PyQt? I developed a ItemModel that I want to use in a C++ program aswell as in my Python program, the best way seems to be to write it in C++ and then wrap it into PyQt, this allows sharing the model code. What is the best way of doing this? Thanks, Tobias