I've a QPushBUtton

i want to change the button color so i use a simple stylesheet

setStyleSheet("QPushButton { background-color: red; color: black;}");

The button is now red and text black, but it is became FLAT !!! So no, border and simple 3d effect like the standard button..

Why this ?