There is code to show tooltips:
|
QString Item::tooltipRole() const |
But actually qmenuview doesn't show tooltips if not enabled in qmenuview.cpp
setToolTipsVisible(true);
IMO the actual code doesn't add any useful information, and .kdl isn't actually even "Rich Text" afaik.

There is code to show tooltips:
lxqt-clip/src/item.cpp
Line 231 in 7793433
But actually
qmenuviewdoesn't show tooltips if not enabled in qmenuview.cppsetToolTipsVisible(true);IMO the actual code doesn't add any useful information, and .kdl isn't actually even "Rich Text" afaik.