Searched refs:totalBytes (Results 1 – 5 of 5) sorted by relevance
97 qreal totalBytes = m_download->totalBytes(); in updateWidget() local107 if (totalBytes >= 0) { in updateWidget()108 m_progressBar->setValue(qRound(100 * receivedBytes / totalBytes)); in updateWidget()113 .arg(withUnit(totalBytes)) in updateWidget()
6 size_t totalBytes; // just an interesting statistic