from PySide2.QtWidgets import * class Window: def __init__(self): self.win = QMainWindow() self.win.resize(500, 400) self.win.move(700, ...
確定! 回上一頁