Hello,

I have gziped xml-files that are gziped. I can unzip then with gunzip on the commandline.
how can I open such a file in Qt?

there exists qCompress/qUncompress but this doesn't seem to work on .gz files.

I also found this: http://quazip.sourceforge.net/

... is there a simpler way that doens't need an extra dependendency?
(i don't need to write full zip-archives with multiple files etc.)

thanks,
niko