Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/YACReader/yacreader
/ setPage
Method
setPage
YACReader/goto_flow_toolbar.cpp:111–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void GoToFlowToolBar::setPage(int pageNumber)
112
{
113
edit->setText(QString::number(pageNumber + 1));
114
slider->setValue(pageNumber);
115
}
116
117
void GoToFlowToolBar::setTop(int numPages)
118
{
Callers
nothing calls this directly
Calls
2
setValue
Method · 0.80
setText
Method · 0.45
Tested by
no test coverage detected