Hi,
On 12/17/06, Pradnyesh Sawant pradnyesh@iitg.ernet.in wrote:
- can you kindly provide me with some good pyqt (using qt4 designer)
tutorials? the net provides qt4 tuts but not with designer :(
Well, you can read about Designer in Qt4 documentation, which comes with the Qt4 source or just fetch the documentation from somewhere. Using Qt 4 Assistant would be fine too. ( If you build Qt4 from source, you pretty much get everything i.e. docs, examples (in C++), assistant, libs etc. )
So read up from the designer docs and use the pyuic for qt4 to convert the ui files to py source. Wouldn't that work?
Cheers!
Pradeepto