Skip to content

Commit 97909c3

Browse files
committed
update
1 parent 3dc4b85 commit 97909c3

File tree

92 files changed

+550
-1442
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+550
-1442
lines changed

.idea/PyQt.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Animation/README.en.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

QChart/BarStack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''
55
Created on 2017年12月28日
66
@author: Irony."[讽刺]
7-
@site: http://alyl.vip, http://orzorz.vip, https://coding.net/u/892768447, https://github.com/892768447
7+
@site: https://pyqt5.com https://github.com/892768447
88
99
@file: charts.bar.BarStack
1010
@description: like http://echarts.baidu.com/demo.html#bar-stack

QChart/LineStack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''
55
Created on 2017年12月28日
66
@author: Irony."[讽刺]
7-
@site: http://alyl.vip, http://orzorz.vip, https://coding.net/u/892768447, https://github.com/892768447
7+
@site: https://pyqt5.com https://github.com/892768447
88
99
@file: charts.line.LineStack
1010
@description: like http://echarts.baidu.com/demo.html#line-stack

QChart/ToolTip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''
55
Created on 2017年12月23日
66
@author: Irony."[讽刺]
7-
@site: http://alyl.vip, http://orzorz.vip, https://coding.net/u/892768447, https://github.com/892768447
7+
@site: https://pyqt5.com https://github.com/892768447
88
99
@file: ToolTip
1010
@description:

QChart/ToolTip2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''
55
Created on 2017年12月23日
66
@author: Irony."[讽刺]
7-
@site: http://alyl.vip, http://orzorz.vip, https://coding.net/u/892768447, https://github.com/892768447
7+
@site: https://pyqt5.com https://github.com/892768447
88
99
@file: ToolTip2
1010
@description:

QComboBox/CityLinkage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55
Created on 2018年1月27日
66
@author: Irony."[讽刺]
7-
@site: http://alyl.vip, http://orzorz.vip, https://coding.net/u/892768447, https://github.com/892768447
7+
@site: https://pyqt5.com https://github.com/892768447
88
99
@file: CityLinkage
1010
@description: 下拉联动

QFlowLayout/HotPlaylist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'''
55
Created on 2018年2月4日
66
@author: Irony."[讽刺]
7-
@site: http://alyl.vip, http://orzorz.vip, https://coding.net/u/892768447, https://github.com/892768447
7+
@site: https://pyqt5.com https://github.com/892768447
88
99
@file: TencentMovieHotPlay_Flow
1010
@description:

图形视图/添加QWidget.py renamed to QGraphicsView/AddQWidget.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#!/usr/bin/env python
22
# -*- coding: utf-8 -*-
33

4-
'''
4+
"""
55
Created on 2017年12月23日
66
@author: Irony."[讽刺]
7-
@site: http://alyl.vip, http://orzorz.vip, https://coding.net/u/892768447, https://github.com/892768447
7+
@site: https://pyqt5.com https://github.com/892768447
88
9-
@file: 添加QWidget
9+
@file: AddQWidget
1010
@description:
11-
'''
11+
"""
1212
import sys
1313

1414
from PyQt5.QtCore import Qt

0 commit comments

Comments
 (0)