MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / scrollToBottom

Method scrollToBottom

src/common/widget/outputpane.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void OutputPane::scrollToBottom()
166{
167 d->outputEdit->verticalScrollBar()->setValue(d->outputEdit->verticalScrollBar()->maximum());
168 // QPlainTextEdit destroys the first calls value in case of multiline
169 // text, so make sure that the scroll bar actually gets the value set.
170 // Is a noop if the first call succeeded.
171 d->outputEdit->verticalScrollBar()->setValue(d->outputEdit->verticalScrollBar()->maximum());
172}
173
174void OutputPane::appendCustomText(const QString &textIn, AppendMode mode, const QTextCharFormat &format)
175{

Callers

nothing calls this directly

Calls 1

setValueMethod · 0.45

Tested by

no test coverage detected