Pyqt5 简明教程

PyQt5 Tutorial

PyQt5 是 Riverbank Computing 开发的 GUI 窗口小部件工具包的最新版本。它是一个针对 Qt 的 Python 接口,而 Qt 是功能最强大、最流行的跨平台 GUI 库之一。PyQt5 是 Python 编程语言和 Qt 库的融合。本入门教程将帮助你借助 PyQt 创建图形化应用程序。我们针对早期版本 PyQt4 的教程现已推出 here

PyQt5 is the latest version of a GUI widgets toolkit developed by Riverbank Computing. It is a Python interface for Qt, one of the most powerful, and popular cross-platform GUI library. PyQt5 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. Our tutorial on earlier version − PyQt4 is available here.

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 knowledge of Python programming is a desirable.