PDA

View Full Version : How to Zip/Unzip with QT for symbian???



baka3k
16th June 2011, 04:07
Hi, every one!
I developing an application for Symbian with QT for symbian
I want zip many file in my APP then unzip to memory card when my APP install to mobile
Did QT support this?

Santosh Reddy
16th June 2011, 05:11
You can use QByteArray::qCompress ( const QByteArray & data, int compressionLevel = -1 ) and QByteArray::qUncompress ( const QByteArray & data )

baka3k
22nd June 2011, 09:24
thank Santosh Reddy!
I use OSDaB, this greated ^^!
nice day!