Example: how to make a loading gif in pyqt5 self.loading = QLabel() # create the QLabel self.layout.addWidget(self.loading) # add it to our layout movie ...
確定! 回上一頁