Results 1 to 7 of 7

Thread: Navigation purpose

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2011
    Posts
    35
    Thanks
    13
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Navigation purpose

    please NEED helping hand in this topic

  2. #2
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Navigation purpose

    If your using a Qt class to display the image then that class will mostly likely inherit QWidget and so will receive mouse movements and mouse buttons like all other widgets, so you can just subclass the object or implement an event listener on it. It really depends on what you want to do, maybe the ideal thing would be to create something like a ImageMap class that inherits from QImage for better encapsulation.

Similar Threads

  1. Replies: 12
    Last Post: 6th October 2009, 10:27
  2. How to make a general purpose storage class?
    By khikho in forum Qt Programming
    Replies: 1
    Last Post: 3rd February 2009, 23:16
  3. Navigation bar similar to Dolphin
    By dentharg in forum Qt Programming
    Replies: 1
    Last Post: 12th January 2009, 13:25
  4. GraphicsScene navigation widget
    By EricTheFruitbat in forum Qt Programming
    Replies: 4
    Last Post: 2nd April 2007, 22:11
  5. Tab navigation and QListWidget
    By Arthur in forum Qt Programming
    Replies: 5
    Last Post: 9th March 2007, 19:07

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
  •  
Qt is a trademark of The Qt Company.