On 19 Dec 2013, at 03:30, Nicolás Alvarez <[email protected]> wrote: > That would break many use cases, such as QSpinBox, which performs an > action on every press (not release) and doesn't care about double > click events.
No it wouldn’t. The default implementation of mouseDoubleClickEvent() calls mousePressEvent(). Andreas
_______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
