MCPcopy 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
122void OutputWidget::scrollToBottom()
123{
124 auto* scrollbar = ui->textBrowser->verticalScrollBar();
125 scrollbar->setValue(scrollbar->maximum());
126}
127
128void OutputWidget::startExecution(const QString& label)
129{

Callers 1

~TextLayoutLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected