Skip to content

Commit

Permalink
更新目录
Browse files Browse the repository at this point in the history
  • Loading branch information
892768447 committed Apr 26, 2019
1 parent 0a8e294 commit d9e4fb3
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
1 change: 1 addition & 0 deletions .settings/org.eclipse.core.resources.prefs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file added PyQtGraph/README.en.md
Empty file.
11 changes: 11 additions & 0 deletions PyQtGraph/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# PyQtGraph

- 正在汇总Demo中,Be continued
- 本章节预告,实际使用中的包PyQtGraph相关BUG,以及解决方案,如有精力会添加相应解决方案的作者
- 1、PyQtGraph右键保存图片功能异常,以及解决防范
- 2、依据PyQtGraph.examples例子的使用心得
- 3、PyQtGraph如何禁止左键,右键,滑轮事件功能
- 4、使用QScrollArea后添加pg.PlotWidget()不能选择图片尺寸问题。
- 5、多图共享轴(Difficult)

- 目录
File renamed without changes.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d9e4fb3

Please sign in to comment.