The MeeGo contest got me summing up some of my experiments and ideas about 
mixing up Django with PySide Qt application.
I got a funny HTML remote control, rendered by Qt, to control a TV set.  There 
are a few blurry videos included. =)
http://blogger-mikael.blogspot.com/2010/12/pyside-django-abstract.html

Does it make any sense to use Django to create the content and communicate with 
network resources, while using Qt for rendering and accessing the hardware 
sensors? In this prototype I used a finite-state machine to separate user 
interface actions from application logic. For example, PySide backend receives 
a button press, handles the action, and the state change triggers the UI to 
refresh. It's surprisingly reactive on N900, even though QEvents use an Ajax 
"proxy".  


_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to