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

Simplify implementation by removing QObject and QAIM wrappers #79

Open
filcuc opened this issue Nov 28, 2018 · 1 comment
Open

Simplify implementation by removing QObject and QAIM wrappers #79

filcuc opened this issue Nov 28, 2018 · 1 comment

Comments

@filcuc
Copy link
Owner

filcuc commented Nov 28, 2018

This will break the QDeclarative public APIs .

@filcuc
Copy link
Owner Author

filcuc commented Dec 3, 2018

A good start could be the rewrite of the qmlRegisterType code by looking at what has been done in pyside2
http://code.qt.io/cgit/pyside/pyside-setup.git/tree/sources/pyside2/PySide2/QtQml/pysideqmlregistertype.cpp?h=5.12#n108
In practice we can supply a custom creation function.
In this way we can forward the creation of the QObject to the binded language instead of creating a wrapper

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

No branches or pull requests

1 participant