Update 03-02-01-01

This commit is contained in:
muzing 2022-06-08 17:46:08 +08:00
parent daa44341d7
commit 597a2d8ec2

View File

@ -4,6 +4,9 @@ from PySide6 import QtWidgets, QtGui
"""
QAbstractButton 按钮控件的基类
官方文档https://doc.qt.io/qtforpython/PySide6/QtWidgets/QAbstractButton.html
1. 提供按钮类通用的方法如设置文字图标被点击键盘快捷键等
2. 自身不能被实例化子类可以被实例化
3. QPushButtonQRadioButtonQCheckBox 等类继承