Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
void ContestDialog::updateContestPath()
150
{
151
contestPathLabel->setText(fontMetrics().elidedText(fullPath(), Qt::ElideMiddle, contestPathLabel->width()));
152
}
153
154
QString ContestDialog::fullPath() const
155
{
Callers
nothing calls this directly
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected