MCPcopy Create free account
hub / github.com/cpeditor/cpeditor / updateContestPath

Method updateContestPath

src/Widgets/ContestDialog.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149void ContestDialog::updateContestPath()
150{
151 contestPathLabel->setText(fontMetrics().elidedText(fullPath(), Qt::ElideMiddle, contestPathLabel->width()));
152}
153
154QString ContestDialog::fullPath() const
155{

Callers

nothing calls this directly

Calls 1

setTextMethod · 0.45

Tested by

no test coverage detected