Quote:
Originally Posted by KevinH
QVariant toList() to get a list of QVariants and each of those QVariants toInt() should be how it works. If not it is a bug and I will track it down.
|
Since my program crashed while calling PyObject_CallObject (inside runInPython), it was probably a problem with the conversion the other way around, from QList<int> to QVariant.