Thank you!
It was not that difficult as I thought first .

How I did it:

app = QtGui.QApplication(sys.argv)
#QCleanlooksStyle
app.setStyle('cleanlooks')

And that makes the trick that I was looking for.