Is there any alternatives for Qt Designer on the Android? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is there any alternatives for Qt Designer on the Android?

For example: App Ui Designer, but pyuic can't transform this app's XML code to python code. I'm using Pydroid3. How can I build interface of program and then transform this interface to the python code, like pyuic transforms Qt Designer's .ui file.

13th Feb 2020, 1:01 PM
Aaron Lee
Aaron Lee - avatar
4 Answers
14th Feb 2020, 7:04 PM
Tibor Santa
Tibor Santa - avatar
0
Sorry, but Kivy Designer is DEPRECATED 😔. I tried, but couldn't install Kivy 1.10 version on Pydroid3.
15th Feb 2020, 9:33 PM
Aaron Lee
Aaron Lee - avatar
0
Uhm, fair point, sorry I was not aware of the deprecation.
16th Feb 2020, 4:30 AM
Tibor Santa
Tibor Santa - avatar
0
It is possible to install Kivy Designer, but it requires Kivy version 1.10. I have app Pydroid3 on my Android, with lots of libraries and pip. But I can't install Kivy 1.10, it raises an error.
16th Feb 2020, 8:43 PM
Aaron Lee
Aaron Lee - avatar