图形视图目录整理

This commit is contained in:
Irony 2018-11-02 17:23:59 +08:00
parent 5a56bab3e3
commit 7c324a1c1a
9 changed files with 18 additions and 20 deletions

View file

@ -31,11 +31,8 @@ encoding//\u5217\u8868/QListWidget/\u81EA\u5B9A\u4E49\u53EF\u62D6\u62FDItem.py=u
encoding//\u52A8\u753B/\u53F3\u952E\u83DC\u5355\u52A8\u753B.py=utf-8
encoding//\u52A8\u753B/\u6309\u94AE\u653E\u5927\u7F29\u5C0F\u52A8\u753B.py=utf-8
encoding//\u52A8\u753B/\u7A97\u53E3\u6DE1\u5165\u6DE1\u51FA.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/ImageView.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/QGraphicsItem/Item\u62D6\u62FD\u6539\u53D8\u5927\u5C0F.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/QGraphicsItem/Item\u79FB\u52A8.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/QGraphicsItem/\u8C03\u6574.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/\u4E16\u754C\u5730\u56FE/WorldMap.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/\u663E\u793A\u56FE\u7247\u53CA\u7F29\u653E.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/\u6DFB\u52A0QWidget.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/\u7B80\u5355\u56FE\u50CF\u5904\u7406/SimpleImagePs.py=utf-8
encoding//\u56FE\u5F62\u89C6\u56FE/\u7B80\u5355\u56FE\u50CF\u5904\u7406/SimpleImageThread.py=utf-8

View file

@ -1,11 +1,12 @@
# QGraphicsView练习例子
### [Python3.4.4 or Python3.5][PyQt5]
### [1.世界地图](世界地图/)
### [2.添加QWidget](添加QWidget.py)
![添加QWidget](ScreenShot/1.png)
### [3.显示图片及缩放](ImageView.py) - 按下小键盘-为缩小, +为放大
![显示图片及缩放](ScreenShot/ImageView.gif)
# 图形视图QGraphicsView
## [1、 世界地图](世界地图/)
![截图](世界地图/ScreenShot/2.png)
## [2、 添加QWidget](添加QWidget.py)
![添加QWidget](ScreenShot/添加QWidget.png)
## [3、 显示图片及缩放](显示图片及缩放.py)
按下小键盘-为缩小, +为放大
![显示图片及缩放](ScreenShot/显示图片及缩放.gif)

View file

Before

Width:  |  Height:  |  Size: 381 KiB

After

Width:  |  Height:  |  Size: 381 KiB

View file

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View file

@ -1,6 +1,6 @@
# 描绘世界地图
# 截图
世界地图-使用Ctrl+滑轮进行放大缩小
![ScreenShot1](ScreenShot/1.png)
# 描绘世界地图
世界地图-使用Ctrl+滑轮进行放大缩小
![ScreenShot1](ScreenShot/1.png)
![ScreenShot2](ScreenShot/1.png)