MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / setSearchContextColor

Method setSearchContextColor

src/widgets/QuickFindWidget.cpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void QuickFindWidget::setSearchContextColor(const QString &color)
261{
262 ui->lineEdit->setStyleSheet(QStringLiteral("border: 1px solid %1; padding: 2px;").arg(color));
263}
264
265void QuickFindWidget::initializeEditorIndicator()
266{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected