I'm using PyQT v4.9 for Windows 7, and Visual Studio 2010 (extension PTVS 1.1 ) Autocomplete is good function in IDE. Example: object.method_of_class() #when I press the dot, see a list of possible methods.
But with pyqt class, this not works, exapmle: QtGui.QDesktopWidget()
How can I solve this problem?
P.S. Forgive me for my bad English