Hello World With PyQt5

本文以 Hello World 为例,讲解如何编译安装 PyQt5。 安装 SIP 由于 P...     阅读全文
Mutse Young's avatar
Mutse Young 7月 11, 2013

Howto Call QML With PyQt4

本文将讲解如何在 PyQt4 程序中调用 QML。 QML 简介 QML 又称 Qt 元对象...     阅读全文
Mutse Young's avatar
Mutse Young 6月 15, 2013

大话设计模式之灵蛇篇

本文参考了程杰著《大话设计模式》一书,使用 Python 来实现书中的代码。     阅读全文
Mutse Young's avatar
Mutse Young 5月 12, 2013

Implement ClickableLabel With PyQt4

本篇用 PyQt4 实现自定义 ClickableLabel,即当鼠标左键双击Label时,就会触发clicked()信号,然后响应槽函数。文中主要...     阅读全文
Mutse Young's avatar
Mutse Young 4月 30, 2013

Howto Build Python App With Autotools

午休,无意发现一个 git 项目     阅读全文
Mutse Young's avatar
Mutse Young 1月 14, 2013

在 GTK 构件中使用 Python VTE 库嵌入虚拟终端[译]

原文:     阅读全文
Mutse Young's avatar
Mutse Young 7月 10, 2011

Howto Generate pyc from a Python Program

In this post, I will give you an example to demonstrates how to generate a...     阅读全文
Mutse Young's avatar
Mutse Young 6月 16, 2011

Scons软件构建利器浅析:安装篇

介绍     阅读全文
Mutse Young's avatar
Mutse Young 6月 07, 2011