from PyQt5 import QtCore, QtWidgets import sys class ASWidget(QtWidgets.QAbstractScrollArea): def __init__(self, height, parent=None): ...
確定! 回上一頁