99
98
textLayout.setFont(font);
114
105
QTextLayout::FormatRange formatRange;
115
106
formatRange.start = index;
116
107
formatRange.length = matchedText.length();
117
108
formatRange.format.setFontWeight(QFont::Bold);
133
116
textLayout.beginLayout();