Skip to content

Commit bcd2223

Browse files
committed
update 目录
1 parent 3251d2e commit bcd2223

File tree

8 files changed

+23
-42
lines changed

8 files changed

+23
-42
lines changed

PyQtGraph/README.md

+20-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# PyQtGraph
22

3-
- 正在汇总Demo中,Be continued
4-
- 本章节预告,实际使用中的包PyQtGraph相关BUG,以及解决方案,如有精力会添加相应解决方案的作者
5-
- 1、PyQtGraph右键保存图片功能异常,以及解决防范
6-
- 2、依据PyQtGraph.examples例子的使用心得
7-
- 3、PyQtGraph如何禁止左键,右键,滑轮事件功能
8-
- 4、使用QScrollArea后添加pg.PlotWidget()不能选择图片尺寸问题。
9-
- 5、多图共享轴(Difficult)
10-
11-
- 目录
3+
## 说明
4+
5+
正在汇总Demo中,Be continued
6+
7+
本章节预告,实际使用中的包`PyQtGraph`相关BUG,以及解决方案,如有精力会添加相应解决方案的作者
8+
9+
1. `PyQtGraph`右键保存图片功能异常,以及解决防范
10+
2. 依据`PyQtGraph` examples例子的使用心得
11+
3. `PyQtGraph`如何禁止左键,右键,滑轮事件功能
12+
4. 使用`QScrollArea`后添加`pg.PlotWidget()`不能选择图片尺寸问题。
13+
5. 多图共享轴(Difficult)
14+
6. `pg.PlotWidget()`鼠标获取X轴坐标
15+
16+
## 目录
17+
- [鼠标获取X轴坐标](#1、鼠标获取X轴坐标)
18+
19+
## 1、鼠标获取X轴坐标
20+
[运行 mouseFlow.py](mouseFlow.py)
21+
22+
![mouseFlow](ScreenShot/mouseFlow.gif)
File renamed without changes.

PyQtGraph/__init__.py

-11
This file was deleted.
File renamed without changes.

PyQtGraph/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pyqtgraph

Qpyqtgraph/README.en.md

Whitespace-only changes.

Qpyqtgraph/README.md

-20
This file was deleted.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ https://pyqt5.com 社区是专门针对PyQt5学习和提升开设的博客网站
137137
- [ToolTip提示](QChart/ToolTip.py)
138138
- [DynamicSpline动态曲线图](QChart/DynamicSpline.py)
139139

140-
- [Qpyqtgraph](Qpyqtgraph)
141-
- [鼠标获取X轴坐标](Qpyqtgraph/mouseFlow.py)
140+
- [PyQtGraph](PyQtGraph)
141+
- [鼠标获取X轴坐标](PyQtGraph/mouseFlow.py)
142142

143143
- [Animation](QPropertyAnimation)
144144
- [窗口淡入淡出](QPropertyAnimation/FadeInOut.py)

0 commit comments

Comments
 (0)