Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ updateCoverPageNumberLabel
Method
updateCoverPageNumberLabel
YACReaderLibrary/properties_dialog.cpp:1139–1143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1137
}
1138
1139
void PropertiesDialog::updateCoverPageNumberLabel(int n)
1140
{
1141
coverPageNumberLabel->setText(QString::number(n));
1142
coverPageNumberLabel->adjustSize();
1143
}
1144
1145
void PropertiesDialog::loadNextCover()
1146
{
Callers
nothing calls this directly
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected