Skip to content

Commit be2c13d

Browse files
committed
Update README
1 parent 2088630 commit be2c13d

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,34 @@
11
<img src="./Resources/Icons/Qt_for_Python_128px.png" alt="logo" height="120" align="right" />
22

3-
# PySide6 Code Tutorial
3+
# PySide6 代码式教程
44

55
用代码实例讲解 PySide6 !
66

77
![GitHub Repo stars](https://img.shields.io/github/stars/muziing/PySide6-Code-Tutorial)
8-
![GitHub forks](https://img.shields.io/github/forks/muziing/PySide6-Code-Tutorial)
98
![License](https://img.shields.io/github/license/muziing/PySide6-Code-Tutorial)
109
![GitHub Last Commit](https://img.shields.io/github/last-commit/muziing/PySide6-Code-Tutorial)
11-
1210
[![PySide Version](https://img.shields.io/badge/PySide-6.3-blue)](https://doc.qt.io/qtforpython/index.html)
1311
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1412
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
1513
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
1614

1715
## 简介
1816

19-
上一版教程 [PyQt-Practice](https://github.com/muziing/PyQt_practice) 得到不少好评,目前已有 ![PyQt-Practice Stars](https://img.shields.io/github/stars/muziing/PyQt_practice.svg) 个 Stars。本项目沿用其形式,讲解介绍 **PySide6**
17+
本教程旨在通过可以直接在本地机器上运行的脚本代码讲解介绍 **PySide6**
2018

21-
- 使用最新的 Python 与 PySide 版本(目前为`3.10``6.3`
22-
- 代码中有详细的注释作为讲解
23-
- 每个模块(`.py`文件)都可独立运行,展示了各种控件的各种功能属性作用
19+
- 代码中以详细的注释作为讲解
20+
- 每个模块(`.py`文件)都可独立运行,演示了各种控件的各种功能、属性、作用
2421
- 在自己的机器上实际运行一下,仔细观察一下每个属性值的改变会怎样影响控件的外观行为,可能比静态的文档教程更有效
22+
- 前身为 GitHub 热度最高的中文 PyQt5 教程 [PyQt-Practice](https://github.com/muziing/PyQt_practice),目前已有 ![PyQt-Practice Stars](https://img.shields.io/github/stars/muziing/PyQt_practice.svg) 个 Stars
2523
- 相比 [PyQt-Practice](https://github.com/muziing/PyQt_practice),改进了项目目录结构,增加了部分内容,更加清晰丰富
24+
- 使用最新的 Python 与 PySide 版本(目前为`3.10``6.3`
2625

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

28+
![思维导图目录](./Resources/Images/TOC-MindMap.png)
29+
30+
[访问在线思维导图目录](https://www.processon.com/view/link/63034ce01efad47d1247911e)
31+
2932
## 如何使用
3033

3134
### 一、获取源代码
@@ -75,12 +78,6 @@
7578

7679
## 项目结构
7780

78-
### 思维导图式目录
79-
80-
![思维导图目录](./Resources/Images/TOC-MindMap.png)
81-
82-
[访问在线思维导图目录](https://www.processon.com/view/link/63034ce01efad47d1247911e)
83-
8481
### 主要
8582

8683
| 目录/文件 | 描述 |

0 commit comments

Comments
 (0)