PyQt/QGraphicsView练习/README.md

12 lines
342 B
Markdown
Raw Normal View History

2017-12-24 02:16:55 +08:00
# QGraphicsView练习例子
### [Python3.4.4 or Python3.5][PyQt5]
2017-12-26 23:29:01 +08:00
### [1.世界地图](世界地图/)
2017-12-24 02:16:55 +08:00
2017-12-26 23:29:01 +08:00
### [2.添加QWidget](添加QWidget.py)
![添加QWidget](ScreenShot/1.png)
2017-12-24 02:16:55 +08:00
2017-12-26 23:29:01 +08:00
### [3.QChart ToolTip](QChartToolTipTest.py)
more like [line-stack](http://echarts.baidu.com/demo.html#line-stack)
![QChart ToolTip](ScreenShot/2.gif)