Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ setHighlightingColor
Method
setHighlightingColor
src/qhexedit.cpp:248–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
void QHexEdit::setHighlightingColor(const QColor &color)
249
{
250
_colorManager->highlighting().setAreaColor(color);
251
viewport()->update();
252
}
253
254
QColor QHexEdit::highlightingColor()
255
{
Callers
2
readSettings
Method · 0.80
save
Method · 0.80
Calls
2
setAreaColor
Method · 0.80
highlighting
Method · 0.80
Tested by
no test coverage detected