Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Atarity/Lightpack
/ scrollThanks
Method
scrollThanks
Software/src/SettingsWindow.cpp:894–900 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
892
}
893
894
void SettingsWindow::scrollThanks()
895
{
896
QScrollBar *scrollBar = this->ui->textBrowser->verticalScrollBar();
897
898
scrollBar->setValue(scrollBar->value() + 1);
899
900
}
901
902
void SettingsWindow::showSettings()
903
{
Callers
nothing calls this directly
Calls
2
setValue
Method · 0.80
value
Method · 0.80
Tested by
no test coverage detected