[Interest] mousepressevent on qtablewidgetitem

Alex Malyushytskyy alexmalvtk at gmail.com
Fri May 11 22:23:56 CEST 2012


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.roasio at 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 at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest



More information about the Interest mailing list