PyQt/QTextEdit/README.md

11 lines
234 B
Markdown
Raw Normal View History

2018-12-26 23:04:56 +08:00
# QTextEdit
2019-03-12 12:47:56 +08:00
- 目录
- [文本查找高亮](#1、文本查找高亮)
2018-12-26 23:04:56 +08:00
## 1、文本查找高亮
[运行 HighlightText.py](HighlightText.py)
主要用到`mergeCurrentCharFormat`函数
![HighlightText](ScreenShot/HighlightText.gif)