View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#14
Originally Posted by eitama View Post
I'd like to write a small widget for my n900, it will query something every 5 seconds, and display the information in the widget on the n900 home desktop, it does not require performance or fast loading etc etc.
I am sure Python is the way to go - But I have no idea how to start.
What do I need to install? How do I make a PyQt APP to run? How do I port it to the N900, and how do I access on N900 API to get the information I want.
Unfortunately, Qt desktop widgets are an area where we are thin *at the moment*. Qt4.6, which promises serious improvements in this area will be released to the general public soon via an OTA upgrade. When that happens, we'll of course release the adequate python bindings ASAP and it will be happy hacking land. Until then, I suggest playing with standalone PyQt applications which work fairly well (try the PyQt4 Demo package for examples).
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following 2 Users Say Thank You to attila77 For This Useful Post: