Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
639
void QCodeEditor::setTabReplaceSize(int val)
640
{
641
m_tabReplace.clear();
642
643
m_tabReplace.fill(
' '
, val);
644
}
645
646
int QCodeEditor::tabReplaceSize() const
647
{
Callers
7
performConnections
Method · 0.80
buildEditorWidgets
Method · 0.80
OutputCodeEditor
Method · 0.80
PainterCodeEditor
Method · 0.80
buildEditorWidgets
Method · 0.80
JsCodeEditor
Method · 0.80
ControlScriptEditor
Method · 0.80
Calls
2
clear
Method · 0.45
fill
Method · 0.45
Tested by
no test coverage detected