Introduction to PyQt4 toolkit

PyQT4工具包介绍

::-- ["zhuyj"] [DateTime(2008-06-06T01:07:27Z)] TableOfContents

1. About this tutorial

关于这篇教程

This is an introductory PyQt4 tutorial. The purpose of this tutorial is to get you started with the PyQt4 toolkit. The tutorial has been created and tested on Linux.

2. About PyQt

PyQt is a toolkit for creating GUI applications. It is a blending of python programming language and the successfull Qt library. Qt library is one of the most powerful libraries on this planet. If not the most powerful. The official home site for PyQt is on www.riverbankcomputing.co.uk It was developed by Phil Thompson.

PyQt is implemented as a set of python modules. It has over 300 classes and almost 6000 functions and methods. It is a multiplatform toolkit. It runs on all major operating systems. Including Unix, Windows and Mac. PyQt is dual licenced. Developers can choose between GPL and commercial licence. Previously, GPL version was available only on Unix. Starting from PyQt version 4, GPL licence is available on all supported platforms.

Because there are a lot of classes available, they have been divided into several modules.

2.1. 章标题1

2.1.1. 小节标题1

   1 Python code

2.1.1.1. 次节标题1

xxx

2.2. 章标题2

2.2.1. 小节标题2

其它
代码引用

2.2.1.1. 次节标题2

yyy

3. 交流

PageComment2