I have some disabled controls that I want to emit a signal when they are clicked. The typical use is a QLineEdit which in some modes can be edited, and in others not. Clicking on it when disabled gives the use a prompt which allows them to enable the editing.

How can I get a mouse press event when the control is disabled?

Alternately, how can I make it just look disabled (not just read-only)?