I am trying to integrate pydev, pyqt, python and eclipse. Now the code can run without errors. And I know to make a graphical interface in Qt Designer. and then changed it in Eclipse.
Now I want to integrate Qt Designer from PyQt into Eclipse. Like Qt Eclipse integration for C ++. Use PyQt Designer in Eclipse. Can someone teach me how to do this? Many thanks!
By the way, I'm trying to set a preference for a qt project in Eclipse.
But when I add a new qt version. I did not know how to borrow the path to bin. Since there is no bin path in PyQt, nor was there qmake, uic, rcc, etc. The version name I typed is PyQt-Py2.7-x64-gpl-4.8.5-1.exe. I borrow an include path, for example C: \ python27 \ Lib \ site-packages \ PyQt4 \ Sib \ PyQt4.
my OS is win7. Thank you for your responses! God bless you!
eclipse qt pyqt qt-designer integrate
sunny2016
source share