Problem in getting tooltip?
-
wrote on 19 Dec 2011, 12:25 last edited by
In my program after setting the tooltip also i am not getting the tooltip while hovering. What may be the cause of it? This problem i am getting in this particular program only.
-
wrote on 19 Dec 2011, 13:08 last edited by
I now got the problem. The problem was coming due to event filter.
-
wrote on 29 Dec 2011, 12:22 last edited by
Where do you set the tool tip? For some item on widget or else ? Do you use Abstract model or re-implement data method in standard model ?
-
wrote on 30 Dec 2011, 05:42 last edited by
[quote author="Anticross" date="1325161368"]Where do you set the tool tip? For some item on widget or else ? Do you use Abstract model or re-implement data method in standard model ?[/quote]
Actually i was trying to show always the tooltip irrespective of the widget has focus or not. This was possible from the setAttribute function and some code was problem in event filter also.