开发者

Python: Making a GUI in nokia phone

开发者 https://www.devze.com 2023-03-10 10:50 出处:网络
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 wri

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.


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消