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.


Reply With Quote

It toggles between checked and unchecked if you make it checkable... Why do you want the dialog to handle that?

Bookmarks