Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. What is the fastest implementation to compress and decompress files under QML?
Forum Updated to NodeBB v4.3 + New Features

What is the fastest implementation to compress and decompress files under QML?

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 3 Posters 3.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    GentooXativa
    wrote on last edited by
    #1

    Well, i was looking around and didnt find a clue to extract any kind of compressed files with Qt, i tryed differents solutions but none of them work, QuaZip and QMLArsenal.

    Any idea?

    Jose Vicente Giner Sanchez - Senior Mobile Developer

    www.gigigo.com

    C/ Dr. Zamenhof 36bis, 1ºA 28027 Madrid
    T: +34 917431436

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      Hi,

      which type of files did you try to extract? And with Qt ()C++) or with QML?

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0
      • G Offline
        G Offline
        GentooXativa
        wrote on last edited by
        #3

        Any kind of file could fit on my project (rar, tar, zip) and doesnt matter if is C++ and QML

        Jose Vicente Giner Sanchez - Senior Mobile Developer

        www.gigigo.com

        C/ Dr. Zamenhof 36bis, 1ºA 28027 Madrid
        T: +34 917431436

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lgeyer
          wrote on last edited by
          #4

          Do you need to compress stuff or do you need to archive and compress stuff?

          The former one can be achieved using qCompress() / qUncompress (using zlib compression), the latter one requires an external library, for example tar or the said QuaZip, which can be used to read .zip files (and which usually works without any problems by the way).

          1 Reply Last reply
          0
          • G Offline
            G Offline
            GentooXativa
            wrote on last edited by
            #5

            I need to extract files from another file.

            Im looking for a solution for s^1 coz with QRC the SmartInstaller throw a memory full exception and doesnt install my sis file.

            So i think this can be the easyest way, download a file and extract it.

            Jose Vicente Giner Sanchez - Senior Mobile Developer

            www.gigigo.com

            C/ Dr. Zamenhof 36bis, 1ºA 28027 Madrid
            T: +34 917431436

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved