Results 1 to 6 of 6

Thread: Does Qt support zip file.

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2009
    Posts
    12
    Thanks
    3

    Question Does Qt support zip file.

    hi all
    I'm new to Qt. y question is does Qt SDK support zip file? I have checked out the API reference, and didn't see any class that can do about it. thank you

  2. #2
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Does Qt support zip file.

    I dont think Qt has classes for it.
    But you can always use other libraries with Qt..isnt it ?

  3. The following user says thank you to aamer4yu for this useful post:

    coco (3rd December 2009)

  4. #3
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Does Qt support zip file.

    Quote Originally Posted by coco View Post
    hi all
    I'm new to Qt. y question is does Qt SDK support zip file? I have checked out the API reference, and didn't see any class that can do about it. thank you
    Use ZLIB.
    You can also use Qt wrapper of archiving lib i.e. QUAZIP.

  5. The following user says thank you to yogeshgokul for this useful post:

    coco (3rd December 2009)

  6. #4
    Join Date
    Dec 2009
    Posts
    12
    Thanks
    3

    Default Re: Does Qt support zip file.

    I checked the latest QUAZIP (quazip-0-2-3 ). but unfortunately, it seems not supporting Qt on Symbian. and neither does the zlib.

  7. #5
    Join Date
    Dec 2007
    Posts
    628
    Thanks
    3
    Thanked 89 Times in 87 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Does Qt support zip file.

    Quote Originally Posted by coco View Post
    I checked the latest QUAZIP (quazip-0-2-3 ). but unfortunately, it seems not supporting Qt on Symbian. and neither does the zlib.
    1. Use Symbian/S60 SDK functionality.
    2. Search for another C/C++ archive library for symbian. You should get it easily.
    3. Create your own archiving library in Qt.

  8. #6
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Does Qt support zip file.

    See the Zip_Compression_Library from Symbian: http://library.forum.nokia.com/topic...ary/index.html

Similar Threads

  1. Qt/X11 source-distro apps corrupting KDE Desktop background
    By wdezell in forum Installation and Deployment
    Replies: 5
    Last Post: 23rd July 2009, 21:10
  2. Qt-4.4.0 installation error in linux
    By babu198649 in forum Installation and Deployment
    Replies: 4
    Last Post: 27th May 2008, 14:35
  3. qt-3.3.8 fail in scratchbox
    By nass in forum Installation and Deployment
    Replies: 0
    Last Post: 25th May 2007, 15:21
  4. Support for File Mapped Memory?
    By Jachyra in forum Qt Programming
    Replies: 8
    Last Post: 5th February 2007, 12:44
  5. is the Qtopia support animated GIF file...
    By ethos0714 in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 23rd February 2006, 11:26

Tags for this Thread

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.