Are you sure you need mouse press event?
Would listening to void QTableWidget::cellPressed ( int row, int column )
signal help?

If not you can always install event filter, look for
void QObject::installEventFilter ( QObject * filterObj )

Alex

On Tue, May 8, 2012 at 5:10 AM, Riccardo Roasio
<riccardo.roa...@gmail.com> wrote:
> Hi,
>
> i have a qtablewidget populated with qtablewidget items,
> ho can i catch mousepressevent on qtablewidgetitem?
>
> Thanks,
> Riccardo
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to