Results 1 to 3 of 3

Thread: Is there an HTML-style ImageMap available

  1. #1
    Join Date
    Mar 2006
    Posts
    17
    Thanks
    2
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Is there an HTML-style ImageMap available

    As above, does an html style image map class exist for Qt (either 3 or 4), or would I have to implement my own ?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: Is there an HTML-style ImageMap available

    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.

  3. #3
    Join Date
    Mar 2006
    Posts
    17
    Thanks
    2
    Qt products
    Qt3 Qt/Embedded
    Platforms
    Unix/X11

    Default Re: Is there an HTML-style ImageMap available

    I meant the former. I figured as much.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.