PhyCharm + python3.7 + pyside2 学习笔记(3)QWidget继承关系

PhyCharm + python3.7 + pyside2 学习笔记(3)QWidget继承关系

父类

QCore.QObject

The QObject class is the base class of all Qt objects.
QObjec所有Qt类的基类

QtGui.QPaintDevice

Constructs a paint device. This constructor can be invoked only from subclasses of QPaintDevice .
绘图的基类

子类

按照官方15.5.0文档中的继承关系整理出来的
主要分为: 窗口、操作控件、输入控件、显示控件 几类
PhyCharm + python3.7 + pyside2 学习笔记(3)QWidget继承关系