Button hover action
Solved
General and Desktop
-
@Dy3zz
I don't know why you want aQTextEdit
for hovering, but before you write code to reinvent the wheel have you seen that anyQWidget
has any ofstatusTip()
,toolTip()
andwhatsThis()
available? The last one is intended to be multiline/formatted, e.g. the picture in https://doc.qt.io/qt-5/qwhatsthis.html#details.Otherwise some approach like @Mitsuriou's.
-
@Dy3zz
I don't know why you want aQTextEdit
for hovering, but before you write code to reinvent the wheel have you seen that anyQWidget
has any ofstatusTip()
,toolTip()
andwhatsThis()
available? The last one is intended to be multiline/formatted, e.g. the picture in https://doc.qt.io/qt-5/qwhatsthis.html#details.Otherwise some approach like @Mitsuriou's.