Popup Message
General and Desktop
4
Posts
3
Posters
3.4k
Views
1
Watching
The obvious reason is QToolTip::showText().
Alternatives might be a simple QLabel (probably manually positioned within the parent widget), a non-modal / modal Qt::FramelessWindowHint Qt::WindowStaysOnTopHint dialog or a QStatusBar.
You can create a frameless QWidget and show it yourself. A quick search should point you in the right direction.
Software Engineer
My views and opinions do not necessarily reflect those of anyone -- living or dead, real or fictional -- in this universe or any other similar multiverse node. Void where prohibited. Your mileage may vary. Caveat emptor.