MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / get_name_width

Method get_name_width

DSView/pv/view/trace.cpp:95–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95int Trace::get_name_width()
96{
97 QFont font;
98 float fSize = AppConfig::Instance().appOptions.fontSize;
99 font.setPointSizeF(fSize <= 10 ? fSize : 10);
100 QFontMetrics fm(font);
101
102 return fm.boundingRect(get_name()).width();
103}
104
105void Trace::set_name(QString name)
106{

Callers 1

headerWidthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected