MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setTabReplaceSize

Method setTabReplaceSize

lib/QCodeEditor/src/internal/QCodeEditor.cpp:639–644  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639void QCodeEditor::setTabReplaceSize(int val)
640{
641 m_tabReplace.clear();
642
643 m_tabReplace.fill(' ', val);
644}
645
646int QCodeEditor::tabReplaceSize() const
647{

Callers 7

performConnectionsMethod · 0.80
buildEditorWidgetsMethod · 0.80
OutputCodeEditorMethod · 0.80
PainterCodeEditorMethod · 0.80
buildEditorWidgetsMethod · 0.80
JsCodeEditorMethod · 0.80
ControlScriptEditorMethod · 0.80

Calls 2

clearMethod · 0.45
fillMethod · 0.45

Tested by

no test coverage detected