Python:在诺基亚手机中制作 GUI
我正在我的手机中编写一个移动监控程序,我快完成了。我的程序有一个计步器,可以实时计算人类的步数。我的问题是,我现在正在为手机编写 GUI,它将在完成 1000 步后显示一些图片(例如奖励)等等。我是Python新手,对Python中的GUI一无所知。我的手机是诺基亚 N79。我的问题是,我在哪里可以获得有关 N79 手机中 python GUI 的信息,例如示例等。
I am writing one of the Mobile monitoring program in my phone which I almost finished it. My program has a pedometer which counts human's steps in a real time manner. My question is that I am now writing GUI for phone which will show let's say some picture after they accomplish 1000 steps(like an award) and so on. I am just new to python and does not really know anything about GUI in python. My phone is Nokia N79. My question is that where can I get the information about GUI in python in N79 phones something like examples and so on.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们谈论的是哪种手机型号和操作系统?它运行的是安卓系统吗?
我相信 Android 之前的诺基亚手机使用 Qt GUI 框架
Python 有 Qt 包装器,请查看 PyQt4 来满足您的所有 UI 需求。
Which phone model and OS are we talking about? Is it running Android?
I believe pre-Android Nokia phones used Qt GUI framework
Python has Qt wrappers, look into PyQt4 for all your UI needs.