File copy progress
Closed, ResolvedPublic

Description

Investigate how file copy progress can be retrieved, QFile does not support it. Possibly some derivation is required or just stick to C++11 features, but code will become more complex with OS-dependent methods.

BAndiT1983 updated the task description. (Show Details)
BAndiT1983 raised the priority of this task from to High.
BAndiT1983 claimed this task.
BAndiT1983 added a project: Open Cine.
BAndiT1983 added a subscriber: BAndiT1983.

Progress is now retrieved properly by copying file block-wise. Some evaluation of optimal block size has to be done.

BAndiT1983 closed this task as Resolved.Apr 30 2017, 1:15 PM

Implemented.and adjusted.