From d9e4fb320db0e1d582fe631baef248a55026cb46 Mon Sep 17 00:00:00 2001 From: Irony <892768447@qq.com> Date: Fri, 26 Apr 2019 22:53:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .settings/org.eclipse.core.resources.prefs | 1 + PyQtGraph/README.en.md | 0 PyQtGraph/README.md | 11 +++++++++++ {Qpyqtgraph => PyQtGraph}/__init__.py | 0 README.md | 11 ++--------- 5 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 PyQtGraph/README.en.md create mode 100644 PyQtGraph/README.md rename {Qpyqtgraph => PyQtGraph}/__init__.py (100%) diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs index 7439a6e..c421fe3 100644 --- a/.settings/org.eclipse.core.resources.prefs +++ b/.settings/org.eclipse.core.resources.prefs @@ -20,6 +20,7 @@ encoding//Demo/SingleApplication.py=utf-8 encoding//Demo/VerificationCode.py=utf-8 encoding//Demo/WeltHideWindow.py=utf-8 encoding//Demo/WindowNotify.py=utf-8 +encoding//PyQtGraph/__init__.py=utf-8 encoding//QAxWidget/ViewOffice.py=utf-8 encoding//QChart/LineChart.py=utf-8 encoding//QFont/AwesomeFont.py=utf-8 diff --git a/PyQtGraph/README.en.md b/PyQtGraph/README.en.md new file mode 100644 index 0000000..e69de29 diff --git a/PyQtGraph/README.md b/PyQtGraph/README.md new file mode 100644 index 0000000..299bd38 --- /dev/null +++ b/PyQtGraph/README.md @@ -0,0 +1,11 @@ +# PyQtGraph + +- 正在汇总Demo中,Be continued +- 本章节预告,实际使用中的包PyQtGraph相关BUG,以及解决方案,如有精力会添加相应解决方案的作者 +- 1、PyQtGraph右键保存图片功能异常,以及解决防范 +- 2、依据PyQtGraph.examples例子的使用心得 +- 3、PyQtGraph如何禁止左键,右键,滑轮事件功能 +- 4、使用QScrollArea后添加pg.PlotWidget()不能选择图片尺寸问题。 +- 5、多图共享轴(Difficult) + +- 目录 diff --git a/Qpyqtgraph/__init__.py b/PyQtGraph/__init__.py similarity index 100% rename from Qpyqtgraph/__init__.py rename to PyQtGraph/__init__.py diff --git a/README.md b/README.md index 9ec3849..3a0d05d 100644 --- a/README.md +++ b/README.md @@ -132,15 +132,8 @@ https://pyqt5.com 社区是专门针对PyQt5学习和提升开设的博客网站 - [柱状堆叠图](QChart/BarStack.py) - [LineChart自定义xy轴](QChart/CustomXYaxis.py) - [ToolTip提示](QChart/ToolTip.py) -- [Qpyqtgraph](Qpyqtgraph) - - 正在汇总Demo中,Be continued - - 本章节预告,实际使用中的包pyqtgraph相关BUG,以及解决方案,如有精力会添加相应解决方案的作者 - - 1、pyqtgraph右键保存图片功能异常,以及解决防范 - - 2、依据pyqtgraph.examples例子的使用心得 - - 3、pyqtgraph如何禁止左键,右键,滑轮事件功能 - - 4、使用QScrollArea后添加pg.PlotWidget()不能选择图片尺寸问题。 - - 5、多图共享轴(Difficult) - + +- [PyQtGraph](PyQtGraph) - [Animation](QPropertyAnimation) - [窗口淡入淡出](QPropertyAnimation/FadeInOut.py)