Qt 6.11 is out! See what's new in the release
blog
Are QtQuick controls support status messages?
-
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
MouseAreato every controls I would like to describe in status bar?