MCPcopy Create free account
hub / github.com/KDE/kdevelop / setMinNameWidth

Method setMinNameWidth

plugins/meson/settings/mesonrewriterinput.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39void MesonRewriterInputBase::setMinNameWidth(int width)
40{
41 m_ui->l_name->setMinimumWidth(width);
42}
43
44void MesonRewriterInputBase::setInputWidget(QWidget* input)
45{

Callers 2

recalculateLengthsMethod · 0.45
repopulateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected