def initUI(self): self.scroll = QScrollArea() # Scroll Area which contains the widgets, set as the centralWidget self.widget = QWidget() ...
確定! 回上一頁