Eclipse will not autocomplete the function parameters in the PyDev perspective for PyQt4.
All other aspects of the auto complete are working.
I am able to type x = QDia
and Eclipse lists of all classes/variables starting with QDia.
However, I am in dire need for all having Eclipse show all of the constructors and function arguments.
I should mention that this feature does work for other Python modules. Something is different with PyQt4 and I can't figure it out.
System Details: RHEL5/RHEL6, Eclipse 4.3.1 (Kepler), PyDev 3.3 (I think), Qt 4.6