⚠️ Forum Maintenance: Feb 6th, 8am - 14pm (UTC+2)
Are QtQuick controls support status messages?
-
I can't find any clue how to easily display status messages (on a status bar or custom text item) when mouse hovers over some control (button, spin and so)
-
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?