wxPython与pyQt [英] wxPython vs. pyQt

查看:155
本文介绍了wxPython与pyQt的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经将我的项目工具包选择范围缩小到了wxPython和

pyQt,现在我想听听任何意见,战争故事,小便等等。
关于他们,特别是来自使用过_both_toolkits_的人。我只是对每个IDE和UI设计师都有点兴趣,因为我想要在Xemacs和xterm中做尽可能多的事情。随意

rant,rave,pontificate等等。


tia,

E

I''ve narrowed down my toolkit selection for my project to wxPython and
pyQt, and now i''d like to hear any opinions, war stories, peeves, etc,
about them, particularly from anyone who''s used _both_toolkits_. I''m
only mildly interested in the IDEs and UI designers for each, as i
want to do as much as i can in just Xemacs and xterm. Feel free to
rant, rave, pontificate, whatever.

t.i.a.,
E

推荐答案



我刚刚开始使用wxPython。我在pyQT上选择了

许可

原因。我不是gui app专家。但话虽如此,我发现工具包

平易近人且用户社区非常有帮助。


Scott


2005年3月16日晚上9:11, eh ****** @ kaustinr.r.com 写道:

I have just started using wxPython. I selected it over pyQT for
licensing
reasons. I''m no gui app expert. But that said, I''ve found the toolkit
approachable and the user community very helpful.

Scott

On Mar 16, 2005, at 9:11 PM, eh******@kaustinr.r.com wrote:
我已经将我的项目工具包选择范围缩小到wxPython和
pyQt,现在我想听听任何意见,战争故事,小便等等,关于他们,尤其是那些使用过_both_toolkits_的人。我对每个人的IDE和UI设计师只有轻微的兴趣,因为我想在Xemacs和xterm中尽我所能。随意咆哮,狂欢,颂扬,等等。

tia,
E
-
http://mail.python.org/mailman/listinfo/python-list
I''ve narrowed down my toolkit selection for my project to wxPython and
pyQt, and now i''d like to hear any opinions, war stories, peeves, etc,
about them, particularly from anyone who''s used _both_toolkits_. I''m
only mildly interested in the IDEs and UI designers for each, as i
want to do as much as i can in just Xemacs and xterm. Feel free to
rant, rave, pontificate, whatever.

t.i.a.,
E
--
http://mail.python.org/mailman/listinfo/python-list






我曾经是一个wxPython爱好者,但主要是因为蹩脚的PyQt

许可条款,而不是任何优点wx(虽然我喜欢

原生LnF)。


尝试使用wxPython做一个大型项目后,我发现我

受到缺少小部件和布局系统的限制。


我的最新项目是在PyQt,之后Trolltech宣布Qt4将会是
有一个适用于Windows的GPL版本(而Riverbank表示他们最终将制作一个

PyQt)。


我通常讨厌可视化GUI IDE,但是我发现QtDesigner是一个真正的

资产,比wxDesigner或VisualStudio好得多。线程

的实现对于Python自己来说似乎也更优越(更容易?),并且使用Python包装器制作自定义小部件非常容易。将其用于Qt3.3,直到奇趣科技提出Qt4。 br />

链接:
http://kscraft.sourceforge.net/conve...-install.xhtml
http://kde-cygwin.sourceforge.net/qt3-win32/
http://www.pycs.net/lateral/stories/27.html

I used to be a wxPython lover, but it was mainly due to the crappy PyQt
licensing terms, rather than any merits of wx (although I like the
native LnF).

After trying to do a large-ish project using wxPython, I found that I
was limited by the lack of widgets and the layout system.

My latest project was in PyQt, after Trolltech announced that Qt4 will
have a GPL version for Windows (and Riverbank said they will make a
PyQt to go with it eventually).

I usually hate visual GUI IDEs, but I found QtDesigner to be a real
asset, much better than wxDesigner or VisualStudio. The threading
implementation also seems superior (easier?) to Python''s own too, and
making custom widgets is easy enough, even with a Python wrapper.

Also, the Cygwin guys have ported the GPL/Linux Qt to Windows, so you
can use that for Qt3.3 until Trolltech come up with Qt4.

Links:
http://kscraft.sourceforge.net/conve...-install.xhtml
http://kde-cygwin.sourceforge.net/qt3-win32/
http://www.pycs.net/lateral/stories/27.html


eh ****** @ kaustinr.r.com 写道:
eh******@kaustinr.r.com wrote:
我缩小了d拥有我的项目工具包选择到wxPython和
pyQt,现在我想听听他们的任何意见,战争故事,小便等等,特别是任何使用过的人_both_toolkits_。我对每个人的IDE和UI设计师只有轻微的兴趣,因为我想在Xemacs和xterm中尽我所能。随意咆哮,狂野,教诲等等。
I''ve narrowed down my toolkit selection for my project to wxPython and
pyQt, and now i''d like to hear any opinions, war stories, peeves, etc,
about them, particularly from anyone who''s used _both_toolkits_. I''m
only mildly interested in the IDEs and UI designers for each, as i
want to do as much as i can in just Xemacs and xterm. Feel free to
rant, rave, pontificate, whatever.



我用过这两种方法。我发现PyQT远远优于wxPython,因为它有很多原因,包括整体更好的库设计,完全的灵活性以及所提供功能的正交性,令人难以置信的可移植性。我建议

wxPython只有在你不能满足PyQt许可证要求的情况下(这很快就会改变
,因为Qt4也会有Windows的GPL版本)。 br />
-

Giovanni Bajo


I have used both. I find PyQT is vastly superior than wxPython for a number of
reasons, including overall better design of the library, total flexibility and
orthogonality of provided features, incredible portability. I would suggest
wxPython only if you cannot meet PyQt license requirements (and this is going
to change soon, since Qt4 will have a GPL version for Windows too).
--
Giovanni Bajo


这篇关于wxPython与pyQt的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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