PyQt/QScrollBar/README.md
2019-05-22 11:07:42 +08:00

21 lines
816 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# QScrollBar
- 目录
- [滚动条样式美化](#1滚动条样式美化)
## 1、滚动条样式美化
[运行 StyleScrollBar.py](StyleScrollBar.py)
使用QSS和图片对滚动条进行美化horizontal 横向、vertical 纵向)
1. 横向或纵向滚动条整体也就是horizontal、vertical
2. 滚动条上面的小滑块handle
3. 纵向上部、横向左侧区域sub-page
4. 纵向下部、横向右侧区域add-page
5. 纵向上部、横向左侧三角形区域sub-line
6. 纵向下部、横向右侧三角形区域add-line
7. 纵向上部、横向左侧三角形up-arrow、left-arrow
8. 纵向下部、横向右侧三角形down-arrow、right-arrow
![StyleScrollBar1](ScreenShot/StyleScrollBar1.jpg)
![StyleScrollBar2](ScreenShot/StyleScrollBar2.jpg)