A single in-flight or completed file transfer.
More...
#include <ComputeTransferModel.hpp>
|
|
QString | id |
| | Unique token (e.g. result_id + direction)
|
| |
|
QString | direction |
| | "↑" (upload) or "↓" (download)
|
| |
|
QString | filename |
| |
|
int | progress = 0 |
| | 0–100
|
| |
|
QString | speed |
| | e.g. "1.2 MB/s"; empty when idle
|
| |
|
QString | status |
| | "Transferring", "Complete", "Failed"
|
| |
A single in-flight or completed file transfer.