Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ selectedData
Method
selectedData
src/qhexedit.cpp:425–429 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
QString QHexEdit::selectedData()
426
{
427
QByteArray ba = _chunks->data(getSelectionBegin(), getSelectionEnd() - getSelectionBegin()).toHex();
428
return ba;
429
}
430
431
void QHexEdit::setFont(const QFont &font)
432
{
Callers
nothing calls this directly
Calls
1
data
Method · 0.45
Tested by
no test coverage detected