Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BambooTracker/BambooTracker
/ setFonts
Method
setFonts
BambooTracker/gui/pattern_editor/pattern_editor.cpp:186–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
}
185
186
void PatternEditor::setFonts(const QFont& headerFont, const QFont& rowsFont)
187
{
188
ui->panel->setFonts(headerFont, rowsFont);
189
}
190
191
void PatternEditor::setHorizontalScrollMode(bool cellBased, bool refresh)
192
{
Callers
1
updateFonts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected