Hello krk, I'd like to write my own PyQt widget, and I didn't really find a good doc yet on how to do it. My steps would be : 1. Use QT Desinger to design the widget and it's configuration window. 2. Use Pyuic4 to create the PY file from the UI file 3. Add functionality to the py file with some editor using py code 4. Now how do I make it run like a widget? Thx. Eitam.