Hi
i am beginer in Qt programming

i want to whe i put my mose on an object in the screen it show me his name
for example : i have two shepe in my scene an each object has name
object1.name
object2.name
or has index(num)
object1.index
object2.index

i want when i put my mouse on the object1 i see his name (in label or in onother thing) , is it possible to do tat in qt ? and how i do that ?