Is there any method to show tip when mouse hovering over label
Solved
General and Desktop
-
What I want is like this picture.
-
@chris_rookie
AllQWidget
s, therefore includingQLabel
, inherit https://doc.qt.io/qt-5/qwidget.html#toolTip-prop. It will not have the "bubble" in your picture, but have you started from there? -
@chris_rookie
One possibility might be to follow the pattern in https://stackoverflow.com/questions/17221621/how-to-set-qt-tooltip-width. A more complex discussion is in https://stackoverflow.com/questions/4795757/is-there-a-better-way-to-wordwrap-text-in-qtooltip-than-just-using-regexp.