更新目录结构

This commit is contained in:
Irony 2018-11-02 13:38:42 +08:00
parent 6149ab9b1f
commit bf3eaae68b
31 changed files with 46 additions and 54 deletions

View file

@ -50,14 +50,14 @@ encoding//\u56FE\u7247/\u663E\u793A.9\u683C\u5F0F\u56FE\u7247/\u7EAFpython\u7248
encoding//\u56FE\u7247/\u663E\u793A.9\u683C\u5F0F\u56FE\u7247/\u7EAFpython\u7248\u672C1/testNinePatch.py=utf-8
encoding//\u56FE\u7247/\u663E\u793A.9\u683C\u5F0F\u56FE\u7247/\u7EAFpython\u7248\u672C2/QtNinePatch.py=utf-8
encoding//\u56FE\u7247/\u663E\u793A.9\u683C\u5F0F\u56FE\u7247/\u7EAFpython\u7248\u672C2/testQtNinePatch.py=utf-8
encoding//\u56FE\u8868/PyQtChart\u7EC3\u4E60/ChartView/ChartView.py=utf-8
encoding//\u56FE\u8868/PyQtChart\u7EC3\u4E60/ChartView/ChatWidget.py=utf-8
encoding//\u56FE\u8868/PyQtChart\u7EC3\u4E60/charts/bar/BarStack.py=utf-8
encoding//\u56FE\u8868/PyQtChart\u7EC3\u4E60/charts/line/LineStack.py=utf-8
encoding//\u56FE\u8868/PyQtChart\u7EC3\u4E60/test/LineChart.py=utf-8
encoding//\u56FE\u8868/PyQtChart\u7EC3\u4E60/test/LineChart\u81EA\u5B9A\u4E49xy\u8F74.py=utf-8
encoding//\u56FE\u8868/PyQtChart\u7EC3\u4E60/test/ToolTip.py=utf-8
encoding//\u56FE\u8868/PyQtChart\u7EC3\u4E60/test/ToolTip2.py=utf-8
encoding//\u56FE\u8868/PyQtChart/ChartView/ChartView.py=utf-8
encoding//\u56FE\u8868/PyQtChart/ChartView/ChatWidget.py=utf-8
encoding//\u56FE\u8868/PyQtChart/charts/bar/BarStack.py=utf-8
encoding//\u56FE\u8868/PyQtChart/charts/line/LineStack.py=utf-8
encoding//\u56FE\u8868/PyQtChart/demo/LineChart.py=utf-8
encoding//\u56FE\u8868/PyQtChart/demo/LineChart\u81EA\u5B9A\u4E49xy\u8F74.py=utf-8
encoding//\u56FE\u8868/PyQtChart/demo/ToolTip.py=utf-8
encoding//\u56FE\u8868/PyQtChart/demo/ToolTip2.py=utf-8
encoding//\u591A\u7EBF\u7A0B/moveToThread.py=utf-8
encoding//\u591A\u7EBF\u7A0B/\u7EE7\u627FQThread.py=utf-8
encoding//\u591A\u9875\u9762/QScrollArea/\u4EFFQQ\u8BBE\u7F6E\u9762\u677F/SettingUi.py=utf-8

View file

Before

Width:  |  Height:  |  Size: 97 KiB

After

Width:  |  Height:  |  Size: 97 KiB

View file

Before

Width:  |  Height:  |  Size: 325 KiB

After

Width:  |  Height:  |  Size: 325 KiB

View file

Before

Width:  |  Height:  |  Size: 327 KiB

After

Width:  |  Height:  |  Size: 327 KiB

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View file

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

View file

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 204 KiB

View file

@ -1,11 +0,0 @@
# PyQtChart练习
[百度 echarts 折线图demo](http://echarts.baidu.com/examples.html#chart-type-line)
### [Python3.5 or latter][PyQt5 PyQtChart]
### [1.折线图](line/)
- [1.1 折线图堆叠](line/LineStack.py)
### [2.柱状图](bar/)
- [2.1 柱状图堆叠](bar/BarStack.py)

View file

@ -1,5 +0,0 @@
# 折线图
### [1.柱状图堆叠](BarStack.py)
like [bar-stack](http://echarts.baidu.com/demo.html#bar-stack)
![柱状图堆叠](ScreenShot/BarStack.gif)

View file

@ -1,5 +0,0 @@
# 折线图
### [1.折线图堆叠](LineStack.py)
like [line-stack](http://echarts.baidu.com/demo.html#line-stack)
![折线图堆叠](ScreenShot/LineStack.gif)

View file

@ -1,13 +0,0 @@
# PyQtChart练习-测试
### [1.LineChart](LineChart.py)
![LineChart](ScreenShot/1.png)
### [2.LineChart自定义xy轴](LineChart自定义xy轴.py)
![LineChart](ScreenShot/2.png)
### [3.QChart ToolTip](ToolTip.py)
![QChart ToolTip](ScreenShot/3.gif)
### [4.QChart ToolTip 鼠标跟随](ToolTip2.py)
![QChart ToolTip 鼠标跟随](ScreenShot/4.gif)

22
图表/README.md Normal file
View file

@ -0,0 +1,22 @@
# 图表
## [1、PyQtChart](PyQtChart/)
### 1. [折线图](PyQtChart/charts/line/LineStack.py)
仿照 [line-stack](http://echarts.baidu.com/demo.html#line-stack)
![截图](PyQtChart/charts/line/ScreenShot/LineStack.gif)
### 2. [柱状图](PyQtChart/charts/bar/BarStack.py)
仿照 [bar-stack](http://echarts.baidu.com/demo.html#bar-stack)
![截图](PyQtChart/charts/bar/ScreenShot/BarStack.gif)
### 3. [LineChart](PyQtChart/demo/LineChart.py)
![截图](PyQtChart/demo/ScreenShot/LineChart.png)
### 4. [LineChart自定义xy轴](PyQtChart/demo/LineChart自定义xy轴.py)
![截图](PyQtChart/demo/ScreenShot/LineChart自定义xy轴.png)
### 5. [ToolTip提示](PyQtChart/demo/ToolTip.py)
![截图](PyQtChart/demo/ScreenShot/ToolTip.gif)

View file

@ -1,8 +0,0 @@
# 通过json数据生成QTreeWidget树形结构
### [Python3.4.4 or Python3.5][PyQt5]
emmmmmm,原理就是那样,,解析每一层json数据中的list,美化就不想弄了.
# 截图
![截图1](ScreenShot/1.png)

8
树结构/README.md Normal file
View file

@ -0,0 +1,8 @@
# 树结构
## [1、QTreeWidget](QTreeWidget/)
### 1.通过json数据生成树形结构
emmmmmm,原理就是那样,,解析每一层json数据中的list,美化就不想弄了.
![截图](QTreeWidget/Json生成QTreeWidget/ScreenShot/Json生成树形结构.png)

View file

Before

Width:  |  Height:  |  Size: 471 KiB

After

Width:  |  Height:  |  Size: 471 KiB

View file

@ -1,4 +0,0 @@
# QTextEdit mergeCurrentCharFormat函数
![1](ScreenShot/1.gif)

8
输入框/README.md Normal file
View file

@ -0,0 +1,8 @@
# 输入框
## [1、QTextEdit](QTextEdit/)
### 1. [文本查找高亮](QTextEdit/简单查找文字并高亮.py)
主要用到`mergeCurrentCharFormat`函数
![截图](QTextEdit/ScreenShot/简单查找文字并高亮.gif)