分享PyQt5教程

分享两个PyQt5教程网站地址,分别中英文版本。

英文地址(原版)

http://zetcode.com/gui/pyqt5/

中文地址

https://github.com/maicss/PyQt5-Chinese-tutorial

教程目录

  1. 介绍(Introduction)
  2. 日期与时间(Date and time)
  3. 第一个程序(First programs)
  4. 菜单栏与工具栏(Menus and toolbars)
  5. 布局管理(Layout management)
  6. 事件与信号(Events and signals)
  7. 对话框(Dialogs)
  8. 控件1(Widgets)
  9. 控件2(Widgets II)
  10. 推拽(Drag & drop)
  11. 绘图(Painting)
  12. 自定义组件(Custom widgets)
  13. 俄罗斯方块游戏(The Tetris game)