Deploying QML/Python to android and windows
Unsolved
Qt for Python
-
wrote on 30 Mar 2019, 12:07 last edited by qmlfan
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 -
wrote on 1 Apr 2019, 16:52 last edited by
No one has developed an app with python and qml yet?
-
wrote on 9 Apr 2019, 20:12 last edited by tham 4 Sept 2019, 20:12
- Qt for python do not support android yet
- Qt for python is not yet mature, unless you have to, prefer c++ first
-
wrote on 24 Apr 2019, 14:06 last edited by
In short use Qt/C++ for Android.
PyQt claims to support Android, but nobody achieved to get it working. Qt for Python doesn't support it at all.