PDA

View Full Version : Is there an HTML-style ImageMap available



importantman
26th May 2007, 19:02
As above, does an html style image map class exist for Qt (either 3 or 4), or would I have to implement my own ?

wysota
27th May 2007, 00:08
But you only want the map or the html as well? If the former, then it should be easy to implement it by overriding mouseReleaseEvent of the widget and comparing the cursor position against a set of defined regions.

importantman
27th May 2007, 06:50
I meant the former. I figured as much.