MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / setText

Method setText

src/plugins/chat/widgets/inputeditwidget.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void TagTextFormat::setText(const QString &text)
41{
42 setProperty(QTextFormat::UserProperty, text);
43}
44
45TagTextFormat::TagTextFormat(const QTextFormat &fmt)
46 : QTextCharFormat(fmt)

Callers 15

updatePageControlMethod · 0.45
initPageButtonsMethod · 0.45
updatePageButtonsMethod · 0.45
createButtonMethod · 0.45
handleAskFinishedMethod · 0.45
askForChatMethod · 0.45
initLogoMethod · 0.45
initSuggestContentMethod · 0.45
appendDescLabelMethod · 0.45
updateMessageMethod · 0.45
initSenderInfoMethod · 0.45

Calls 1

setPropertyFunction · 0.85

Tested by

no test coverage detected