#!/usr/bin/env python # -*- coding: utf-8 -*- from PyQt5.QtCore import QObject # Created on 2018年3月26日 # author: Irony # site: https://github.com/892768447 # email: 892768447@qq.com # file: QGraphicsView练习.简单图像处理.SimpleImageThread # description: __Author__ = """By: Irony QQ: 892768447 Email: 892768447@qq.com""" __Copyright__ = 'Copyright (c) 2018 Irony' __Version__ = 1.0 class ToGrey(QObject): pass