MCPcopy Create free account
hub / github.com/davy7125/polyphone / documentSizeChanged

Method documentSizeChanged

sources/repository/widgets/customtextedit.cpp:840–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

838}
839
840void CustomTextEdit::documentSizeChanged(QSizeF size)
841{
842 this->setMinimumHeight(static_cast<int>(size.height() + 4));
843}
844
845void CustomTextEdit::resizeEvent(QResizeEvent * event)
846{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected