Qt catch enterEvent on ui elements
Unsolved
General and Desktop
-
wrote on 1 May 2021, 15:56 last edited by
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.
1/2