Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Best way to pack and unpack RAR archives using Qt?

Best way to pack and unpack RAR archives using Qt?

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt 5.7.0rar
5 Posts 3 Posters 2.4k Views
  • 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.
  • Q Offline
    Q Offline
    qDebug
    wrote on 21 Oct 2016, 16:40 last edited by
    #1

    Hi guys!

    I was searching the web for information about RAR archives and what may the best way to work with RAR archives using Qt. The information about Qt and RAR i found so far is mostly years old and may be outdated. I use Qt 5.7.0 at the moment on Win and MSVC.

    Found a good solution for ZIP but nothing for RAR so far. Any ideas?

    Thanks!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 21 Oct 2016, 21:58 last edited by
      #2

      Hi,

      KArchive might of interest.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 1 Reply Last reply 22 Oct 2016, 13:35
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on 21 Oct 2016, 22:02 last edited by
        #3

        Hi! Maybe just run an external program, e.g. "7-zip", with QProcess.

        1 Reply Last reply
        0
        • S SGaist
          21 Oct 2016, 21:58

          Hi,

          KArchive might of interest.

          Hope it helps

          Q Offline
          Q Offline
          qDebug
          wrote on 22 Oct 2016, 13:35 last edited by qDebug
          #4

          @SGaist said in Best way to pack and unpack RAR archives using Qt?:

          Hi,

          KArchive might of interest.

          Hope it helps

          KArchive can pack and unpack RAR archives? Can't find any reference in the doc.

          I try to integrate the free unrar code in my Qt project so i at least can unpack RAR archives platform independent without calling an external program.

          1 Reply Last reply
          0
          • S Offline
            S Offline
            SGaist
            Lifetime Qt Champion
            wrote on 22 Oct 2016, 20:05 last edited by
            #5

            My bad, I've misread, it looks like it's the Ark application that supports that.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            3/5

            21 Oct 2016, 22:02

            • Login

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