Something that's irritating me slightly:
In an application I'm writing, I've subclassed QPushButton to add a mouseMoved() signal. However, there's a tiny border around the edge of the button, about a pixel on every side, where the mouse doesn't trigger QPushButton::mouseMoveEvent(); yet, if the user clicks, clicked() and friends are emitted. Is there any way around this?