I am sorry if this has been asked before, but I have started messing with a bit of python development for the N900. Although I am quite proficient in Python I dont use it to create GUIs so please excuse my ignorance. I followed the excellent tutorials provided and after a while I felt like I wanted to get the QWidget to respond to mouse events. Unfortunately the only way I found to do this was to override the mouse event method in the .py code generated by the pyuic4. It works fine but I am unsure whether that is the best way to go about it. Is there a way to do it in qt designer?