Hi All,
i see in QTreeWidget doc an itemEntered signal but no itemLeaved signal seems to be present how could i achieve this behaviour ?
I need to know how long the mouse pointer is on a item before moving to another one or leave the treewidget so i was thinking that a leaveItem signal should helps in this. Any ideas ?
Thanks in advance


Reply With Quote

You will leave an item when you enter some other item as items do not overlap.


Bookmarks