Read about QObject::installEventFilter. or QWidget::event.
Then check the event type. It must be QEvent::Tooltip. When that condition is met, show your custom widget and return true to indicate that the event was processed.
Read about QObject::installEventFilter. or QWidget::event.
Then check the event type. It must be QEvent::Tooltip. When that condition is met, show your custom widget and return true to indicate that the event was processed.
Bookmarks