MCPcopy 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
186void PatternEditor::setFonts(const QFont& headerFont, const QFont& rowsFont)
187{
188 ui->panel->setFonts(headerFont, rowsFont);
189}
190
191void PatternEditor::setHorizontalScrollMode(bool cellBased, bool refresh)
192{

Callers 1

updateFontsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected