Is it possible to have the backend of a Qt QML application written both in C++ and Python? Eg. Using Python for Google Cloud Firestore Admin SDK tasks while the rest of the backend processing is handled by C++
Unsolved
Mobile and Embedded
-
@AnyiSmart hi,
Did you forgot to add your answer/question ?
-
https://doc.qt.io/qt-6/qtmultimedia-video-mediaplayer-example.html
The Qt Multimedia Video Player example in the Qt Creator demos/examples section appears to adopt this approach but I'm still trying to make sense of its configuration. Obviously the project code has both Python (main.py) and C++ (main.cpp) playing nicely together. Can someone more experienced help explain the approach. -
That example does not use Python, it's a C++ example.
That said, why not use the C++ SDK for Firestore ?