I have a QDialog ,and I add three QWidget to the QDialog,
and I add some QPushButton and QAction to the QWidget,
now I want to get the name of QPushButton where the mouse curser is.
I used childeAt(event->pos()) at mouseMoveEvent(),But i just get the QWidget name ,i can't get the name of the QPushwButton.
Bookmarks