I know that the routine method for using Qt framework for python(pyQt), especially for GUI applications is to use Qt Designer(for building the GUI) and after that importing that generated GUI python code into your python class and continue the logic of your application in some other IDEs like Eclipse(+PyDev) or NetBeans;
I found this post: How to use Qt Creator with Python? but since at the time of that question, Qt Creator was at it's 2.8 version and now it's 3.1, maybe python support for Qt Creator is added(like c++); is it true?
is there anyway to use Qt Creator as a python IDE? if 'yes', what is the code editor's features compare to other mature IDEs (like Eclipse or NetBeans)?
thanks in advance for answers;