<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What is the fastest implementation to compress and decompress files under QML?]]></title><description><![CDATA[<p dir="auto">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.</p>
<p dir="auto">Any idea?</p>
]]></description><link>https://forum.qt.io/topic/13571/what-is-the-fastest-implementation-to-compress-and-decompress-files-under-qml</link><generator>RSS for Node</generator><lastBuildDate>Thu, 23 Apr 2026 09:25:50 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/13571.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jan 2012 14:24:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What is the fastest implementation to compress and decompress files under QML? on Mon, 30 Jan 2012 15:32:04 GMT]]></title><description><![CDATA[<p dir="auto">I need to extract files from another file.</p>
<p dir="auto">Im looking for a solution for s^1 coz with QRC the SmartInstaller throw a memory full exception and doesnt install my sis file.</p>
<p dir="auto">So i think this can be the easyest way, download a file and extract it.</p>
]]></description><link>https://forum.qt.io/post/127528</link><guid isPermaLink="true">https://forum.qt.io/post/127528</guid><dc:creator><![CDATA[GentooXativa]]></dc:creator><pubDate>Mon, 30 Jan 2012 15:32:04 GMT</pubDate></item><item><title><![CDATA[Reply to What is the fastest implementation to compress and decompress files under QML? on Mon, 30 Jan 2012 15:23:05 GMT]]></title><description><![CDATA[<p dir="auto">Do you need to <em>compress</em> stuff or do you need to <em>archive and compress</em> stuff?</p>
<p dir="auto">The former one can be achieved using <em>qCompress()</em> / <em>qUncompress</em> (using zlib compression), the latter one requires an external library, for example <em>tar</em> or the said <em>QuaZip</em>, which can be used to read <em>.zip</em> files (and which usually works without any problems by the way).</p>
]]></description><link>https://forum.qt.io/post/127524</link><guid isPermaLink="true">https://forum.qt.io/post/127524</guid><dc:creator><![CDATA[lgeyer]]></dc:creator><pubDate>Mon, 30 Jan 2012 15:23:05 GMT</pubDate></item><item><title><![CDATA[Reply to What is the fastest implementation to compress and decompress files under QML? on Mon, 30 Jan 2012 14:57:54 GMT]]></title><description><![CDATA[<p dir="auto">Any kind of file could fit on my project (rar, tar, zip) and doesnt matter if is C++ and QML</p>
]]></description><link>https://forum.qt.io/post/127514</link><guid isPermaLink="true">https://forum.qt.io/post/127514</guid><dc:creator><![CDATA[GentooXativa]]></dc:creator><pubDate>Mon, 30 Jan 2012 14:57:54 GMT</pubDate></item><item><title><![CDATA[Reply to What is the fastest implementation to compress and decompress files under QML? on Mon, 30 Jan 2012 14:48:55 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">which type of files did you try to extract? And with Qt ()C++) or with QML?</p>
]]></description><link>https://forum.qt.io/post/127510</link><guid isPermaLink="true">https://forum.qt.io/post/127510</guid><dc:creator><![CDATA[giesbert]]></dc:creator><pubDate>Mon, 30 Jan 2012 14:48:55 GMT</pubDate></item></channel></rss>