Hi,
pydev is BY FAR the best python editor, best code completion etc.
it would be tremendous if there were support for designing GUIs with Eclipse/Pydev. ATM there is NO REAL GUI EDITOR for P<thon/Qt4, only Eric4 that is capable of some cool features, but eric4 is buggy, unusable, and badly maintained IMHO.
What needed to be done in pydev is following:
*possibilitiy to
- create .ui files witin Eclipse (File->new->"Qt Form", like the template of QtJambi (could be taken from there?
- open .ui-files with
- external program (qt4-designer) or
- integrated designer from QtJambi
*after closing ui-files / or returning from Qt4-Designer, or as build task before building, compile changed .ui files automatically with pyuic4
*support for creating Python-style signal/slot connections/code generation. The Eric4 way is quite good here.