MCPcopy Create free account
hub / github.com/KDE/krusader / setValues

Method setValues

app/DiskUsage/diskusage.cpp:176–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176void LoaderWidget::setValues(int fileNum, int dirNum, KIO::filesize_t total)
177{
178 files->setText(QString("%1").arg(fileNum));
179 directories->setText(QString("%1").arg(dirNum));
180 totalSize->setText(QString("%1").arg(KrPermHandler::parseSize(total).trimmed()));
181}
182
183void LoaderWidget::slotCancelled()
184{

Callers 2

loadMethod · 0.80
slotLoadDirectoryMethod · 0.80

Calls 2

QStringClass · 0.50
setTextMethod · 0.45

Tested by

no test coverage detected