MCPcopy 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
425QString QHexEdit::selectedData()
426{
427 QByteArray ba = _chunks->data(getSelectionBegin(), getSelectionEnd() - getSelectionBegin()).toHex();
428 return ba;
429}
430
431void QHexEdit::setFont(const QFont &font)
432{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected