浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 260 261 262 263 264 265 266 267 268 ··· 630 下一页

2012年12月15日

摘要: [PyQt]如何使用信号槽? - codeio - 博客园[PyQt]如何使用信号槽?前言信号(singal)与槽(slot)用于对象相互通信,信号:当某个对象的某个事件发生时,触发一个信号,槽:响应指定信号的所做的反应,其实信号槽类似于.NET里面的委托、事件,比如Repeater控件类,当行数据绑定后,触发一个ItemDataBound事件,不管使用者使用会监听该事件并做额外处理,其控件类内部... 阅读全文
posted @ 2012-12-15 19:23 lexus 阅读(451) 评论(0) 推荐(0)

摘要: LogParserJaime Seuma has provided a beginners tutorial using eric4 to write a parser for the IIS log.LogParser tutorialMiniBrowserJaime Seuma has provided another beginners tutorial using eric4 to wri... 阅读全文
posted @ 2012-12-15 19:19 lexus 阅读(174) 评论(0) 推荐(0)

摘要: Eric4 tutorial - IntroductionEric4 Python IDE tutorialThis is a short tutorial on how to use the eric4 IDE to create a small application that helps with parsing W3SVC log files. The source files will ... 阅读全文
posted @ 2012-12-15 19:12 lexus 阅读(154) 评论(0) 推荐(0)

摘要: Monkey Studio IDE | The way IDEs should beMonkey Studio (MkS) is a cross platform IDE written in C++/Qt 4. It's primary goal was to be a Qt 4 only IDE, but it evoluate a way to support Qt development ... 阅读全文
posted @ 2012-12-15 18:09 lexus 阅读(312) 评论(0) 推荐(0)

摘要: blog.sina.com.cn/s/blog_5a3640220100b0se.html - TranslatorUsing PyQt first procedure-bupt IPTV client[此博文包含图片] (2008-11-11 14:59:14)Reprint▼Tags:qtiptvit Category: Python To practice how to write a Gu... 阅读全文
posted @ 2012-12-15 17:45 lexus 阅读(351) 评论(0) 推荐(0)

