Skip to content
Antony jr edited this page Mar 11, 2018 · 17 revisions

THIS IS DEPRICATED PLEASE GO TO HTTPS://ANTONY-JR.GITHUB.IO/QArchive FOR THE OFFICIAL DOCS

Welcome to the QArchive wiki!

QArchive is a C++ Cross-Platform helper library that Modernizes libarchive using Qt5.
Simply extracts 7z , Tarballs , RAR and other supported formats by libarchive.

QArchive not just helps Qt Programs to interact with libarchive but also make it
non-blocking and supports traditional signals and slots! And QArchive just comes
in a single header file , So integrating QArchive in your Qt5 project is simple.

QArchive is self-contained inside the QArchive namespace where you can find all
the functions of QArchive , browse through the wiki to find out more about each class!

namespace QArchive {

}