[Interest] mousepressevent on qtablewidgetitem

Riccardo Roasio riccardo.roasio at gmail.com
Mon May 14 10:19:21 CEST 2012


I will check!

Thanks

2012/5/11 Alex Malyushytskyy <alexmalvtk at gmail.com>:
> 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
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest



More information about the Interest mailing list