Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi to all,i want to create Qwhatsthis funtionality to Qgraphicsrectitems..some one suggest me is it possible?and suggest some ideas to implement.
Hi,
Yes it's possible.
Detect when the mouse is over an object (QGraphicsItem::acceptHoverEvents) Get the location of the mouse. Display a "What's this" object at position of the mouse.
Hope that helps.