MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / appendColor

Method appendColor

AdaptixClient/Source/Utils/CustomElements.cpp:804–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802}
803
804void TextEditConsole::appendColor(const QString& text, const QColor color) {
805 appendFormatted(text, [=](QTextCharFormat& fmt) { fmt.setForeground(color); });
806}
807
808void TextEditConsole::appendBold(const QString& text) {
809 appendFormatted(text, [](QTextCharFormat& fmt) { fmt.setFontWeight(QFont::Bold); });

Callers 4

PrintErrorMethod · 0.80
processInputMethod · 0.80
AddChatMessageMethod · 0.80
ConsoleOutputMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected