self.loading = QLabel() # create the QLabel self.layout.addWidget(self.loading) # add it to our layout movie = QMovie("myGifLoading.gif") # Create a QMovie ...
確定! 回上一頁