Hi,

Qt 4.6
openSuSE 11.2

QApplication style set to "plastique" or "oxygen".

I'd like to disable a QPushButton with setEnabled(false). The button is disabled (no clicks are possible), but not grayed-out. Somehow stupid for the user.

With the QQApplication style set to "motiff" the button view slightly changes, but still is not gray-out and looks ugly.

What to do ?

Thanks

me