Results 1 to 2 of 2

Thread: Zip module for Qt

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2008
    Posts
    35
    Thanks
    13
    Thanked 2 Times in 2 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Zip module for Qt

    I am trying to create a file format for use with my collection organizer project and have decided to use a structure which includes couple of xml files and a folder for images in a zip file. What i want to find figure out is what would be the best way to

    1. Unzip file into temp folder for working on open
    2. Zip the file on save
    3. delete temp folder on close() signal
    4. IMPORTANT PART is that the structure of the folder must remain intact no temp folder names or such should be included in the zip file

    I tried using QProcess, but it was very buggy (for me), so just deleted it. also tried the qCompress, but that only does the file and not the whole folder.

    Thanks Guys

  2. #2
    Join Date
    Mar 2008
    Location
    Kraków, Poland
    Posts
    1,536
    Thanked 284 Times in 279 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Zip module for Qt

    We are using QuaZIP

  3. The following 2 users say thank you to Lesiok for this useful post:

    arpspatel (28th October 2009), JohannesMunk (28th October 2009)

Similar Threads

  1. Replies: 0
    Last Post: 26th April 2009, 17:55
  2. Qt 4.4.0 Help Module : Search not working
    By Ankitha Varsha in forum Qt Programming
    Replies: 0
    Last Post: 22nd May 2008, 08:45
  3. Font differences and how to mitigate
    By PrimeCP in forum Qt Programming
    Replies: 7
    Last Post: 23rd July 2007, 22:55
  4. Can I use the Sql Module without chanage .pro file?
    By fengtian.we in forum Qt Programming
    Replies: 9
    Last Post: 21st May 2007, 10:59
  5. Module to process application parameters
    By Opilki_Inside in forum General Programming
    Replies: 4
    Last Post: 8th February 2007, 23:26

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.