Are QtQuick controls support status messages?
Unsolved
QML and Qt Quick
-
You can use Applicationwindow status bar or create own component with text in it. Use visibility flag to show or hide based on mousearea hover property.
-
Thanks @dheerendra
Shall I add
MouseArea
to every controls I would like to describe in status bar?