Hi,

I'd like to create custom buttons.
for example: I've got 2 buttons and I want them different.

How can I do this?

I read the Qt Style Sheets Examples, and there is an example
QPushButton#evilButton { background-color: red }

I guess the evilButton is the name of the QPushButton, but if I create a QPushButton:

for example: QPushButton *hidePreferences;
I can't customize it with the QPushButton#hidePreferences reference.

How can I do this?

giotto