摘要: Posts about pyqt | Lateral OpinionThis is why Qt (and PyQt) are cool Posted: 2010-07-24 20:37:00 Alejandro Dolina once wrote (and this is from memory that's probably 25 years old) of a r... 阅读全文
posted @ 2012-12-15 17:40 lexus 阅读(112) 评论(0) 推荐(0)

摘要: aranduka - A simple e-book manager and reader - Google Project HostingAranduka is still not ready for everyday use.However, here are some of the features already in place and maybe/kinda working.Acces... 阅读全文
posted @ 2012-12-15 17:38 lexus 阅读(34) 评论(0) 推荐(0)

摘要: Shipping your PyQt app for windows | Lateral OpinionShipping your PyQt app for windows Posted: 2011-07-24 21:20:00 | Leer en español |More posts about ... 阅读全文
posted @ 2012-12-15 17:35 lexus 阅读(299) 评论(0) 推荐(0)

摘要: PyQt By Example (Session 4) | Lateral OpinionPyQt By Example (Session 4) Posted: 2009-03-07 00:24:00 | Leer en español |More posts about kde pr... 阅读全文
posted @ 2012-12-15 17:31 lexus 阅读(496) 评论(0) 推荐(0)

摘要: A Simple Tutorial On GUI Programming Using Qt Designer With PyQt4 » Lionel's Blog A Simple Tutorial On GUI Programming Using Qt Designer With PyQt4 Programming, Python Add comments Apr 072010 24 I’v... 阅读全文
posted @ 2012-12-15 17:28 lexus 阅读(479) 评论(0) 推荐(0)

摘要: 使用pyqt的第一个程序--北邮人IPTV客户端_索索_新浪博客 使用pyqt的第一个程序--北邮人IPTV客户端 [此博文包含图片] (2008-11-11 14:59:14) 转载▼ 标签: qt iptv it 分类: Python 练习练习如何写Gui的程序,思路比较简单,就是将网站上的链接抓下来,然后双击的时候调用mplayer进行播放: 使用pyqt的第一个程序--北邮人IPTV客户... 阅读全文
posted @ 2012-12-15 17:21 lexus 阅读(651) 评论(0) 推荐(0)

摘要: PyQt学习笔记(6)——ActionsandKeySequences_萧萧_新浪博客 PyQt学习笔记(6)——Actions and Key Sequences (2010-02-20 09:40:24) 转载▼ 标签: python pyqt4 it 分类: Python 在Qt中,目前我认为做的最好的两种机制就是:SIGNAL and SLOTS和Actions and Key Sequ... 阅读全文
posted @ 2012-12-15 17:09 lexus 阅读(414) 评论(0) 推荐(0)

摘要: [PyQt]如何使用信号槽? - codeio - 博客园[PyQt]如何使用信号槽?前言信号(singal)与槽(slot)用于对象相互通信,信号:当某个对象的某个事件发生时,触发一个信号,槽:响应指定信号的所做的反应,其实信号槽类似于.NET里面的委托、事件,比如Repeater控件类,当行数据绑定后,触发一个ItemDataBound事件,不管使用者使用会监听该事件并做额外处理,其控件类内部... 阅读全文
posted @ 2012-12-15 17:00 lexus 阅读(364) 评论(0) 推荐(0)

摘要: Python使用Qt的UI文件 - 猫之良品 - 博客园Python使用Qt的UI文件我是个PHP程序员,不过有时候觉得需要写些小软件,对于我这种不太熟悉桌面软件开发的人来说,界面问题最让我头痛。听说Qt很强大,而且是跨平台,所以决定学习它用来弥补我写桌面软件的不足。Qt一般是通过C++来调用,如果要让Python支持Qt,需要下载PyQt这个库,十几M大小,安装后就可以让Python支持部分Qt... 阅读全文
posted @ 2012-12-15 16:55 lexus 阅读(2146) 评论(0) 推荐(0)

摘要: Qt/PyQt的系统托盘图标(SystemTrayIcon)实现 - 程序即人生 - 博客频道 - CSDN.NET Qt/PyQt的系统托盘图标(SystemTrayIcon)实现 分类: 【QT】 【Python】 2010-01-24 10:54 2274人阅读 评论(0) 收藏 举报目录(?)[+]创建系统系统托盘图标TrayIcon气泡信息 菜单CheckBo... 阅读全文
posted @ 2012-12-15 15:49 lexus 阅读(623) 评论(0) 推荐(0)

摘要: PyQt4中pyrcc4和pyuic4的使用 - myer的专栏 - 博客频道 - CSDN.NET PyQt4中pyrcc4和pyuic4的使用 分类: Python 2006-04-20 17:08 1754人阅读 评论(1) 收藏 举报写了个PyQt4的程序,用desiger设计了个界面,使用了Qt的rcc系统。于是研究了一下pyrcc4和pyuic4的使用方法,... 阅读全文
posted @ 2012-12-15 15:45 lexus 阅读(562) 评论(0) 推荐(0)

摘要: 。。。还是用pyqt吧 阅读全文
posted @ 2012-12-15 15:15 lexus 阅读(331) 评论(0) 推荐(0)

摘要: PyQt4学习资料汇总 - CoderZh - 博客园Prentice.Hall.Rapid.GUI.Programming.with.Python.and.Qt.the.definitive.guide.to.PyQt.programming.2008PyQt - Woodpecker Wiki for CPUGPyQt Contents 什么是Qt 关于PyQt 一些资料 PyQt应用 Add... 阅读全文
posted @ 2012-12-15 15:09 lexus 阅读(376) 评论(0) 推荐(0)

摘要: Source Checkout - pygrid - 藏龙统计表格 - Google Project HostingYour version of Internet Explorer is not supported. Try a browser that contributes to open source, such as Firefox, Google Chrome, or Google C... 阅读全文
posted @ 2012-12-15 15:09 lexus 阅读(191) 评论(0) 推荐(0)

摘要: ImportError: No module named pysqlite2 - chinacloud - 博客园ImportError: No module named pysqlite2yum install sqlite-devel -ywget peak.telecommunity.com/dist/ez_setup.pypython2.6 ez_setup.pyeasy_install ... 阅读全文
posted @ 2012-12-15 11:52 lexus 阅读(270) 评论(0) 推荐(0)

上一页 1 ··· 260 261 262 263 264 265 266 267 268 ··· 630 下一页