Assuming pyqt supports gif pictures, this should work icon = QtGui.QPixmap('add.gif') button = QtGui.QPushButton() button.setIcon(icon).
確定! 回上一頁