Deploying QML/Python to android and windows
Unsolved
Qt for Python
-
Hello,
I have created a basic hello world kind of program in python and have 2 text fields in QML for displaying it, Now i want to deploy them to android as well as windows, i am completely new to QML and Qt, i would like to know whether it is possible to create an app with only python (without a line of c++) and QML and build it for android and windows or we should also use C++ to develop and deploy along with python