¿python files in qml projects?
Solved
Qt for Python
-
Hello everyone, I would like to know if someone on the forum knows if it is possible to add a python file to a qml project, I have looked at that they are added in the same way as c ++ and the truth is that I do not understand in what way. If someone knows of any documentation or video or if here in the forum someone had the same question and someone resolved it, could you pass the link to me. Thank you
-
This post is deleted!
-
@Gabriela20 You can use PyQt or (newer) PySide https://pyside.github.io/docs/pyside/
You then can load QML files in the same way it is done in C++. -
This post is deleted!
-
This post is deleted!