+ 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.
4 Réponses
+ 1
Check out Kivy Designer.
https://kivy-designer.readthedocs.io/en/latest/
0
Sorry, but Kivy Designer is DEPRECATED 😔. I tried, but couldn't install Kivy 1.10 version on Pydroid3.
0
Uhm, fair point, sorry I was not aware of the deprecation.
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.