Qt to unpack ".gz"?
-
Hello! How is it possible to unpack ".gz" archive using Qt tools?
I work under windows.C++ Marilyn Blake, Jul 8, 2020 -
Call an external command that can unpack gzAnonymous
-
As far as I know, QT has no functionality for working with gz-archives. So the answer is no way.Alexandra Aguilar
-
Well, here you can use two options. Download any utility for working with this kind of archives, and call it through the command line with certain parameters.
You can also connect a third-party project, for example LibarchiveAnonymous
3 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!