Use a Qt layout: class RealMainWindow(QMainWindow): def __init__(self, parent=None): super().__init__(parent) self.
確定! 回上一頁