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

Run python from C++ instead of QML ? #135

Open
jhay06 opened this issue Sep 3, 2024 · 1 comment
Open

Run python from C++ instead of QML ? #135

jhay06 opened this issue Sep 3, 2024 · 1 comment

Comments

@jhay06
Copy link

jhay06 commented Sep 3, 2024

Is there a way ?, without using QML can we run the python code via c++?

@thp
Copy link
Owner

thp commented Sep 4, 2024

I mean in general you can use Python's C API. You can also link against the pyotherside library and instantiate a QPython object manually.

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

No branches or pull requests

2 participants