PyQt import QtWidgets class test(QWidget): def __init__(self): super().__init__() self.setWindowTitle("clase de prueba") layout ...
確定! 回上一頁