什么样的ide对开发PyQt应用程序有好处? [英] What ide is good for developing PyQt apps?

查看:586
本文介绍了什么样的ide对开发PyQt应用程序有好处?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

开发PyQt应用程序有什么好处?

What ide is good for developing PyQt apps?

推荐答案

我正在使用Eclipse的pydev扩展来进行Python开发。 Snappy,适用于Windows和Linux,非常好的调试器(与Eclipse Java IDE调试器相当)。代码完成也可以绑定到PyQt模块。

I'm using the pydev extension to Eclipse for Python development. Snappy, works in Windows and Linux, pretty nice debugger (comparable to the Eclipse Java IDE debugger). The code completion is able to tie into the PyQt modules as well.

如果您指的是编写.ui文件,PyQt附带的Qt Designer就足够了小部件的布局,pyuic4会将它们转换为Python代码(pyuic4附带PyQt)。

If you're referring to writing .ui files, the Qt Designer that comes with PyQt is sufficient for layout of widgets, and pyuic4 will convert them to Python code for you (pyuic4 comes with PyQt).

Eclipse

PyDev

这篇关于什么样的ide对开发PyQt应用程序有好处?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