Questions tagged [qtooltip]

QToolTip is a class from the Qt Toolkit which provides tool tips (balloon help) for any widget.

Documentation can be found here (Qt4) and here (Qt5).

16 questions
0
votes
0 answers

How to show my window along with the QToolTip widget?

I would like to show my window along with, on the side of QToolTip, when it is shown on request with QToolTip::showText(). QToolTip class has the hideText method, but it also hides by itself, and there doesn't seem to be a signal to tell the app…
Flying Jay
  • 179
  • 1
  • 2
  • 10
1
2