MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / fixedPitchFont

Function fixedPitchFont

src/qt/guiutil.cpp:79–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79QFont fixedPitchFont()
80{
81#if QT_VERSION >= 0x50200
82 return QFontDatabase::systemFont(QFontDatabase::FixedFont);
83#else
84 QFont font("Monospace");
85 font.setStyleHint(QFont::Monospace);
86 return font;
87#endif
88}
89
90// Just some dummy data to generate a convincing random-looking (but consistent) address
91static const uint8_t dummydata[] = {0xeb,0x15,0x23,0x1d,0xfc,0xeb,0x60,0x92,0x58,0x86,0xb6,0x7d,0x06,0x52,0x99,0x92,0x59,0x15,0xae,0xb1,0x72,0xc0,0x66,0x47};

Callers 6

SendCoinsEntryMethod · 0.85
updateMethod · 0.85
clearMethod · 0.85
setupAddressWidgetFunction · 0.85
dataMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected