简体   繁体   English

PyQt5 GUI for android vs Kivy GUI

[英]PyQt5 GUI for android vs Kivy GUI

I need to know help on which is more efficient to do.我需要知道哪个更有效的帮助。 This is my situation I already have a GUI using PyQt programmed for windows I want it to be also installed on an android phone.这是我的情况我已经有一个使用 PyQt 为 windows 编程的 GUI 我希望它也安装在 android 手机上。 Should I find away to packaged(through pyqtdeploy or any other means) to android or make another similar GUI with same functionalities using Kivy because its much more android friendly?我是否应该找到打包(通过 pyqtdeploy 或任何其他方式)到 android 或使用 Kivy 制作另一个具有相同功能的类似 GUI,因为它对 android 更友好?

For now, I think you should learn Kivy because pyqtdeploy is a young project.目前,我认为你应该学习Kivy,因为pyqtdeploy是一个年轻的项目。 The Dev team still working on it to fix some bugs.开发团队仍在努力修复一些错误。

But in the future, if pyqtdeploy become efficient , it will be the best choice !但在未来,如果pyqtdeploy变得高效,那将是最好的选择! PyQt5 has many incredible widgets and you use also QML to design more advanced interface for mobile devices (Android & iOS). PyQt5 有许多令人难以置信的小部件,您还可以使用QML为移动设备(Android 和 iOS)设计更高级的界面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM