PDA

View Full Version : Does Qt support zip file.



coco
3rd December 2009, 03:33
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

aamer4yu
3rd December 2009, 04:28
I dont think Qt has classes for it.
But you can always use other libraries with Qt..isnt it ?

yogeshgokul
3rd December 2009, 04:43
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 (http://www.zlib.net/).
You can also use Qt wrapper of archiving lib i.e. QUAZIP (http://quazip.sourceforge.net/).

coco
3rd December 2009, 06:35
I checked the latest QUAZIP (quazip-0-2-3 ). but unfortunately, it seems not supporting Qt on Symbian. and neither does the zlib.

yogeshgokul
3rd December 2009, 08:58
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.

Lykurg
3rd December 2009, 09:06
See the Zip_Compression_Library from Symbian: http://library.forum.nokia.com/topic/S60_5th_Edition_Cpp_Developers_Library/GUID-35228542-8C95-4849-A73F-2B4F082F0C44/sdk/doc_source/reference/reference-cpp/Zip_Compression_Library/index.html