From 0a8e294b3536fe81f02763abe17c3f3f0a4de2b7 Mon Sep 17 00:00:00 2001 From: weike32 <394967319@qq.com> Date: Fri, 26 Apr 2019 22:45:49 +0800 Subject: [PATCH] add treeWidget Demo --- Qpyqtgraph/__init__.py | 11 +++++++++++ README.md | 9 +++++++++ 2 files changed, 20 insertions(+) create mode 100644 Qpyqtgraph/__init__.py diff --git a/Qpyqtgraph/__init__.py b/Qpyqtgraph/__init__.py new file mode 100644 index 0000000..8a5b2f3 --- /dev/null +++ b/Qpyqtgraph/__init__.py @@ -0,0 +1,11 @@ +#!/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/README.md b/README.md index 0f4eed4..9ec3849 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,15 @@ 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) + - [Animation](QPropertyAnimation) - [窗口淡入淡出](QPropertyAnimation/FadeInOut.py)