Skip to content

Commit c032a35

Browse files
committed
Update versions of dependencies
Python 3.10->3.11 PySide6 6.3.2 -> 6.4.1 mypy 0.982->0.991
1 parent ee30638 commit c032a35

File tree

5 files changed

+111
-92
lines changed

5 files changed

+111
-92
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![GitHub Repo stars](https://img.shields.io/github/stars/muziing/PySide6-Code-Tutorial)
88
![License](https://img.shields.io/github/license/muziing/PySide6-Code-Tutorial)
99
![GitHub Last Commit](https://img.shields.io/github/last-commit/muziing/PySide6-Code-Tutorial)
10-
[![PySide Version](https://img.shields.io/badge/PySide-6.3-blue)](https://doc.qt.io/qtforpython/index.html)
10+
[![PySide Version](https://img.shields.io/badge/PySide-6.4-blue)](https://doc.qt.io/qtforpython/index.html)
1111
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1212
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
1313
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
@@ -21,7 +21,7 @@
2121
- 在自己的机器上实际运行一下,仔细观察一下每个属性值的改变会怎样影响控件的外观行为,可能比静态的文档教程更有效
2222
- 前身为 GitHub 热度最高的中文 PyQt5 教程 [PyQt-Practice](https://github.com/muziing/PyQt_practice),目前已有 ![PyQt-Practice Stars](https://img.shields.io/github/stars/muziing/PyQt_practice.svg) 个 Stars
2323
- 相比 [PyQt-Practice](https://github.com/muziing/PyQt_practice),改进了项目目录结构,增加了部分内容,更加清晰丰富
24-
- 使用最新的 Python 与 PySide 版本(目前为`3.10``6.3`
24+
- 使用最新的 Python 与 PySide 版本(目前为`3.10``6.4`
2525

2626
希望本项目对你我的 Python-GUI 学习之旅有所帮助。
2727

@@ -89,7 +89,7 @@
8989
| [04. QtGui - 使用GUI功能扩展QtCore](./04-QtGui-使用GUI功能扩展QtCore) | 位图、字体、颜色、键盘快捷键等、事件 |
9090
| [05. QtWidgets - 进阶话题](./05-QtWidgets-进阶话题) | 布局管理器、QSS样式、主窗口控件等 |
9191
| [06. Model/View - 模型与视图、数据库](./06-ModelView-模型与视图、数据库) | 模型与视图、与数据库交互 |
92-
| [07. Packaging - 打包、静态资源编译](./07-Packaging-打包与静态资源编译) | 将应用程序打包为 `exe`、将静态资源编译至二进制 `qrc` 文件 |
92+
| [07. Packaging - 静态资源编译、打包](./07-Packaging-资源管理与打包) | 将应用程序打包为 `exe`、将静态资源编译至二进制 `qrc` 文件 |
9393
| …… | …… |
9494

9595
### 其他

0 commit comments

Comments
 (0)