<?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[Copying a big file in a way that&#x27;s interruptable and provides progress callbacks]]></title><description><![CDATA[<p dir="auto">Is there any standard Qt class for copying a big file so that the process can be interrupted and I can receive progress updates? Or do I have to to implement the whole thing manually with Qfile::read and QFile::write?<br />
Perhaps, someone has already done this and there's an open source solution for this task?</p>
]]></description><link>https://forum.qt.io/topic/30448/copying-a-big-file-in-a-way-that-s-interruptable-and-provides-progress-callbacks</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 20:52:28 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/30448.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Aug 2013 06:45:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Copying a big file in a way that&#x27;s interruptable and provides progress callbacks on Thu, 08 Aug 2013 08:02:40 GMT]]></title><description><![CDATA[<p dir="auto">I vaguely recall somebody trying to use QNetworkAccessManager to do that, but I don't remember the outcome. Handcrafting a custom solution seems to be a better idea.</p>
]]></description><link>https://forum.qt.io/post/190103</link><guid isPermaLink="true">https://forum.qt.io/post/190103</guid><dc:creator><![CDATA[sierdzio]]></dc:creator><pubDate>Thu, 08 Aug 2013 08:02:40 GMT</pubDate></item><item><title><![CDATA[Reply to Copying a big file in a way that&#x27;s interruptable and provides progress callbacks on Thu, 08 Aug 2013 08:00:50 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">AFAIK there is nothing like this provided by Qt. It's quite a complicated matter to handle (network copy/external support/normal interruption/power outage etc...) Maybe there's something in KDE for that</p>
<p dir="auto">Hope it helps</p>
]]></description><link>https://forum.qt.io/post/190102</link><guid isPermaLink="true">https://forum.qt.io/post/190102</guid><dc:creator><![CDATA[SGaist]]></dc:creator><pubDate>Thu, 08 Aug 2013 08:00:50 GMT</pubDate></item></channel></rss>