PDA

View Full Version : mousehover event in QTreeWidgetItem



moh.gup@gmail.com
27th March 2010, 07:09
Hi,
I want to implement mousehover in QTreeWidgetItem.Foer example in gtalk when we mouseover in any friends name then details come in a side dilog.
Any idea how to implement it

Lykurg
27th March 2010, 07:27
Just use normal signal and slots: QTreeWidget::itemEntered().

moh.gup@gmail.com
29th March 2010, 07:20
Thanks this solve my problem