2006年02月24日 星期五 08:56
从文件名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
2006年02月24日 星期五 11:16
使用起来感觉怎么样呢?好用吗? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/352377cd/attachment.htm
2006年02月24日 星期五 11:39
太激动了,讲错了,应该是2月21号的,写错了. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/b911e166/attachment.html
2006年02月24日 星期五 13:09
安装了一下,倒是挺顺利的。 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
2006年02月24日 星期五 13:12
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
2006年02月24日 星期五 13:28
我在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
2006年02月24日 星期五 14:05
#!/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
2006年02月24日 星期五 14:39
你安装的哪个版本,那个exe的? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060224/a879c6bf/attachment.htm
2006年02月24日 星期五 19:11
是啊,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
2006年02月25日 星期六 16:18
新的pyqt4哪里能够找到文档呢? 不知道如何入手啊。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20060225/533b46ca/attachment.html
Zeuux © 2025
京ICP备05028076号