Python论坛  - 讨论区

标题:[python-chinese] 终于下到pyqt4了

2006年02月24日 星期五 08:56

jejwe jejwester at gmail.com
Fri Feb 24 08:56:49 HKT 2006

从文件名PyQt4-gpl-snapshot-20060221.zip可以看出来应该是2月22发布的。
有PyQt4-gpl-snapshot-20060221.tar.gz
还下了一个直接安装的exe 版本,不过是PyQt4-gpl-snapshot-20060111.exe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/2bfea9d6/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月24日 星期五 11:16

wangmm kernellearn at gmail.com
Fri Feb 24 11:16:37 HKT 2006

使用起来感觉怎么样呢?好用吗?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/352377cd/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月24日 星期五 11:39

jejwe jejwester at gmail.com
Fri Feb 24 11:39:26 HKT 2006

太激动了,讲错了,应该是2月21号的,写错了.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/b911e166/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月24日 星期五 13:09

wangmm kernellearn at gmail.com
Fri Feb 24 13:09:15 HKT 2006

安装了一下,倒是挺顺利的。
PyQT的demo看起来还不错,不过有一些Demo在退出的时候有异常。

On 2/24/06, jejwe <jejwester at gmail.com> wrote:
>
> 太激动了,讲错了,应该是2月21号的,写错了.
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/8ff5f8e7/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月24日 星期五 13:12

wangmm kernellearn at gmail.com
Fri Feb 24 13:12:38 HKT 2006

PyQT能不能使用Qt Designer来进行设计界面呢?

On 2/24/06, wangmm <kernellearn at gmail.com> wrote:
>
> 安装了一下,倒是挺顺利的。
> PyQT的demo看起来还不错,不过有一些Demo在退出的时候有异常。
>
> On 2/24/06, jejwe <jejwester at gmail.com> wrote:
> >
> > 太激动了,讲错了,应该是2月21号的,写错了.
> > _______________________________________________
> > python-chinese
> > Post: send python-chinese at lists.python.cn
> > Subscribe: send subscribe to python-chinese-request at lists.python.cn
> > Unsubscribe: send unsubscribe to
> > python-chinese-request at lists.python.cn
> > Detail Info: http://python.cn/mailman/listinfo/python-chinese
> >
> >
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/7a9137fa/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月24日 星期五 13:28

jejwe jejwester at gmail.com
Fri Feb 24 13:28:54 HKT 2006

我在LIMODOU的BLOG看过,说是可以的,用他画界面,保存为UI,QT里有工具可以直接把UI生成PY代码。去LIMODOU的BLOG看看吧.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/9f7aa08c/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月24日 星期五 14:05

wangmm kernellearn at gmail.com
Fri Feb 24 14:05:08 HKT 2006

#!/usr/bin/env python

# PyQt tutorial 1


import sys
from PyQt4 import QtGui


app = QtGui.QApplication(sys.argv)

hello = QtGui.QPushButton("Hello world!")
hello.resize(100, 30)

hello.show()

sys.exit(app.exec_())

变化很大啊
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/0a9fd7d0/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月24日 星期五 14:39

jejwe jejwester at gmail.com
Fri Feb 24 14:39:47 HKT 2006

你安装的哪个版本,那个exe的?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/a879c6bf/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月24日 星期五 19:11

wangmm kernellearn at gmail.com
Fri Feb 24 19:11:57 HKT 2006

是啊,exe的。

On 2/24/06, jejwe <jejwester at gmail.com> wrote:
>
> 你安装的哪个版本,那个exe的?
> _______________________________________________
> python-chinese
> Post: send python-chinese at lists.python.cn
> Subscribe: send subscribe to python-chinese-request at lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request at lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/0bfac47a/attachment.htm

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年02月25日 星期六 16:18

wangmm kernellearn at gmail.com
Sat Feb 25 16:18:21 HKT 2006

新的pyqt4哪里能够找到文档呢?
不知道如何入手啊。
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060225/533b46ca/attachment.html

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号