MCPcopy Create free account
hub / github.com/codestation/qcma / setFileName

Method setFileName

gui/forms/progressform.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void ProgressForm::setFileName(QString file)
58{
59 QString elided = ui->fileLabel->fontMetrics().elidedText(file, Qt::ElideMiddle, ui->fileLabel->width(), 0);
60 ui->fileLabel->setText(elided);
61}
62
63void ProgressForm::setDirectoryName(QString dir)
64{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected