PDA

View Full Version : mouseTracking



mickey
16th April 2006, 00:42
Hi, I need a function that say me when I am over myWidgetGL and when I move mouse over toolBar or tooBox; I need know when I'm not over myWidgetGL. Does it exist?
Thanks

wysota
16th April 2006, 05:49
You can use QWidget::enterEvent and QWidget::leaveEvent for that.