Python:在诺基亚手机中制作 GUI

发布于 2024-11-13 10:17:05 字数 191 浏览 5 评论 0原文

我正在我的手机中编写一个移动监控程序,我快完成了。我的程序有一个计步器,可以实时计算人类的步数。我的问题是,我现在正在为手机编写 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

原来是傀儡 2024-11-20 10:17:05

我们谈论的是哪种手机型号和操作系统?它运行的是安卓系统吗?

我相信 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文