Re: [PyQt] (sort of) beginner question on pyuic4

2008-06-02 Thread Adam Tenderholt
Hi Matt, The approach I usually take is outlined in the PyQt4 documentation: http://riverbankcomputing.com/static/Docs/PyQt4/pyqt4ref.html#using-qt-designer Specifically, I like the third approach because creating a subclass makes the most sense to me, and this allows me to use the code generate

[PyQt] (sort of) beginner question on pyuic4

2008-06-01 Thread Matt
Hi, I'm having a bit of trouble with pyuic4. I've made a few pyqt apps using pyqt3 (nothing particularly complicated - and I'm no programmer, just a hobbyist), and am now trying to port them over to pyqt4. However, I'm not sure I'm doing things right. I usually design the gui layout using qt