Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyObject wrapper #27

Merged
merged 9 commits into from
Oct 8, 2014
Merged

PyObject wrapper #27

merged 9 commits into from
Oct 8, 2014

Conversation

dtomas
Copy link

@dtomas dtomas commented Sep 30, 2014

Passing Python object references to QML and back.

@thp thp merged commit 806400c into thp:master Oct 8, 2014
@thp
Copy link
Owner

thp commented Oct 8, 2014

This is now merged with some changes. I've simplified the API to be easier to use and more flexible (callMethod(o, a, ...) can be assembled via call(getattr(o, attr), ...)) now, and you can also call arbitrary objects). Also fixed some threading code (was deadlocking before).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants