I'm using the excellent package PythonQt for embedding Python in my Qt application. I've got everything to work as I want except for adding QVectors to the Python module.

According to the docs it should be possible to add a QVector in a simple way and then it should be automatically converted to a Python list. I don't got it to work though... Can someone help me on this one?

/Björn