MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / setReadOnly

Method setReadOnly

src/qhexedit.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275void QHexEdit::setReadOnly(bool readOnly)
276{
277 _readOnly = readOnly;
278}
279
280void QHexEdit::setHexCaps(const bool isCaps)
281{

Callers 2

readSettingsMethod · 0.80
saveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected