Pyqt 简明教程

PyQt Tutorial

PyQt 是一个 GUI 小部件工具包。它是 Qt 的 Python 接口,后者是最强大的跨平台 GUI 库之一。PyQt 是 Python 编程语言和 Qt 库的融合。本入门教程将帮助您借助 PyQt 创建图形应用程序。

PyQt is a GUI widgets toolkit. It is a Python interface for Qt, one of the most powerful, and popular cross-platform GUI library. PyQt is a blend of Python programming language and the Qt library. This introductory tutorial will assist you in creating graphical applications with the help of PyQt.

Audience

本教程专为热衷于学习如何使用 PyQt 开发图形应用程序的软件程序员而设计。

This tutorial is designed for software programmers who are keen on learning how to develop graphical applications using PyQt.

Prerequisites

您应该对计算机编程术语有基本的理解。对 Python 和任何编程语言的基本了解是加分项。

You should have a basic understanding of computer programming terminologies. A basic understanding of Python and any of the programming languages is a plus.