Do you know of any effort to integrate PySide/PyQt development in Qt Creator?
I would love to program in python using only QtCreator. I have already used QtCreator to teach GUI programming to undergraduate students and they loved it. We have discussed several times the possibility of switching to python, but the lack of a good IDE to 开发者_JAVA技巧develop PySide/PyQt applications has refrained us to do so.
Have a look at https://github.com/PySide/QtCreator
I think it all depends on how you treat Qt Creator while you are developing Qt programs. There are lots of cool stuff in Qt Creator but if we focus on 2 major parts: Code Editor & UI Designer, the situation is much easier to realize.
I think it's easier to just use the UI Designer part with PyQt and put Editor's task to something else. You can check this Creating GUI Applications with PyQt and Qt Designer.
精彩评论