Results 1 to 2 of 2

Thread: Qt support Map display?

  1. #1
    Join Date
    Mar 2008
    Posts
    68
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Qt support Map display?

    I am suppose to display MAP, which can be any one of the following formats:
    DGN, TIFF and DTED Level 0
    with zoom, pan facilities.
    Is there any specific class of Qt, which helps me out in this?

    Looking forward to your response>>

  2. #2
    Join Date
    Dec 2006
    Location
    San Antonio, TX
    Posts
    9
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt support Map display?

    TIFF is supported by the QImageReader and QImageWriter class.

    Ref: http://doc.trolltech.com/4.3/qimager...edImageFormats

    Ref: http://doc.trolltech.com/4.3/qimagew...edImageFormats

    I loaded a tif image and zoom in/out with the example program:
    ref: http://doc.trolltech.com/4.3/widgets-imageviewer.html

    Probably other examples programs will allow you to load/save if available.

    Hope this helps.

Similar Threads

  1. Visual Studio 2005 Express
    By Muzz in forum Installation and Deployment
    Replies: 22
    Last Post: 6th November 2008, 06:21
  2. Access to PostgreSQL DB on a linux server
    By rmagro in forum Qt Programming
    Replies: 28
    Last Post: 13th March 2008, 09:02
  3. Qt 4.4.0 make problem
    By MarkoSan in forum Installation and Deployment
    Replies: 24
    Last Post: 22nd January 2008, 17:58
  4. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  5. Compile QT4.2.2 with MySQL on Mac OS
    By asd in forum Installation and Deployment
    Replies: 7
    Last Post: 12th February 2007, 14:50

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.