Results 1 to 2 of 2

Thread: need advice on what to use for image browser with range selection

  1. #1
    Join Date
    Jun 2014
    Posts
    1
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows

    Default need advice on what to use for image browser with range selection

    Hey Guys,

    I need to develop a tool that essentially reads a png image (can do via QImage).
    While doing that, i need to be able to select multiple ranges of columns inside the image, so i can know the distance between the two points.
    that being said, I need to be able to display which pixel the cursor is looking at.
    all of this being said, it needs to be zoom-able and scroll-able.

    I just have no idea what to use. If i could get some pointers, it would be really appreciated

  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: need advice on what to use for image browser with range selection

    Either create a custom widget that will use mouse events for handling user input and paint event for drawing everything you need drawn or use Graphics View framework that allows object-oriented handling of drawing primitives such as images or lines.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


Similar Threads

  1. Replies: 2
    Last Post: 18th June 2011, 07:57
  2. Replies: 3
    Last Post: 20th December 2008, 00:12
  3. Need advice on getting HSI color from an Image
    By ramstormrage in forum Newbie
    Replies: 11
    Last Post: 4th May 2008, 13:26
  4. Replies: 1
    Last Post: 11th September 2007, 07:43
  5. Replies: 14
    Last Post: 9th November 2006, 08:35

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.