Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MiniZinc/MiniZincIDE
/ scrollToBottom
Method
scrollToBottom
MiniZincIDE/outputwidget.cpp:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void OutputWidget::scrollToBottom()
123
{
124
auto* scrollbar = ui->textBrowser->verticalScrollBar();
125
scrollbar->setValue(scrollbar->maximum());
126
}
127
128
void OutputWidget::startExecution(const QString& label)
129
{
Callers
1
~TextLayoutLock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected