diff --git a/PyQtGraph/README.md b/PyQtGraph/README.md index 299bd38..848a782 100644 --- a/PyQtGraph/README.md +++ b/PyQtGraph/README.md @@ -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) \ No newline at end of file diff --git a/Qpyqtgraph/ScreenShot/mouseFlow.gif b/PyQtGraph/ScreenShot/mouseFlow.gif similarity index 100% rename from Qpyqtgraph/ScreenShot/mouseFlow.gif rename to PyQtGraph/ScreenShot/mouseFlow.gif diff --git a/PyQtGraph/__init__.py b/PyQtGraph/__init__.py deleted file mode 100644 index 8a5b2f3..0000000 --- a/PyQtGraph/__init__.py +++ /dev/null @@ -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: -''' diff --git a/Qpyqtgraph/mouseFlow.py b/PyQtGraph/mouseFlow.py similarity index 100% rename from Qpyqtgraph/mouseFlow.py rename to PyQtGraph/mouseFlow.py diff --git a/PyQtGraph/requirements.txt b/PyQtGraph/requirements.txt new file mode 100644 index 0000000..0e9e4ca --- /dev/null +++ b/PyQtGraph/requirements.txt @@ -0,0 +1 @@ +pyqtgraph diff --git a/Qpyqtgraph/README.en.md b/Qpyqtgraph/README.en.md deleted file mode 100644 index e69de29..0000000 diff --git a/Qpyqtgraph/README.md b/Qpyqtgraph/README.md deleted file mode 100644 index 53ef9f6..0000000 --- a/Qpyqtgraph/README.md +++ /dev/null @@ -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) \ No newline at end of file diff --git a/README.md b/README.md index c297d14..3f1b993 100644 --- a/README.md +++ b/README.md @@ -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)