update 目录

This commit is contained in:
Irony 2019-05-08 16:34:07 +08:00
parent 3251d2eaae
commit bcd22234d1
8 changed files with 22 additions and 41 deletions

View file

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

View file

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 88 KiB

View file

@ -1,11 +0,0 @@
#!/usr/bin/env python
# encoding: utf-8
'''
@author: wxj
@license: (C) Hefei tongzhi electromechanical control technology co.LTD
@contact:
@software: garner
@file: __init__.py.py
@time: 2019/4/26 22:37
@desc:
'''

View file

@ -0,0 +1 @@
pyqtgraph

View file

@ -1,20 +0,0 @@
# PyQtGraph
- 正在汇总Demo中,Be continued
- 本章节预告实际使用中的包pyqtgraph相关BUG以及解决方案如有精力会添加相应解决方案的作者
- 1、pyqtgraph右键保存图片功能异常以及解决防范
- 2、依据pyqtgraph.examples例子的使用心得
- 3、pyqtgraph如何禁止左键右键滑轮事件功能
- 4、使用QScrollArea后添加pg.PlotWidget()不能选择图片尺寸问题。
- 5、多图共享轴Difficult
- 6、pg.PlotWidget()鼠标获取X轴坐标
- 目录
- [pg.PlotWidget()鼠标获取X轴坐标](#1、pg.PlotWidget()鼠标获取X轴坐标)
## 1、Sqlalchemy动态拼接字段查询显示表格
[运行 mouseFlow.py](mouseFlow.py)
移动鼠标获取X轴坐标
![mouseFlow](ScreenShot/mouseFlow.gif)

View file

@ -137,8 +137,8 @@ https://pyqt5.com 社区是专门针对PyQt5学习和提升开设的博客网站
- [ToolTip提示](QChart/ToolTip.py)
- [DynamicSpline动态曲线图](QChart/DynamicSpline.py)
- [Qpyqtgraph](Qpyqtgraph)
- [鼠标获取X轴坐标](Qpyqtgraph/mouseFlow.py)
- [PyQtGraph](PyQtGraph)
- [鼠标获取X轴坐标](PyQtGraph/mouseFlow.py)
- [Animation](QPropertyAnimation)
- [窗口淡入淡出](QPropertyAnimation/FadeInOut.py)