Python Bindings for Qt 5 and Qt 6. Allows you to access a CPython 3 interpreter directly from your Qt QML user interface code.
364
stars
49
forks
source link
segfault when returning lists or dicts from Python in QQmlEngine #69
Closed
YtvwlD closed 8 years ago
I know this bug sounds a bit complicated.
I have prepared a test case here.
I call a function in Python from QML asynchronously and return a list (or a dict).
When running this thing with qmlscene, it works:
Running this thing with a QQmlEngine doesn't work:
I think this shouldn't happen.
(This bug may be a combination of #67 and #63.)
Edit: This may just be a duplicate of #46. Is there a chance that you'll release a new version which contains all the fixes that came after 1.4.0?