File tree 5 files changed +14
-9
lines changed
5 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ encoding//Demo/SingleApplication.py=utf-8
20
20
encoding//Demo/VerificationCode.py =utf-8
21
21
encoding//Demo/WeltHideWindow.py =utf-8
22
22
encoding//Demo/WindowNotify.py =utf-8
23
+ encoding//PyQtGraph/__init__.py =utf-8
23
24
encoding//QAxWidget/ViewOffice.py =utf-8
24
25
encoding//QChart/LineChart.py =utf-8
25
26
encoding//QFont/AwesomeFont.py =utf-8
Original file line number Diff line number Diff line change
1
+ # PyQtGraph
2
+
3
+ - 正在汇总Demo中,Be continued
4
+ - 本章节预告,实际使用中的包PyQtGraph相关BUG,以及解决方案,如有精力会添加相应解决方案的作者
5
+ - 1、PyQtGraph右键保存图片功能异常,以及解决防范
6
+ - 2、依据PyQtGraph.examples例子的使用心得
7
+ - 3、PyQtGraph如何禁止左键,右键,滑轮事件功能
8
+ - 4、使用QScrollArea后添加pg.PlotWidget()不能选择图片尺寸问题。
9
+ - 5、多图共享轴(Difficult)
10
+
11
+ - 目录
File renamed without changes.
Original file line number Diff line number Diff line change @@ -132,15 +132,8 @@ https://pyqt5.com 社区是专门针对PyQt5学习和提升开设的博客网站
132
132
- [ 柱状堆叠图] ( QChart/BarStack.py )
133
133
- [ LineChart自定义xy轴] ( QChart/CustomXYaxis.py )
134
134
- [ ToolTip提示] ( QChart/ToolTip.py )
135
- - [ Qpyqtgraph] ( Qpyqtgraph )
136
- - 正在汇总Demo中,Be continued
137
- - 本章节预告,实际使用中的包pyqtgraph相关BUG,以及解决方案,如有精力会添加相应解决方案的作者
138
- - 1、pyqtgraph右键保存图片功能异常,以及解决防范
139
- - 2、依据pyqtgraph.examples例子的使用心得
140
- - 3、pyqtgraph如何禁止左键,右键,滑轮事件功能
141
- - 4、使用QScrollArea后添加pg.PlotWidget()不能选择图片尺寸问题。
142
- - 5、多图共享轴(Difficult)
143
-
135
+
136
+ - [ PyQtGraph] ( PyQtGraph )
144
137
145
138
- [ Animation] ( QPropertyAnimation )
146
139
- [ 窗口淡入淡出] ( QPropertyAnimation/FadeInOut.py )
You can’t perform that action at this time.
0 commit comments