Qt catch enterEvent on ui elements
-
i have this
ui->frameDeviceMenu
QFrame in my App that i want to catch when the mouse hover over (enter and leave) that saidui->frameDeviceMenu
but how do i do that?
-
Hi,
Either created your own subclass and use the promotion feature of Designer or use an event filter.