How to show some description of an Item when mouse is on it (MouseOver)
Solved
QML and Qt Quick
-
Use a tooltip: https://doc.qt.io/qt-5/qml-qtquick-controls2-tooltip.html and tie it's visibility to MouseArea's hover state.