Is it possible to set tooltip to a specific table item
Solved
General and Desktop
-
i have a table with 4 cells. i want to set a tooltip to the bottom right corner
is it possible to set a tooltip to a specific table item ?
-
Are you using TableView or TableWdiget for the display ?
-
I am using customized class.
I already got the solution. I have a method that takes tooltip, i was unaware of it.thank you @dheerendra @VRonin
-
@Pou-Lin-Chang
can u share the solution, alternative ones, which would be useful.Thanks,
-
@Pradeep-Kumar
Actually im using a custom class in which i have added a method that accepts a tooltip and a text string. Through this method i was able to achieve my desired output.