update site

This commit is contained in:
Irony 2018-09-25 23:20:03 +08:00
parent 7d0a51c98d
commit c2e0d0c7a5
57 changed files with 2565 additions and 2545 deletions

View file

@ -96,6 +96,7 @@ encoding//\u754C\u9762\u7F8E\u5316/\u5404\u7C7B\u8FDB\u5EA6\u6761/MetroLineProgr
encoding//\u754C\u9762\u7F8E\u5316/\u5404\u7C7B\u8FDB\u5EA6\u6761/PercentProgressBar.py=utf-8
encoding//\u754C\u9762\u7F8E\u5316/\u6C34\u6CE2\u7EB9\u8FDB\u5EA6\u6761/ProgressBar.py=utf-8
encoding//\u754C\u9762\u7F8E\u5316/\u6C34\u6CE2\u7EB9\u8FDB\u5EA6\u6761/TestWidget.py=utf-8
encoding//\u754C\u9762\u7F8E\u5316/\u8FB9\u6846\u52A8\u753B\u9634\u5F71/AnimationShadowEffect.py=utf-8
encoding//\u7A0B\u5E8F\u91CD\u542F/AutoRestart.py=utf-8
encoding//\u7A97\u53E3\u91CD\u542F/RestartMainWindow.py=utf-8
encoding//\u7B80\u5355\u7684\u7A97\u53E3\u8D34\u8FB9\u9690\u85CF/WeltHideWindow.py=utf-8

View file

@ -4,7 +4,7 @@
'''
Created on 2017年4月6日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: TableView
@description:

View file

@ -3,7 +3,7 @@
# Created on 2018年5月6日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file:
# description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年4月8日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file:
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年3月23日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: ImageView
@description: 图片查看

View file

@ -4,7 +4,7 @@
"""
Created on 2018年7月26日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: QGraphicsView练习.QGraphicsItem.Item移动
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年7月26日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: QGraphicsView练习.QGraphicsItem.Item移动
@description:

View file

@ -3,7 +3,7 @@
# Created on 2018年7月26日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: QGraphicsView练习.QGraphicsItem.ttt
# description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年3月24日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: SimpleImagePs
@description: 图片查看

View file

@ -4,7 +4,7 @@ from PyQt5.QtCore import QObject
# Created on 2018年3月26日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: QGraphicsView练习.简单图像处理.SimpleImageThread
# description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年3月24日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: SimpleImageView
@description: 图片视图

View file

@ -8,7 +8,7 @@ from PyQt5.QtWidgets import QListView, QWidget, QHBoxLayout, QLineEdit,\
# Created on 2018年8月4日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: QListView.显示自定义Widget
# description:

View file

@ -12,7 +12,7 @@ from PyQt5.QtWidgets import QWidget, QVBoxLayout, QPushButton, QListView,\
# Created on 2018年8月4日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: QListView.显示自定义Widget并排序
# description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年9月14日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: DragListWidget
@description:

View file

@ -8,7 +8,7 @@ import res_rc # @UnresolvedImport @UnusedImport
# Created on 2018年5月1日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: QRC资源文件使用.textread
# description:

View file

@ -1,5 +1,7 @@
# 各种各样的PyQt测试和例子
# [博客](https://pyqt5.com)
### [Python.4 or Python][PyQt5]
### I、 项目型

View file

@ -7,7 +7,7 @@ from SettingUi import Ui_Setting # @UnresolvedImport
# Created on 2018年3月28日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: 仿QQ设置面板.Window
# description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年3月21日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: Splitter
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年8月22日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: 动画特效.右键菜单动画
@description:

View file

@ -6,7 +6,7 @@ from PyQt5.QtWidgets import QWidget, QVBoxLayout, QPushButton
# Created on 2018年6月14日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: 动画特效.淡入淡出
# description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年3月30日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: 单实例应用.Application
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年3月30日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: TestQSharedMemory
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年3月30日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: TestQSingleApplication
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年3月30日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: WindowNotify
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年3月9日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: inheritQThread
@description: 继承QThread

View file

@ -4,7 +4,7 @@
"""
Created on 2018年3月9日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: moveToThread
@description: moveToThread

View file

@ -10,7 +10,7 @@ from win32process import SuspendThread, ResumeThread
# Created on 2018年3月13日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: 多线程使用.a
# description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年3月30日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: FontAwesome
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年3月30日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: TestFontAwesome
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年3月30日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: TestFontRoboto
@description:

View file

@ -10,7 +10,7 @@ from PyQt5.QtWidgets import QWidget, QListWidget, QStackedWidget, QHBoxLayout,\
# Created on 2018年5月29日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: LeftTabWidget
# description:

View file

@ -8,7 +8,7 @@ import win32gui
# Created on 2018年6月8日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: 简单探测窗口和放大截图
# description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年5月15日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: 数据库查询显示表格.main
@description:

View file

@ -8,7 +8,7 @@ from PyQt5.QtWidgets import QWidget, QVBoxLayout, QHBoxLayout, QLabel,\
# Created on 2018年4月30日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: FramelessWindow
# description:

View file

@ -8,7 +8,7 @@ from FramelessWindow import FramelessWindow # @UnresolvedImport
# Created on 2018年4月30日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: Test
# description:

View file

@ -13,7 +13,7 @@ import win32gui
# Created on 2018年8月2日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: win无边框调整大小
# description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年4月6日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: DreamTree
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年6月22日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: MessageBox
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年9月9日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: Notification
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年5月15日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: PaintQSlider
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年5月15日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: QssQSlider
@description: 通过QSS美化QSlider

View file

@ -4,7 +4,7 @@
"""
Created on 2018年9月4日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: 界面美化.圆形进度条.CircleProgressBar
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年9月日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: MetroCircleProgress
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年9月5日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: MetroLineProgress
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年9月4日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: 界面美化.各类进度条.PercentProgressBar
@description:

View file

@ -3,7 +3,7 @@
# Created on 2018年4月1日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: ProgressBar
# description:

View file

@ -3,7 +3,7 @@
# Created on 2018年4月1日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: TestWidget
# description:

View file

@ -0,0 +1,17 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
Created on 2018年9月25日
@author: Irony
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: AnimationShadowEffect
@description: 边框动画阴影动画
"""
__Author__ = """By: Irony
QQ: 892768447
Email: 892768447@qq.com"""
__Copyright__ = 'Copyright (c) 2018 Irony'
__Version__ = 1.0

View file

@ -4,7 +4,7 @@
'''
Created on 2017年3月31日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: AutoRestart
@description:

View file

@ -4,7 +4,7 @@
"""
Created on 2018年3月1日
@author: Irony
@site: https://github.com/892768447
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: WeltHideWindow
@description:

View file

@ -9,7 +9,7 @@ from PyQt5.QtWidgets import QWidget
# Created on 2018年4月18日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: ControlCar
# description:

View file

@ -19,7 +19,7 @@ except:
# Created on 2018年4月18日
# author: Irony
# site: https://github.com/892768447
# site: https://pyqt5.com, https://github.com/892768447
# email: 892768447@qq.com
# file: server
# description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年5月7日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: 自动更新.mylibs.testlibs
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年5月7日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: 自动更新.test
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年4月12日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: 自定义属性测试
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年4月6日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: TableView
@description:

View file

@ -4,7 +4,7 @@
'''
Created on 2017年4月5日
@author: Irony."[讽刺]
@site: alyl.vip, orzorz.vip, irony.coding.me , irony.iask.in , mzone.iask.in
@site: https://pyqt5.com, https://github.com/892768447
@email: 892768447@qq.com
@file: widgets.WidgetCode
@description: