Im trying to do simple audio player, but I want use a image(icon) as a pushbutton.
Another option is to use stylesheets. Something like:
from PyQt4 import QtCore, QtGui import os ... path = os.getcwd() self.myButton.setStyleSheet("background-image: url(" + path + "/myImage.png);")